Thirteen Loko causes toxin damage (#4249)

This commit is contained in:
DmitriyRubetskoy
2021-06-30 17:35:19 +03:00
committed by GitHub
parent 5d49527827
commit 579f3c1103
3 changed files with 28 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- Ice
- Tea
- Water
- ThirteenLoko
- type: reagentDispenserInventory
id: BoozeDispenserInventory

View File

@@ -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

View File

@@ -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