Thirteen Loko causes toxin damage (#4249)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- Ice
|
||||
- Tea
|
||||
- Water
|
||||
- ThirteenLoko
|
||||
|
||||
- type: reagentDispenserInventory
|
||||
id: BoozeDispenserInventory
|
||||
|
||||
@@ -111,6 +111,13 @@
|
||||
name: thirteen loko can
|
||||
description: The MBO has advised crew members that consumption of Thirteen Loko may result in seizures, blindness, drunkeness, or even death. Please Drink Responsibly.
|
||||
components:
|
||||
- type: SolutionContainer
|
||||
maxVol: 20
|
||||
caps: None
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: ThirteenLoko
|
||||
Quantity: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/thirteen_loko.rsi
|
||||
|
||||
|
||||
@@ -14,3 +14,23 @@
|
||||
amount: 1
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: ThirteenLoko
|
||||
name: Thirteen Loko
|
||||
desc: A highly processed liquid substance barely-passing intergalatic health standarts for a soft drink.
|
||||
physicalDesc: fizzy
|
||||
color: "#deb928"
|
||||
metabolism:
|
||||
- !type:DefaultDrink
|
||||
rate: 1
|
||||
- !type:HealthChangeMetabolism
|
||||
healthChange: 2
|
||||
damageClass: Toxin
|
||||
plantMetabolism:
|
||||
- !type:AdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:AdjustWater
|
||||
amount: 1
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
Reference in New Issue
Block a user