Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PUMPKIN #2615

Closed
Closed

PUMPKIN #2615

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- type: Construction
graph: PumpkinAddLight
node: start
- type: Tag #SS220-PumpkinLantern-Craft begin
tags:
- CarvedPumpkin #SS220-PumpkinLantern-Craft end

- type: entity
parent: CarvedPumpkin
Expand All @@ -29,6 +32,9 @@
energy: 4.0
- type: StealTarget
stealGroup: LAMP
- type: Construction #SS220-PumpkinLantern-Craft begin
graph: PumpkinLanternCraft
node: pumpkinLantern #SS220-PumpkinLantern-Craft end

- type: entity
parent: CarvedPumpkin
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: constructionGraph
id: PumpkinLanternCraft
start: start
graph:
- node: start
edges:
- to: pumpkinLantern
steps:
- tag: Candle
name: свеча
icon:
sprite: Objects/Misc/candles.rsi
state: loadout
- tag: CarvedPumpkin
name: вырезанная тыква
icon:
sprite: Objects/Specific/Hydroponics/pumpkin.rsi
state: carved
doAfter: 5
- node: pumpkinLantern
entity: PumpkinLantern
12 changes: 12 additions & 0 deletions Resources/Prototypes/SS220/Recipes/Crafting/pumpkinlantern.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: construction
name: тыквенный фонарик
id: PumpkinLantern
graph: PumpkinLanternCraft
startNode: start
targetNode: pumpkinLantern
category: construction-category-misc
objectType: Item
description: "Вырезанная тыква, излучающая жутковатое свечение."
icon:
sprite: Objects/Specific/Hydroponics/pumpkin.rsi
state: lantern
Loading