Smokeable Tweaks (#5611)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Pancake
2021-12-15 02:07:58 -08:00
committed by GitHub
parent eb84939735
commit 2180c26122
7 changed files with 134 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
- type: constructionGraph
id: smokeableRollie
- type: constructionGraph
id: smokeableJoint
start: start
graph:
- node: start
edges:
- to: rollie
- to: joint
steps:
- prototype: PaperRolling
icon:
@@ -23,8 +23,36 @@
# color: darkgreen
name: ground cannabis
doAfter: 2
- node: rollie
entity: Rollie
- node: joint
entity: Joint
- type: constructionGraph
id: smokeableBlunt
start: start
graph:
- node: start
edges:
- to: blunt
steps:
- prototype: LeavesTobaccoDried
icon:
sprite: Objects/Specific/Hydroponics/tobacco.rsi
state: dried
name: dried tobacco leaves
- prototype: CigaretteFilter
icon:
sprite: Objects/Consumable/Smokeables/Cigarettes/paper.rsi
state: cigfilter
name: cigarette filter
- prototype: GroundCannabis
icon:
sprite: Objects/Misc/reageant_fillings.rsi
state: powderpile
# color: darkgreen
name: ground cannabis
doAfter: 2
- node: blunt
entity: Blunt
- type: constructionGraph
id: smokeableCigarette

View File

@@ -1,14 +1,25 @@
- type: construction
name: rollie
id: smokeableRollie
graph: smokeableRollie
- type: construction
name: joint
id: smokeableJoint
graph: smokeableJoint
startNode: start
targetNode: rollie
targetNode: joint
category: Misc
description: "A roll of dried plant matter wrapped in thin paper."
icon: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi/unlit-icon.png
objectType: Item
- type: construction
name: blunt
id: smokeableBlunt
graph: smokeableBlunt
startNode: start
targetNode: blunt
category: Misc
description: "A roll of dried plant matter wrapped in a dried tobacco leaf."
icon: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi/unlit-icon.png
objectType: Item
- type: construction
name: cigarette
id: smokeableCigarette