Small bug fixes and tweaks on reagents and food/drinks content (#5146)
* Update Can Sizes, Fill cans with correct reagents, rename brownstar reagent to its can name starkist * Update drinks.yml * add energy drink * Update soda.yml * Potato Juice * Fix Yaml * Add energy drink to vending
This commit is contained in:
@@ -286,14 +286,6 @@
|
||||
color: "#664300"
|
||||
spritePath: bravebullglass.rsi
|
||||
|
||||
- type: reagent
|
||||
id: BrownStar
|
||||
name: brown star
|
||||
desc: It's not what it sounds like...
|
||||
physicalDesc: strong-smelling
|
||||
color: "#9F3400"
|
||||
spritePath: brownstar.rsi
|
||||
|
||||
- type: reagent
|
||||
id: CubaLibre
|
||||
name: cuba libre
|
||||
|
||||
@@ -40,6 +40,34 @@
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: EnergyDrink
|
||||
name: Energy Drink
|
||||
desc: A dose of energy! Nanotrasen is not responsible if you grow avian appendages.
|
||||
physicalDesc: fizzy
|
||||
color: "#ffffbf"
|
||||
plantMetabolism:
|
||||
- !type:AdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:AdjustWater
|
||||
amount: 1
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: GrapeSoda
|
||||
name: grape soda
|
||||
desc: It's Graaaaaape!
|
||||
physicalDesc: fizzy
|
||||
color: "#ae94a6"
|
||||
plantMetabolism:
|
||||
- !type:AdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:AdjustWater
|
||||
amount: 1
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: LemonLime
|
||||
name: lemon-lime
|
||||
@@ -97,6 +125,20 @@
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: Starkist
|
||||
name: starkist
|
||||
desc: A sweet, orange flavored soft drink.
|
||||
physicalDesc: fizzy
|
||||
color: "#9F3400"
|
||||
plantMetabolism:
|
||||
- !type:AdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:AdjustWater
|
||||
amount: 1
|
||||
- !type:AdjustHealth
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: FourteenLoko
|
||||
name: Fourteen Loko
|
||||
|
||||
Reference in New Issue
Block a user