Skip to content

Commit

Permalink
Re-add Lean (#361)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff <>
  • Loading branch information
IamVelcroboy authored Oct 31, 2023
1 parent 21e7b9b commit c77308d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 18 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: reaction
id: Diphenhydramine
impact: Medium
minTemp: 100
reactants:
Diethylamine:
amount: 1
Oil:
amount: 1
TableSalt:
amount: 1
Carbon:
amount: 1
Ethanol:
amount: 1
products:
Diphenhydramine: 3
16 changes: 15 additions & 1 deletion Resources/Prototypes/DeltaV/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,18 @@
BlueCuracao:
amount: 1
products:
Mothamphetamine: 3
Mothamphetamine: 3

- type: reaction
id: Lean
reactants:
GrapeSoda:
amount: 1
Diphenhydramine:
amount: 1
Impedrezene:
amount: 1
FourteenLoko:
amount: 1
products:
Lean: 4
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@
- type: entity
parent: DrinkBaseCup
id: DrinkLean
name: Grape Juice
description: Damn, no fun allowed.
name: Lean # Delta V : Re-adds Lean
description: Often paired with doja sweet, drinking this concoction is the staple of a trill O.G. # Delta V : Re-adds Lean
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Water
- ReagentId: Lean # Delta V : Re-adds Lean
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/lean.rsi
Expand Down
14 changes: 0 additions & 14 deletions Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
- type: reaction
id: Lean
reactants:
GrapeSoda:
amount: 1
# Spaceacillin:
# amount: 1
Acetone:
amount: 1
FourteenLoko:
amount: 1
products:
Lean: 4

- type: reaction
id: BahamaMama
reactants:
Expand Down

0 comments on commit c77308d

Please sign in to comment.