Thirteen Loko causes toxin damage (#4249)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- Ice
|
- Ice
|
||||||
- Tea
|
- Tea
|
||||||
- Water
|
- Water
|
||||||
|
- ThirteenLoko
|
||||||
|
|
||||||
- type: reagentDispenserInventory
|
- type: reagentDispenserInventory
|
||||||
id: BoozeDispenserInventory
|
id: BoozeDispenserInventory
|
||||||
|
|||||||
@@ -111,6 +111,13 @@
|
|||||||
name: thirteen loko can
|
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.
|
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:
|
components:
|
||||||
|
- type: SolutionContainer
|
||||||
|
maxVol: 20
|
||||||
|
caps: None
|
||||||
|
contents:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: ThirteenLoko
|
||||||
|
Quantity: 20
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/thirteen_loko.rsi
|
sprite: Objects/Consumable/Drinks/thirteen_loko.rsi
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,23 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- !type:AdjustHealth
|
- !type:AdjustHealth
|
||||||
amount: 0.1
|
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