init
This commit is contained in:
20
Prototypes/Recipes/Crafting/Graphs/artifact.yml
Normal file
20
Prototypes/Recipes/Crafting/Graphs/artifact.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: Artifact
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: ArtifactFragment
|
||||
amount: 4
|
||||
doAfter: 5
|
||||
- node: done
|
||||
entity: ComplexXenoArtifactItem
|
||||
34
Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml
Normal file
34
Prototypes/Recipes/Crafting/Graphs/bots/cleanbot.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
# SPDX-FileCopyrightText: 2022 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 OctoRocket <88291550+OctoRocket@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CleanBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: Bucket
|
||||
icon:
|
||||
sprite: Objects/Tools/bucket.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-bucket
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
doAfter: 2
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobCleanBot
|
||||
41
Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml
Normal file
41
Prototypes/Recipes/Crafting/Graphs/bots/firebot.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
# SPDX-FileCopyrightText: 2022 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 OctoRocket <88291550+OctoRocket@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Golinth <amh2023@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: FireBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: FireExtinguisher
|
||||
icon:
|
||||
sprite: Objects/Misc/fire_extinguisher.rsi
|
||||
state: fire_extinguisher_open
|
||||
name: construction-graph-tag-fire-extinguisher
|
||||
- tag: FireHelmet
|
||||
icon:
|
||||
sprite: Clothing/Head/Helmets/firehelmet.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-fire-helmet
|
||||
doAfter: 2
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
doAfter: 2
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobFireBot
|
||||
74
Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml
Normal file
74
Prototypes/Recipes/Crafting/Graphs/bots/honkbot.yml
Normal file
@@ -0,0 +1,74 @@
|
||||
# SPDX-FileCopyrightText: 2022 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 K-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: HonkBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: HappyHonk
|
||||
icon:
|
||||
sprite: Objects/Storage/Happyhonk/clown.rsi
|
||||
state: box
|
||||
name: construction-graph-tag-happy-honk-meal
|
||||
- tag: BikeHorn
|
||||
icon:
|
||||
sprite: Objects/Fun/bikehorn.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-clown-bike-horn
|
||||
doAfter: 2
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobHonkBot
|
||||
|
||||
- type: constructionGraph
|
||||
id: JonkBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: CluwneHappyHonk
|
||||
icon:
|
||||
sprite: Objects/Storage/Happyhonk/cluwne.rsi
|
||||
state: box
|
||||
name: construction-graph-tag-woeful-cluwne-meal
|
||||
- tag: CluwneHorn
|
||||
icon:
|
||||
sprite: Objects/Fun/cluwnehorn.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-clowne-horn
|
||||
doAfter: 2
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobJonkBot
|
||||
40
Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml
Normal file
40
Prototypes/Recipes/Crafting/Graphs/bots/medibot.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
# SPDX-FileCopyrightText: 2022 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 OctoRocket <88291550+OctoRocket@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: MediBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: Medkit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: firstaid
|
||||
name: construction-graph-tag-medkit
|
||||
- tag: DiscreteHealthAnalyzer
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/healthanalyzer.rsi
|
||||
state: analyzer
|
||||
name: construction-graph-tag-health-analyzer
|
||||
doAfter: 2
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
doAfter: 2
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobMedibot
|
||||
68
Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml
Normal file
68
Prototypes/Recipes/Crafting/Graphs/bots/mimebot.yml
Normal file
@@ -0,0 +1,68 @@
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Errant <35878406+Errant-4@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 JustCone <141039037+JustCone14@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mervill <mervills.email@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 PJBot <pieterjan.briers+bot@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
|
||||
# SPDX-FileCopyrightText: 2024 PopGamer46 <yt1popgamer@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Spessmann <156740760+Spessmann@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Winkarst <74284083+Winkarst-cpu@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 coolboy911 <85909253+coolboy911@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 lunarcomets <140772713+lunarcomets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 saintmuntzer <47153094+saintmuntzer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: MimeBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: MimeHappyHonk
|
||||
icon:
|
||||
sprite: Objects/Storage/Happyhonk/mime.rsi
|
||||
state: box
|
||||
name: construction-graph-tag-mime-meal
|
||||
- tag: MimeBelt
|
||||
icon:
|
||||
sprite: Clothing/Belt/suspenders_red.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-suspenders
|
||||
doAfter: 2
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
- tag: BorgHead
|
||||
icon:
|
||||
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
|
||||
state: borg_head
|
||||
name: construction-graph-tag-borg-head
|
||||
doAfter: 2
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- tag: BorgArm
|
||||
icon:
|
||||
sprite: Mobs/Silicon/drone.rsi
|
||||
state: l_hand
|
||||
name: construction-graph-tag-borg-arm
|
||||
doAfter: 2
|
||||
- node: bot
|
||||
entity: MobMimeBot
|
||||
35
Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml
Normal file
35
Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
# SPDX-FileCopyrightText: 2022 OctoRocket <88291550+OctoRocket@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Filler <130583174+FillerVK@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Thom <119594676+ItsMeThom@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 plykiya <plykiya@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: SupplyBot
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bot
|
||||
steps:
|
||||
- tag: ProximitySensor
|
||||
icon:
|
||||
sprite: Objects/Misc/proximity_sensor.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-proximity-sensor
|
||||
- tag: BorgHead
|
||||
icon:
|
||||
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
|
||||
state: borg_head
|
||||
name: construction-graph-tag-borg-head
|
||||
doAfter: 1
|
||||
- material: Steel
|
||||
amount: 10
|
||||
- node: bot
|
||||
entity: MobSupplyBot
|
||||
32
Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml
Normal file
32
Prototypes/Recipes/Crafting/Graphs/goliath_hardsuit.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 August Sun <45527070+august-sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 Speebro <100388782+Speebr0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Speebro <speebro@notreal.com>
|
||||
# SPDX-FileCopyrightText: 2025 august-sun <45527070+august.sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: HardsuitGoliath
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: hardsuitGoliath
|
||||
steps:
|
||||
- tag: ExplorerSuit # Goobstation edit
|
||||
icon:
|
||||
sprite: _Lavaland/Equipment/explorer_suit.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-explorer-suit
|
||||
doAfter: 10
|
||||
- material: Durathread
|
||||
amount: 5
|
||||
doAfter: 10
|
||||
- material: GoliathHide
|
||||
amount: 5 # Goobstation edit
|
||||
doAfter: 10
|
||||
- node: hardsuitGoliath
|
||||
entity: ClothingOuterHardsuitGoliath
|
||||
46
Prototypes/Recipes/Crafting/Graphs/improvised/bat.yml
Normal file
46
Prototypes/Recipes/Crafting/Graphs/improvised/bat.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 SETh lafuente <cetaciocascarudo@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 SethLafuente <84478872+SethLafuente@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <zddm@outlook.es>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Verm <32827189+Vermidia@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: WoodenBat
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: incompleteBat
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 5
|
||||
doAfter: 4
|
||||
|
||||
- node: incompleteBat
|
||||
entity: IncompleteBaseBallBat
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: MaterialWoodPlank1
|
||||
amount: 5
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 1
|
||||
- to: bat
|
||||
completed:
|
||||
- !type:AdminLog
|
||||
message: "Construction"
|
||||
impact: High
|
||||
steps:
|
||||
- tool: Slicing
|
||||
doAfter: 4
|
||||
|
||||
- node: bat
|
||||
entity: BaseBallBat
|
||||
20
Prototypes/Recipes/Crafting/Graphs/improvised/blindfold.yml
Normal file
20
Prototypes/Recipes/Crafting/Graphs/improvised/blindfold.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 wrexbe <wrexbe@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: Blindfold
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: blindfold
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 3
|
||||
doAfter: 10
|
||||
- node: blindfold
|
||||
entity: ClothingEyesBlindfold
|
||||
19
Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml
Normal file
19
Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# SPDX-FileCopyrightText: 2023 Sirionaut <148076704+Sirionaut@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CottonObjects
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cottoncloth
|
||||
steps:
|
||||
- material: Cotton
|
||||
amount: 4
|
||||
doAfter: 3
|
||||
- node: cottoncloth
|
||||
entity: MaterialCloth1
|
||||
85
Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml
Normal file
85
Prototypes/Recipes/Crafting/Graphs/improvised/firebomb.yml
Normal file
@@ -0,0 +1,85 @@
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 CatMagic <135462166+CatMagic1@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: FireBomb
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: empty
|
||||
steps:
|
||||
- tag: DrinkCan
|
||||
name: construction-graph-tag-empty-can
|
||||
icon:
|
||||
sprite: Objects/Consumable/Drinks/cola.rsi
|
||||
state: icon_open
|
||||
doAfter: 1
|
||||
- tag: Igniter
|
||||
name: construction-graph-tag-igniter
|
||||
icon:
|
||||
sprite: Objects/Devices/igniter.rsi
|
||||
state: icon
|
||||
doAfter: 1
|
||||
- node: empty
|
||||
entity: FireBombEmpty
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: DrinkColaCanEmpty
|
||||
- !type:SpawnPrototype
|
||||
prototype: Igniter
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 1
|
||||
- to: fuel
|
||||
conditions:
|
||||
- !type:MinSolution
|
||||
solution: drink
|
||||
reagent:
|
||||
ReagentId: WeldingFuel
|
||||
quantity: 30
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
- node: fuel
|
||||
entity: FireBombFuel
|
||||
edges:
|
||||
- to: empty
|
||||
conditions:
|
||||
- !type:SolutionEmpty
|
||||
solution: drink
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
- to: firebomb
|
||||
conditions: # no dumping out 29u of the fuel then adding wires :)
|
||||
- !type:MinSolution
|
||||
solution: drink
|
||||
reagent:
|
||||
ReagentId: WeldingFuel
|
||||
quantity: 30
|
||||
steps:
|
||||
- material: Cable
|
||||
amount: 5
|
||||
doAfter: 2
|
||||
- node: firebomb
|
||||
entity: FireBomb
|
||||
edges:
|
||||
- to: fuel
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 5
|
||||
steps:
|
||||
- tool: Cutting
|
||||
doAfter: 2
|
||||
@@ -0,0 +1,33 @@
|
||||
# SPDX-FileCopyrightText: 2022 Kevin Zheng <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: flowerwreath
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: flowerwreath
|
||||
steps:
|
||||
- tag: Flower
|
||||
name: construction-graph-tag-flower
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/poppy.rsi
|
||||
state: produce
|
||||
- tag: Flower
|
||||
name: construction-graph-tag-flower
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/poppy.rsi
|
||||
state: produce
|
||||
- tag: Ambrosia
|
||||
name: construction-graph-tag-ambrosia
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
|
||||
state: produce
|
||||
doAfter: 10
|
||||
- node: flowerwreath
|
||||
entity: ClothingHeadHatFlowerWreath
|
||||
20
Prototypes/Recipes/Crafting/Graphs/improvised/gauze.yml
Normal file
20
Prototypes/Recipes/Crafting/Graphs/improvised/gauze.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 K-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: Gauze
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: gauze
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 2
|
||||
doAfter: 3
|
||||
- node: gauze
|
||||
entity: Gauze1
|
||||
@@ -0,0 +1,18 @@
|
||||
# SPDX-FileCopyrightText: 2023 lzk228 <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: GhostSheet
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: ghost_sheet
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 5
|
||||
doAfter: 12
|
||||
- node: ghost_sheet
|
||||
entity: ClothingOuterGhostSheet
|
||||
@@ -0,0 +1,33 @@
|
||||
# SPDX-FileCopyrightText: 2023 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: ImprovisedShotgunGraph
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: shotgun
|
||||
steps:
|
||||
- tag: Pipe
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
name: construction-graph-tag-pipe
|
||||
- tag: ModularReceiver
|
||||
icon:
|
||||
sprite: Objects/Misc/modular_receiver.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-modular-receiver
|
||||
- tag: RifleStock
|
||||
icon:
|
||||
sprite: Objects/Misc/rifle_stock.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-rifle-stock
|
||||
- material: Cloth
|
||||
amount: 3
|
||||
doAfter: 10
|
||||
- node: shotgun
|
||||
entity: WeaponShotgunImprovised
|
||||
@@ -0,0 +1,82 @@
|
||||
# SPDX-FileCopyrightText: 2024 FungiFellow <151778459+FungiFellow@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: ImprovisedShotgunShellGraph
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: shell
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- material: Plastic
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- tag: GlassShard
|
||||
name: construction-graph-tag-glass-shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard1
|
||||
doAfter: 0.5
|
||||
- tag: GlassShard
|
||||
name: construction-graph-tag-glass-shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard2
|
||||
doAfter: 0.5
|
||||
- tag: GlassShard
|
||||
name: construction-graph-tag-glass-shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard1
|
||||
doAfter: 0.5
|
||||
- tag: GlassShard
|
||||
name: construction-graph-tag-glass-shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard3
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- tag: Matchstick
|
||||
name: construction-graph-tag-match-stick
|
||||
icon:
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
state: match_unlit
|
||||
doAfter: 0.5
|
||||
- node: shell
|
||||
entity: ShellShotgunImprovised
|
||||
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 SETh lafuente <cetaciocascarudo@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 SethLafuente <84478872+SethLafuente@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: makeshifthandcuffs
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cuffscable
|
||||
steps:
|
||||
- material: Cable
|
||||
amount: 15
|
||||
doAfter: 5
|
||||
- node: cuffscable
|
||||
entity: Cablecuffs
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
# SPDX-FileCopyrightText: 2023 kxv <136233650+kxvvv@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 shamp <140359015+shampunj@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: makeshiftstunprod
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: msstunprod
|
||||
steps:
|
||||
- material: MetalRod
|
||||
amount: 1
|
||||
- tag: PowerCellSmall
|
||||
name: construction-graph-tag-power-cell-small
|
||||
icon:
|
||||
sprite: Objects/Power/power_cells.rsi
|
||||
state: small
|
||||
- tag: Handcuffs
|
||||
icon:
|
||||
sprite: Objects/Misc/cablecuffs.rsi
|
||||
state: cuff
|
||||
color: red
|
||||
name: construction-graph-tag-cuffs
|
||||
- tag: Igniter
|
||||
name: construction-graph-tag-igniter
|
||||
icon:
|
||||
sprite: Objects/Devices/igniter.rsi
|
||||
state: icon
|
||||
doAfter: 15
|
||||
- node: msstunprod
|
||||
entity: Stunprod
|
||||
|
||||
23
Prototypes/Recipes/Crafting/Graphs/improvised/muzzle.yml
Normal file
23
Prototypes/Recipes/Crafting/Graphs/improvised/muzzle.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2022 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 wrexbe <wrexbe@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: Muzzle
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: muzzle
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 2
|
||||
- material: Cloth
|
||||
amount: 3
|
||||
doAfter: 10
|
||||
- node: muzzle
|
||||
entity: ClothingMaskMuzzle
|
||||
19
Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml
Normal file
19
Prototypes/Recipes/Crafting/Graphs/improvised/petbag.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
- type: constructionGraph
|
||||
id: ClothingBagPet
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bagPet
|
||||
steps:
|
||||
- tag: Backpack
|
||||
name: construction-graph-tag-backpack
|
||||
icon:
|
||||
sprite: Clothing/Back/Backpacks/backpack.rsi
|
||||
state: icon
|
||||
doAfter: 1
|
||||
- material: Cable
|
||||
amount: 10
|
||||
doAfter: 1
|
||||
- node: bagPet
|
||||
entity: ClothingBagPet
|
||||
49
Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml
Normal file
49
Prototypes/Recipes/Crafting/Graphs/improvised/pipebomb.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: PipeBomb
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: gunpowder
|
||||
steps:
|
||||
- tag: Pipe
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
name: construction-graph-tag-pipe
|
||||
- material: Steel
|
||||
amount: 1
|
||||
doAfter: 3
|
||||
- node: gunpowder
|
||||
entity: PipeBombGunpowder
|
||||
edges:
|
||||
- to: cable
|
||||
steps:
|
||||
- material: Gunpowder
|
||||
amount: 5
|
||||
doAfter: 3
|
||||
- node: cable
|
||||
entity: PipeBombCable
|
||||
edges:
|
||||
- to: pipebomb
|
||||
steps:
|
||||
- material: Cable
|
||||
amount: 5
|
||||
doAfter: 2
|
||||
- node: pipebomb
|
||||
entity: PipeBomb
|
||||
edges:
|
||||
- to: cable
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 5
|
||||
steps:
|
||||
- tool: Cutting
|
||||
doAfter: 2
|
||||
@@ -0,0 +1,37 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 ElectroJr <leonsfriedrich@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 T-Stalker <43253663+DogZeroX@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 T-Stalker <le0nel_1van@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <metalgearsloth@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: PneumaticCannon
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cannon
|
||||
steps:
|
||||
- tag: Pipe
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
name: construction-graph-tag-pipe
|
||||
- tag: Handcuffs
|
||||
icon:
|
||||
sprite: Objects/Misc/cablecuffs.rsi
|
||||
state: cuff
|
||||
color: red
|
||||
name: construction-graph-tag-cuffs
|
||||
- material: Steel
|
||||
amount: 6
|
||||
doAfter: 10
|
||||
- node: cannon
|
||||
entity: WeaponImprovisedPneumaticCannon
|
||||
73
Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml
Normal file
73
Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml
Normal file
@@ -0,0 +1,73 @@
|
||||
# SPDX-FileCopyrightText: 2023 Doru991 <75124791+Doru991@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 TheWaffleJesus <106146578+TheWaffleJesus@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: PowerCellPotato
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: potatobattery
|
||||
steps:
|
||||
- tag: Potato
|
||||
name: construction-graph-tag-potato
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/potato.rsi
|
||||
state: produce
|
||||
doAfter: 1
|
||||
- material: MetalRod
|
||||
amount: 2
|
||||
doAfter: 1
|
||||
- material: Cable
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
- node: potatobattery
|
||||
entity: PowerCellPotato
|
||||
|
||||
- type: constructionGraph
|
||||
id: PotatoAI
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: potatoai
|
||||
steps:
|
||||
- tag: PotatoBattery
|
||||
name: construction-graph-tag-potato-battery
|
||||
icon:
|
||||
sprite: Objects/Power/power_cells.rsi
|
||||
state: potato
|
||||
doAfter: 1
|
||||
- tag: SmallAIChip
|
||||
name: construction-graph-tag-super-compact-ai-chip
|
||||
icon:
|
||||
sprite: Objects/Misc/potatoai_chip.rsi
|
||||
state: icon
|
||||
- node: potatoai
|
||||
entity: PotatoAI
|
||||
|
||||
- type: constructionGraph
|
||||
id: PotatoAIChip
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: potatoaichip
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
- material: Glass
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 1
|
||||
- material: Manipulator
|
||||
amount: 2
|
||||
- node: potatoaichip
|
||||
entity: PotatoAIChip
|
||||
21
Prototypes/Recipes/Crafting/Graphs/improvised/rag.yml
Normal file
21
Prototypes/Recipes/Crafting/Graphs/improvised/rag.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Lei Yunxing <lyx2020@sjtu.edu.cn>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: Rag
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: rag
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 1
|
||||
doAfter: 3
|
||||
- node: rag
|
||||
entity: RagItem
|
||||
@@ -0,0 +1,18 @@
|
||||
# SPDX-FileCopyrightText: 2023 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#In its own file and not improvised-shotgun.yml in case anyone ever wants to add more guns that use it.
|
||||
- type: constructionGraph
|
||||
id: RifleStockGraph
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: riflestock
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 5
|
||||
doAfter: 4
|
||||
- node: riflestock
|
||||
entity: RifleStock
|
||||
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2024 august-sun <45527070+august-sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 august-sun <45527070+august.sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: WoodenRollingPin
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: rollingpin
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 2
|
||||
- material: MetalRod
|
||||
amount: 1
|
||||
doAfter: 2
|
||||
- node: rollingpin
|
||||
entity: RollingPin
|
||||
50
Prototypes/Recipes/Crafting/Graphs/improvised/scraparmor.yml
Normal file
50
Prototypes/Recipes/Crafting/Graphs/improvised/scraparmor.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
- type: constructionGraph
|
||||
id: scraparmor
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: wiredapron
|
||||
steps:
|
||||
- tag: Apron
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Misc/apronbotanist.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-apron
|
||||
- material: Cable
|
||||
amount: 15
|
||||
doAfter: 10
|
||||
|
||||
- node: wiredapron
|
||||
entity: WiredApronBase
|
||||
edges:
|
||||
- to: steelapron
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 30
|
||||
doAfter: 15
|
||||
|
||||
- node: steelapron
|
||||
entity: SteelApronBase
|
||||
edges:
|
||||
- to: weldedsteelapron
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 20
|
||||
|
||||
- node: weldedsteelapron
|
||||
entity: WeldedSteelApronBase
|
||||
edges:
|
||||
- to: scraparmorfinished
|
||||
steps:
|
||||
- tag: UtilityBelt
|
||||
icon:
|
||||
sprite: Clothing/Belt/utility.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-utility-belt
|
||||
- material: Cable
|
||||
amount: 15
|
||||
doAfter: 15
|
||||
|
||||
- node: scraparmorfinished
|
||||
entity: ClothingOuterArmorScrap
|
||||
@@ -0,0 +1,46 @@
|
||||
- type: constructionGraph
|
||||
id: scraphelmet
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: wiredbucket
|
||||
steps:
|
||||
- tag: Bucket
|
||||
icon:
|
||||
sprite: Objects/Tools/bucket.rsi
|
||||
state: icon
|
||||
name: construction-graph-tag-bucket
|
||||
- material: Cable
|
||||
amount: 15
|
||||
doAfter: 3
|
||||
|
||||
- node: wiredbucket
|
||||
entity: WiredBucketBase
|
||||
edges:
|
||||
- to: slicedbucket
|
||||
steps:
|
||||
- tool: Slicing
|
||||
doAfter: 5
|
||||
|
||||
- node: slicedbucket
|
||||
entity: SlicedBucketBase
|
||||
edges:
|
||||
- to: steelbucket
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 10
|
||||
doAfter: 3
|
||||
- tool: Welding
|
||||
doAfter: 10
|
||||
|
||||
- node: steelbucket
|
||||
entity: SteelBucketBase
|
||||
edges:
|
||||
- to: scraphelmet
|
||||
steps:
|
||||
- tool: Anchoring
|
||||
doAfter: 5
|
||||
|
||||
- node: scraphelmet
|
||||
entity: ClothingHeadHelmetScrap
|
||||
125
Prototypes/Recipes/Crafting/Graphs/smokeables.yml
Normal file
125
Prototypes/Recipes/Crafting/Graphs/smokeables.yml
Normal file
@@ -0,0 +1,125 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Pancake <Pangogie@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Velcroboy <velcroboy333@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableJoint
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: joint
|
||||
steps:
|
||||
- material: PaperRolling
|
||||
- material: GroundCannabis
|
||||
doAfter: 2
|
||||
- node: joint
|
||||
entity: Joint
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableJointRainbow
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: jointRainbow
|
||||
steps:
|
||||
- material: PaperRolling
|
||||
- material: GroundCannabisRainbow
|
||||
doAfter: 2
|
||||
- node: jointRainbow
|
||||
entity: JointRainbow
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableBlunt
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: blunt
|
||||
steps:
|
||||
- material: LeavesTobaccoDried
|
||||
- material: GroundCannabis
|
||||
doAfter: 2
|
||||
- node: blunt
|
||||
entity: BluntCigar # Shitmed Change
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableBluntRainbow
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bluntRainbow
|
||||
steps:
|
||||
- material: LeavesTobaccoDried
|
||||
- material: GroundCannabisRainbow
|
||||
doAfter: 2
|
||||
- node: bluntRainbow
|
||||
entity: BluntRainbow
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableCigarette
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cigarette
|
||||
steps:
|
||||
- material: PaperRolling
|
||||
- material: CigaretteFilter
|
||||
- material: GroundTobacco
|
||||
doAfter: 2
|
||||
- node: cigarette
|
||||
entity: Cigarette
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableGroundCannabis
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: ground
|
||||
steps:
|
||||
- material: LeavesCannabisDried
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- node: ground
|
||||
entity: GroundCannabis
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableGroundCannabisRainbow
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: groundRainbow
|
||||
steps:
|
||||
- material: LeavesCannabisRainbowDried
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- node: groundRainbow
|
||||
entity: GroundCannabisRainbow
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableGroundTobacco
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: ground
|
||||
steps:
|
||||
- material: LeavesTobaccoDried
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- node: ground
|
||||
entity: GroundTobacco
|
||||
21
Prototypes/Recipes/Crafting/Graphs/storage/bigbox.yml
Normal file
21
Prototypes/Recipes/Crafting/Graphs/storage/bigbox.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 PeterFuto <futo.petr@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: BaseBigBox
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: basebigbox
|
||||
steps:
|
||||
- material: Cardboard
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: basebigbox
|
||||
entity: BigBox
|
||||
20
Prototypes/Recipes/Crafting/Graphs/storage/cardboardbox.yml
Normal file
20
Prototypes/Recipes/Crafting/Graphs/storage/cardboardbox.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: BoxCardboard
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: boxcardboard
|
||||
steps:
|
||||
- material: Cardboard
|
||||
amount: 1
|
||||
doAfter: 4
|
||||
|
||||
|
||||
- node: boxcardboard
|
||||
entity: BoxCardboard
|
||||
34
Prototypes/Recipes/Crafting/Graphs/storage/cratecoffin.yml
Normal file
34
Prototypes/Recipes/Crafting/Graphs/storage/cratecoffin.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CrateCoffin
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cratecoffin
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: cratecoffin
|
||||
entity: CrateCoffin
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 5
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: MaterialWoodPlank1
|
||||
amount: 5
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
47
Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml
Normal file
47
Prototypes/Recipes/Crafting/Graphs/storage/cratefreezer.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: CrateFreezer
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 5
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- tag: FreezerElectronics
|
||||
name: construction-graph-tag-freezer-electronics
|
||||
icon:
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: door_electronics
|
||||
- node: done
|
||||
entity: CrateFreezer
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
- !type:Locked
|
||||
locked: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 5
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 2
|
||||
- !type:SpawnPrototype
|
||||
prototype: FreezerElectronics
|
||||
amount: 1
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
@@ -0,0 +1,37 @@
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kara D <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CrateGenericSteel
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: crategenericsteel
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: crategenericsteel
|
||||
entity: CrateGenericSteel
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 5
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
@@ -0,0 +1,33 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CrateLivestock
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cratelivestock
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: cratelivestock
|
||||
entity: CrateLivestock
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 5
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: MaterialWoodPlank1
|
||||
amount: 5
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
36
Prototypes/Recipes/Crafting/Graphs/storage/crateplastic.yml
Normal file
36
Prototypes/Recipes/Crafting/Graphs/storage/crateplastic.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CratePlastic
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: crateplastic
|
||||
steps:
|
||||
- material: Plastic
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: crateplastic
|
||||
entity: CratePlastic
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlastic1
|
||||
amount: 5
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
46
Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml
Normal file
46
Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kara D <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 EnDecc <33369477+Endecc@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 iacore <74560659+iacore@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: CrateSecure
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cratesecure
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 5
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: cratesecure
|
||||
entity: CrateSecure
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
- !type:Locked
|
||||
locked: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 5
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 2
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
21
Prototypes/Recipes/Crafting/Graphs/storage/foodboxpizza.yml
Normal file
21
Prototypes/Recipes/Crafting/Graphs/storage/foodboxpizza.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 saga3152 <133799418+saga3152@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: FoodBoxPizza
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: foodboxpizza
|
||||
steps:
|
||||
- material: Cardboard
|
||||
amount: 1
|
||||
doAfter: 4
|
||||
|
||||
|
||||
- node: foodboxpizza
|
||||
entity: FoodBoxPizza
|
||||
22
Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml
Normal file
22
Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Killerqu00 <47712032+Killerqu00@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: PetCarrier
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: petCarrier
|
||||
steps:
|
||||
- material: Plastic
|
||||
amount: 5
|
||||
doAfter: 7
|
||||
- material: MetalRod
|
||||
amount: 4
|
||||
doAfter: 3
|
||||
- node: petCarrier
|
||||
entity: PetCarrier
|
||||
185
Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml
Normal file
185
Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml
Normal file
@@ -0,0 +1,185 @@
|
||||
# SPDX-FileCopyrightText: 2023 iacore <74560659+iacore@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <plykiya@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Token <esil.bektay@yandex.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ty Ashley <42426760+TyAshley@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: ClosetSteel
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 4
|
||||
doAfter: 5
|
||||
- node: done
|
||||
entity: ClosetSteelBase
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 4
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
|
||||
- type: constructionGraph
|
||||
id: ClosetSteelSecure
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 4
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- node: done
|
||||
entity: LockerSteel
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
- !type:Locked
|
||||
locked: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 4
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 2
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
|
||||
- type: constructionGraph
|
||||
id: ClosetFreezer
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 4
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- tag: FreezerElectronics
|
||||
name: construction-graph-tag-freezer-electronics
|
||||
icon:
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: door_electronics
|
||||
- node: done
|
||||
entity: LockerFreezerBase
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
- !type:Locked
|
||||
locked: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 4
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 2
|
||||
- !type:SpawnPrototype
|
||||
prototype: FreezerElectronics
|
||||
amount: 1
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
|
||||
- type: constructionGraph
|
||||
id: GunSafe
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 10
|
||||
- material: Cable
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
- material: Plasteel
|
||||
amount: 10
|
||||
doAfter: 10
|
||||
- node: done
|
||||
entity: GunSafe
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
- !type:Locked
|
||||
locked: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 10
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 5
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlasteel1
|
||||
amount: 10
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
|
||||
- type: constructionGraph
|
||||
id: ClosetWall
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 4
|
||||
doAfter: 5
|
||||
- node: done
|
||||
entity: ClosetWall
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
conditions:
|
||||
- !type:StorageWelded
|
||||
welded: false
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 4
|
||||
- !type:EmptyAllContainers
|
||||
- !type:DeleteEntity
|
||||
37
Prototypes/Recipes/Crafting/Graphs/strawhat.yml
Normal file
37
Prototypes/Recipes/Crafting/Graphs/strawhat.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
# SPDX-FileCopyrightText: 2024 Adrian16199 <144424013+Adrian16199@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: StrawHat
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: strawhat
|
||||
steps:
|
||||
- tag: Wheat
|
||||
name: construction-graph-tag-wheat-bushel
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/wheat.rsi
|
||||
state: produce
|
||||
- tag: Wheat
|
||||
name: construction-graph-tag-wheat-bushel
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/wheat.rsi
|
||||
state: produce
|
||||
- tag: Wheat
|
||||
name: construction-graph-tag-wheat-bushel
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/wheat.rsi
|
||||
state: produce
|
||||
- tag: Wheat
|
||||
name: construction-graph-tag-wheat-bushel
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/wheat.rsi
|
||||
state: produce
|
||||
doAfter: 10
|
||||
- node: strawhat
|
||||
entity: ClothingHeadHatStrawHat
|
||||
135
Prototypes/Recipes/Crafting/Graphs/tiles.yml
Normal file
135
Prototypes/Recipes/Crafting/Graphs/tiles.yml
Normal file
@@ -0,0 +1,135 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <zddm@outlook.es>
|
||||
# SPDX-FileCopyrightText: 2022 Lamrr <96937466+Lamrr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ninruB <38016303+asperger-sind@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ps3Moira <113228053+ps3moira@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileSteel
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: steeltile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 1
|
||||
- node: steeltile
|
||||
entity: FloorTileItemSteel
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileWood
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: woodtile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
# Needs StackType ID
|
||||
- material: WoodPlank
|
||||
amount: 1
|
||||
- node: woodtile
|
||||
entity: FloorTileItemWood
|
||||
|
||||
- type: constructionGraph
|
||||
id: TilesBrass
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: filledPlate
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: Brass
|
||||
amount: 1
|
||||
- to: reebe
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: Brass
|
||||
amount: 1
|
||||
|
||||
- node: filledPlate
|
||||
entity: FloorTileItemBrassFilled
|
||||
|
||||
- node: reebe
|
||||
entity: FloorTileItemBrassReebe
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileWhite
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: whitetile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 1
|
||||
- node: whitetile
|
||||
entity: FloorTileItemWhite
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileDark
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: darktile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 1
|
||||
- node: darktile
|
||||
entity: FloorTileItemDark
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileFlesh
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: fleshTile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: MeatSheets
|
||||
amount: 1
|
||||
- node: fleshTile
|
||||
entity: FloorTileItemFlesh
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileWoodLarge
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: woodtilelarge
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 2
|
||||
- node: woodtilelarge
|
||||
entity: FloorTileItemWoodLarge
|
||||
92
Prototypes/Recipes/Crafting/Graphs/toys.yml
Normal file
92
Prototypes/Recipes/Crafting/Graphs/toys.yml
Normal file
@@ -0,0 +1,92 @@
|
||||
# SPDX-FileCopyrightText: 2023 Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: constructionGraph
|
||||
id: PlushieGhostRevenant
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: plushie
|
||||
steps:
|
||||
- tag: PlushieGhost
|
||||
name: construction-graph-tag-ghost
|
||||
icon:
|
||||
sprite: Mobs/Ghosts/ghost_human.rsi
|
||||
state: icon
|
||||
- tag: Ectoplasm
|
||||
name: construction-graph-tag-ectoplasm
|
||||
icon:
|
||||
sprite: Mobs/Ghosts/revenant.rsi
|
||||
state: ectoplasm
|
||||
doAfter: 10
|
||||
- node: plushie
|
||||
entity: PlushieGhostRevenant
|
||||
|
||||
- type: constructionGraph
|
||||
id: ClothingOuterSuitIan
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: suit
|
||||
steps:
|
||||
- tag: HideCorgi
|
||||
name: construction-graph-tag-corgi-hide
|
||||
icon:
|
||||
sprite: Objects/Materials/materials.rsi
|
||||
state: corgihide
|
||||
doAfter: 5
|
||||
- node: suit
|
||||
entity: ClothingOuterSuitIan
|
||||
|
||||
- type: constructionGraph
|
||||
id: MoproachShoes
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: shoes
|
||||
steps:
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- tag: MopBasic
|
||||
name: construction-graph-tag-mop-basic
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
doAfter: 5
|
||||
- node: shoes
|
||||
entity: MoproachShoes
|
||||
86
Prototypes/Recipes/Crafting/Graphs/web.yml
Normal file
86
Prototypes/Recipes/Crafting/Graphs/web.yml
Normal file
@@ -0,0 +1,86 @@
|
||||
# SPDX-FileCopyrightText: 2020 Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kilk <142771861+TheKilk@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Preston Smith <92108534+thetolbean@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: constructionGraph
|
||||
id: WebObjects
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: tile
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 2
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 1
|
||||
|
||||
- to: coat
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 5
|
||||
doAfter: 4
|
||||
|
||||
- to: jumpsuit
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 8
|
||||
doAfter: 6
|
||||
|
||||
- to: jumpskirt
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 8
|
||||
doAfter: 6
|
||||
|
||||
- to: cloth
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 4
|
||||
doAfter: 6
|
||||
|
||||
- to: shield
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 12
|
||||
doAfter: 6
|
||||
|
||||
- to: boots
|
||||
steps:
|
||||
- material: WebSilk
|
||||
amount: 2
|
||||
doAfter: 4
|
||||
|
||||
# Deconstruction
|
||||
- node: tile
|
||||
entity: FloorTileItemWeb
|
||||
|
||||
- node: coat
|
||||
entity: ClothingOuterWinterWeb
|
||||
|
||||
- node: jumpsuit
|
||||
entity: ClothingUniformJumpsuitWeb
|
||||
|
||||
- node: jumpskirt
|
||||
entity: ClothingUniformJumpskirtWeb
|
||||
|
||||
- node: cloth
|
||||
entity: MaterialCloth1
|
||||
|
||||
- node: shield
|
||||
entity: WebShield
|
||||
|
||||
- node: boots
|
||||
entity: ClothingShoesBootsWinterWeb
|
||||
12
Prototypes/Recipes/Crafting/artifact.yml
Normal file
12
Prototypes/Recipes/Crafting/artifact.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: construction
|
||||
id: Artifact
|
||||
graph: Artifact
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
68
Prototypes/Recipes/Crafting/bots.yml
Normal file
68
Prototypes/Recipes/Crafting/bots.yml
Normal file
@@ -0,0 +1,68 @@
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Filler <130583174+FillerVK@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Thom <119594676+ItsMeThom@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Golinth <amh2023@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 plykiya <plykiya@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: cleanbot
|
||||
graph: CleanBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: firebot
|
||||
graph: FireBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: honkbot
|
||||
graph: HonkBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: jonkbot
|
||||
graph: JonkBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: medibot
|
||||
graph: MediBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: mimebot
|
||||
graph: MimeBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: supplybot
|
||||
graph: SupplyBot
|
||||
startNode: start
|
||||
targetNode: bot
|
||||
category: construction-category-utilities
|
||||
objectType: Item
|
||||
90
Prototypes/Recipes/Crafting/crates.yml
Normal file
90
Prototypes/Recipes/Crafting/crates.yml
Normal file
@@ -0,0 +1,90 @@
|
||||
# SPDX-FileCopyrightText: 2021 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Martin Petkovski <63034378+martin69420@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 EnDecc <33369477+Endecc@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 PeterFuto <futo.petr@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 saga3152 <133799418+saga3152@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: CrateLivestock
|
||||
graph: CrateLivestock
|
||||
startNode: start
|
||||
targetNode: cratelivestock
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: CrateGenericSteel
|
||||
graph: CrateGenericSteel
|
||||
startNode: start
|
||||
targetNode: crategenericsteel
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: CrateSecure
|
||||
graph: CrateSecure
|
||||
startNode: start
|
||||
targetNode: cratesecure
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: CrateFreezer
|
||||
name: construction-recipe-crate-freezer
|
||||
graph: CrateFreezer
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: CratePlastic
|
||||
graph: CratePlastic
|
||||
startNode: start
|
||||
targetNode: crateplastic
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: BigBox
|
||||
name: construction-recipe-big-box
|
||||
graph: BaseBigBox
|
||||
startNode: start
|
||||
targetNode: basebigbox
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: BoxCardboard
|
||||
name: construction-recipe-box-cardboard
|
||||
graph: BoxCardboard
|
||||
startNode: start
|
||||
targetNode: boxcardboard
|
||||
category: construction-category-storage
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: FoodBoxPizza
|
||||
graph: FoodBoxPizza
|
||||
startNode: start
|
||||
targetNode: foodboxpizza
|
||||
category: construction-category-storage
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: CrateCoffin
|
||||
graph: CrateCoffin
|
||||
startNode: start
|
||||
targetNode: cratecoffin
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
218
Prototypes/Recipes/Crafting/improvised.yml
Normal file
218
Prototypes/Recipes/Crafting/improvised.yml
Normal file
@@ -0,0 +1,218 @@
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kevin Zheng <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 wrexbe <wrexbe@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Lei Yunxing <lyx2020@sjtu.edu.cn>
|
||||
# SPDX-FileCopyrightText: 2023 Sirionaut <148076704+Sirionaut@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2023 kxv <136233650+kxvvv@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 lzk228 <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Adrian16199 <144424013+Adrian16199@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 CatMagic <135462166+CatMagic1@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 FungiFellow <151778459+FungiFellow@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 august-sun <45527070+august-sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 August Sun <45527070+august-sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Killerqu00 <47712032+Killerqu00@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 august-sun <45527070+august.sun@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: bat
|
||||
graph: WoodenBat
|
||||
startNode: start
|
||||
targetNode: bat
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ghost_sheet
|
||||
graph: GhostSheet
|
||||
startNode: start
|
||||
targetNode: ghost_sheet
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: makeshifthandcuffs
|
||||
graph: makeshifthandcuffs
|
||||
startNode: start
|
||||
targetNode: cuffscable
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: makeshiftstunprod
|
||||
graph: makeshiftstunprod
|
||||
startNode: start
|
||||
targetNode: msstunprod
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: muzzle
|
||||
graph: Muzzle
|
||||
startNode: start
|
||||
targetNode: muzzle
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: pneumaticcannon
|
||||
graph: PneumaticCannon
|
||||
startNode: start
|
||||
targetNode: cannon
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: gauze
|
||||
graph: Gauze
|
||||
startNode: start
|
||||
targetNode: gauze
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: blindfold
|
||||
graph: Blindfold
|
||||
startNode: start
|
||||
targetNode: blindfold
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: flowerwreath
|
||||
graph: flowerwreath
|
||||
startNode: start
|
||||
targetNode: flowerwreath
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: rag
|
||||
graph: Rag
|
||||
startNode: start
|
||||
targetNode: rag
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: improvisedshotgun
|
||||
graph: ImprovisedShotgunGraph
|
||||
startNode: start
|
||||
targetNode: shotgun
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ShellShotgunImprovised
|
||||
graph: ImprovisedShotgunShellGraph
|
||||
startNode: start
|
||||
targetNode: shell
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: riflestock
|
||||
graph: RifleStockGraph
|
||||
startNode: start
|
||||
targetNode: riflestock
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: firebomb
|
||||
graph: FireBomb
|
||||
startNode: start
|
||||
targetNode: firebomb
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: CottonWovenCloth
|
||||
graph: CottonObjects
|
||||
startNode: start
|
||||
targetNode: cottoncloth
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: strawHat
|
||||
graph: StrawHat
|
||||
startNode: start
|
||||
targetNode: strawhat
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: pipebomb
|
||||
graph: PipeBomb
|
||||
startNode: start
|
||||
targetNode: pipebomb
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: rollingpin
|
||||
graph: WoodenRollingPin
|
||||
startNode: start
|
||||
targetNode: rollingpin
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: PetCarrier
|
||||
graph: PetCarrier
|
||||
startNode: start
|
||||
targetNode: petCarrier
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: HardsuitGoliath
|
||||
graph: HardsuitGoliath
|
||||
startNode: start
|
||||
targetNode: hardsuitGoliath
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: scraparmor
|
||||
graph: scraparmor
|
||||
startNode: start
|
||||
targetNode: scraparmorfinished
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: scraphelmet
|
||||
graph: scraphelmet
|
||||
startNode: start
|
||||
targetNode: scraphelmet
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingBagPet
|
||||
graph: ClothingBagPet
|
||||
startNode: start
|
||||
targetNode: bagPet
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
29
Prototypes/Recipes/Crafting/potato.yml
Normal file
29
Prototypes/Recipes/Crafting/potato.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# SPDX-FileCopyrightText: 2023 Doru991 <75124791+Doru991@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: construction
|
||||
id: PowerCellPotato
|
||||
graph: PowerCellPotato
|
||||
startNode: start
|
||||
targetNode: potatobattery
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: PotatoAI
|
||||
graph: PotatoAI
|
||||
startNode: start
|
||||
targetNode: potatoai
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: PotatoAIChip
|
||||
graph: PotatoAIChip
|
||||
startNode: start
|
||||
targetNode: potatoaichip
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
81
Prototypes/Recipes/Crafting/smokeables.yml
Normal file
81
Prototypes/Recipes/Crafting/smokeables.yml
Normal file
@@ -0,0 +1,81 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Pancake <Pangogie@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: smokeableJoint
|
||||
graph: smokeableJoint
|
||||
startNode: start
|
||||
targetNode: joint
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableJointRainbow
|
||||
name: construction-smokeable-joint-rainbow
|
||||
graph: smokeableJointRainbow
|
||||
startNode: start
|
||||
targetNode: jointRainbow
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableBlunt
|
||||
graph: smokeableBlunt
|
||||
startNode: start
|
||||
targetNode: blunt
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableBluntRainbow
|
||||
name: construction-smokeable-blunt-rainbow
|
||||
graph: smokeableBluntRainbow
|
||||
startNode: start
|
||||
targetNode: bluntRainbow
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableCigarette
|
||||
graph: smokeableCigarette
|
||||
startNode: start
|
||||
targetNode: cigarette
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
# I wanted to put a hand-grinder here but we need construction graphs that use non-consumed catalysts first.
|
||||
|
||||
- type: construction
|
||||
id: smokeableGroundCannabis
|
||||
graph: smokeableGroundCannabis
|
||||
startNode: start
|
||||
targetNode: ground
|
||||
category: construction-category-misc
|
||||
# color: darkgreen
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableGroundCannabisRainbow
|
||||
graph: smokeableGroundCannabisRainbow
|
||||
startNode: start
|
||||
targetNode: groundRainbow
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: smokeableGroundTobacco
|
||||
graph: smokeableGroundTobacco
|
||||
startNode: start
|
||||
targetNode: ground
|
||||
category: construction-category-misc
|
||||
# color: brown
|
||||
objectType: Item
|
||||
53
Prototypes/Recipes/Crafting/tallbox.yml
Normal file
53
Prototypes/Recipes/Crafting/tallbox.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
# SPDX-FileCopyrightText: 2023 iacore <74560659+iacore@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ty Ashley <42426760+TyAshley@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: ClosetSteel
|
||||
graph: ClosetSteel
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: ClosetSteelSecure
|
||||
graph: ClosetSteelSecure
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: ClosetFreezer
|
||||
name: construction-recipe-closet-freezer
|
||||
graph: ClosetFreezer
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: GunSafe
|
||||
graph: GunSafe
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
|
||||
- type: construction
|
||||
id: ClosetWall
|
||||
graph: ClosetWall
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-storage
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: true
|
||||
canBuildInImpassable: true
|
||||
conditions:
|
||||
- !type:WallmountCondition
|
||||
76
Prototypes/Recipes/Crafting/tiles.yml
Normal file
76
Prototypes/Recipes/Crafting/tiles.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Lamrr <96937466+Lamrr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 ninruB <38016303+asperger-sind@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ps3Moira <113228053+ps3moira@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# These should be lathe recipes but lathe code sucks so hard rn so they'll be crafted by hand.
|
||||
|
||||
- type: construction
|
||||
id: TileSteel
|
||||
graph: TileSteel
|
||||
startNode: start
|
||||
targetNode: steeltile
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileWood
|
||||
graph: TileWood
|
||||
startNode: start
|
||||
targetNode: woodtile
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileBrassFilled
|
||||
graph: TilesBrass
|
||||
startNode: start
|
||||
targetNode: filledPlate
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileBrassReebe
|
||||
graph: TilesBrass
|
||||
startNode: start
|
||||
targetNode: reebe
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileWhite
|
||||
graph: TileWhite
|
||||
startNode: start
|
||||
targetNode: whitetile
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileDark
|
||||
graph: TileDark
|
||||
startNode: start
|
||||
targetNode: darktile
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileFlesh
|
||||
graph: TileFlesh
|
||||
startNode: start
|
||||
targetNode: fleshTile
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: TileWoodLarge
|
||||
graph: TileWoodLarge
|
||||
startNode: start
|
||||
targetNode: woodtilelarge
|
||||
category: construction-category-tiles
|
||||
objectType: Item
|
||||
30
Prototypes/Recipes/Crafting/toys.yml
Normal file
30
Prototypes/Recipes/Crafting/toys.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
# SPDX-FileCopyrightText: 2023 Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: construction
|
||||
id: PlushieGhostRevenant
|
||||
graph: PlushieGhostRevenant
|
||||
startNode: start
|
||||
targetNode: plushie
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingOuterSuitIan
|
||||
graph: ClothingOuterSuitIan
|
||||
startNode: start
|
||||
targetNode: suit
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: MoproachShoes
|
||||
graph: MoproachShoes
|
||||
startNode: start
|
||||
targetNode: shoes
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
155
Prototypes/Recipes/Crafting/web.yml
Normal file
155
Prototypes/Recipes/Crafting/web.yml
Normal file
@@ -0,0 +1,155 @@
|
||||
# SPDX-FileCopyrightText: 2023 Kilk <142771861+TheKilk@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aiden <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 CaasGit <87243814+CaasGit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Cojoke <83733158+Cojoke-dot@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 DrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 EmoGarbage404 <retron404@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Eoin Mcloughlin <helloworld@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 Errant <35878406+Errant-4@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Hrosts <35345601+Hrosts@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ian <ignaz.k@live.de>
|
||||
# SPDX-FileCopyrightText: 2024 Ilya246 <57039557+Ilya246@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Joel Zimmerman <JoelZimmerman@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 JustCone <141039037+JustCone14@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Killerqu00 <47712032+Killerqu00@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Kukutis96513 <146854220+Kukutis96513@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Lye <128915833+Lyroth001@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MerrytheManokit <167581110+MerrytheManokit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mervill <mervills.email@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MureixloI <132683811+MureixloI@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 NakataRin <45946146+NakataRin@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 OrangeMoronage9622 <whyteterry0092@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 PJBot <pieterjan.briers+bot@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Preston Smith <92108534+thetolbean@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Psychpsyo <60073468+Psychpsyo@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Repo <47093363+Titian3@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 RiceMar1244 <138547931+RiceMar1244@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Simon <63975668+Simyon264@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Stalen <33173619+stalengd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 TakoDragon <69509841+BackeTako@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Thomas <87614336+Aeshus@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 TsjipTsjip <19798667+TsjipTsjip@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Unkn0wn_Gh0st <shadowstalkermll@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Vasilis <vasilis@pikachu.systems>
|
||||
# SPDX-FileCopyrightText: 2024 Vigers Ray <60344369+VigersRay@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 beck-thompson <107373427+beck-thompson@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deathride58 <deathride58@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 dffdff2423 <dffdff2423@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 eoineoineoin <github@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 foboscheshir <156405958+foboscheshir@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 plykiya <plykiya@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 saintmuntzer <47153094+saintmuntzer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 shamp <140359015+shampunj@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 strO0pwafel <153459934+strO0pwafel@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 stroopwafel <j.o.luijkx@student.tudelft.nl>
|
||||
# SPDX-FileCopyrightText: 2024 themias <89101928+themias@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 to4no_fix <156101927+chavonadelal@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 voidnull000 <18663194+voidnull000@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 AstroDogeDX <48888500+AstroDogeDX@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: construction
|
||||
id: TileWeb
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: tile
|
||||
category: construction-category-tiles
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingOuterWinterWeb
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: coat
|
||||
category: construction-category-clothing
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingUniformJumpsuitWeb
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: jumpsuit
|
||||
category: construction-category-clothing
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingUniformJumpskirtWeb
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: jumpskirt
|
||||
category: construction-category-clothing
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: SilkWovenCloth
|
||||
name: construction-recipe-silk-woven-cloth
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: cloth
|
||||
category: construction-category-materials
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: WebShield
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: shield
|
||||
category: construction-category-clothing
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
id: ClothingShoesBootsWinterWeb
|
||||
graph: WebObjects
|
||||
startNode: start
|
||||
targetNode: boots
|
||||
category: construction-category-clothing
|
||||
entityWhitelist:
|
||||
tags:
|
||||
- SpiderCraft
|
||||
objectType: Item
|
||||
Reference in New Issue
Block a user