Rainbow Weed (#25759)
* rainbow weed * Lipolicide * psicodine + mannitol * happiness * ground + dried + smokables * damn you notepad++ * fix WHY NOT TELL ME ALL THE PROBLEMS AT THE SAME TIME!!! * work * work i beg you * recipe good * possibly fix merge conflict * remove reagents
This commit is contained in:
@@ -1703,6 +1703,14 @@
|
||||
solids:
|
||||
LeavesCannabis: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDriedCannabisRainbow
|
||||
name: dried rainbow cannabis leaves recipe
|
||||
result: LeavesCannabisRainbowDried
|
||||
time: 10
|
||||
solids:
|
||||
LeavesCannabisRainbow: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTrashBakedBananaPeel
|
||||
name: baked banana peel recipe
|
||||
|
||||
@@ -12,6 +12,21 @@
|
||||
doAfter: 2
|
||||
- node: joint
|
||||
entity: Joint
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableJointRainbow
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: jointRainbow
|
||||
steps:
|
||||
- material: PaperRolling
|
||||
- material: CigaretteFilter
|
||||
- material: GroundCannabisRainbow
|
||||
doAfter: 2
|
||||
- node: jointRainbow
|
||||
entity: JointRainbow
|
||||
|
||||
- type: constructionGraph
|
||||
id: smokeableBlunt
|
||||
@@ -27,6 +42,20 @@
|
||||
- node: blunt
|
||||
entity: Blunt
|
||||
|
||||
- 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
|
||||
@@ -56,6 +85,20 @@
|
||||
- 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
|
||||
|
||||
@@ -8,6 +8,17 @@
|
||||
description: "A roll of dried plant matter wrapped in thin paper."
|
||||
icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: rainbow joint
|
||||
id: smokeableJointRainbow
|
||||
graph: smokeableJointRainbow
|
||||
startNode: start
|
||||
targetNode: jointRainbow
|
||||
category: construction-category-misc
|
||||
description: "A roll of dried plant matter wrapped in thin paper."
|
||||
icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: blunt
|
||||
@@ -20,6 +31,17 @@
|
||||
icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: rainbow blunt
|
||||
id: smokeableBluntRainbow
|
||||
graph: smokeableBluntRainbow
|
||||
startNode: start
|
||||
targetNode: bluntRainbow
|
||||
category: construction-category-misc
|
||||
description: "A roll of dried plant matter wrapped in a dried tobacco leaf."
|
||||
icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: cigarette
|
||||
id: smokeableCigarette
|
||||
@@ -45,6 +67,17 @@
|
||||
# color: darkgreen
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: ground rainbow cannabis
|
||||
id: smokeableGroundCannabisRainbow
|
||||
graph: smokeableGroundCannabisRainbow
|
||||
startNode: start
|
||||
targetNode: groundRainbow
|
||||
category: construction-category-misc
|
||||
description: "Ground rainbow cannabis, ready to take you on a trip."
|
||||
icon: { sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: ground tobacco
|
||||
id: smokeableGroundTobacco
|
||||
|
||||
@@ -582,7 +582,7 @@
|
||||
Sigynate:
|
||||
amount: 2
|
||||
products:
|
||||
Aloxadone: 4
|
||||
Aloxadone: 4
|
||||
|
||||
- type: reaction
|
||||
id: Psicodine
|
||||
|
||||
Reference in New Issue
Block a user