Skip to content

Commit

Permalink
Recepies fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Aug 5, 2024
1 parent 7f442d0 commit 693b06c
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: constructionGraph
- type: constructionGraph
id: HudMedSec
start: start
graph:
Expand Down Expand Up @@ -27,17 +27,22 @@
sprite: Objects/Devices/communication.rsi
state: walkietalkie
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
#SS220 Recepies fix begin
- material: Capacitor
amount: 2
doAfter: 10
# - tag: CapacitorStockPart
# name: capacitor
# icon:
# sprite: Objects/Misc/stock_parts.rsi
# state: capacitor
# doAfter: 5
# - tag: CapacitorStockPart
# name: capacitor
# icon:
# sprite: Objects/Misc/stock_parts.rsi
# state: capacitor
# doAfter: 5
#SS220 Recepies fix end
- node: medsecHud
entity: ClothingEyesHudMedSec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: constructionGraph
- type: constructionGraph
id: WallmountSubstation
start: start
graph:
Expand Down Expand Up @@ -57,13 +57,18 @@
sprite: "Objects/Power/power_cells.rsi"
state: "medium"
doAfter: 0.5
- tag: CapacitorStockPart
name: a capacitor
store: capacitor
icon:
sprite: "Objects/Misc/stock_parts.rsi"
state: "capacitor"
#SS220 Recepies fix begin
- material: Capacitor
amount: 1
doAfter: 0.5
# - tag: CapacitorStockPart
# name: a capacitor
# store: capacitor
# icon:
# sprite: "Objects/Misc/stock_parts.rsi"
# state: "capacitor"
# doAfter: 0.5
#SS220 Recepies fix end
- to: frame
completed:
- !type:GivePrototype
Expand Down
26 changes: 15 additions & 11 deletions Resources/Prototypes/Recipes/Crafting/Graphs/improvised/potato.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,19 @@
- material: Cable
amount: 2
doAfter: 1
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
#SS220 Recepies fix begin
- material: Capacitor
amount: 2
# - tag: CapacitorStockPart
# name: capacitor
# icon:
# sprite: Objects/Misc/stock_parts.rsi
# state: capacitor
# - tag: CapacitorStockPart
# name: capacitor
# icon:
# sprite: Objects/Misc/stock_parts.rsi
# state: capacitor
#SS220 Recepies fix end
- node: potatoaichip
entity: PotatoAIChip
entity: PotatoAIChip
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,15 @@
doAfter: 5
- material: Cable
amount: 5
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
- tag: CapacitorStockPart
name: capacitor
icon:
sprite: Objects/Misc/stock_parts.rsi
state: capacitor
doAfter: 5
doAfter: 5
- material: Capacitor
amount: 2
doAfter: 10
- tag: PowerCellHigh
name: Power Cell High
icon:
sprite: Objects/Power/power_cells.rsi
state: high
doAfter: 5
- node: pistol
entity: WeaponMakeshiftLaser
entity: WeaponMakeshiftLaser
6 changes: 5 additions & 1 deletion Resources/Prototypes/Stacks/science_stacks.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
- type: stack
- type: stack
id: ArtifactFragment
name: artifact fragment
icon: { sprite: /Textures/Objects/Specific/Xenoarchaeology/artifact_fragments.rsi, state: ancientball1 } #SS220 Recepies fix
spawn: ArtifactFragment1
maxCount: 30

- type: stack
id: Capacitor
name: capacitor
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: capacitor } #SS220 Recepies fix
spawn: CapacitorStockPart
maxCount: 10

- type: stack
id: Manipulator
name: micro manipulator
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: micro_mani } #SS220 Recepies fix
spawn: MicroManipulatorStockPart
maxCount: 10

- type: stack
id: MatterBin
name: matter bin
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: matter_bin } #SS220 Recepies fix
spawn: MatterBinStockPart
maxCount: 10

0 comments on commit 693b06c

Please sign in to comment.