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:
ZeroDayDaemon
2021-11-04 00:31:21 -04:00
committed by GitHub
parent 1b5b32c8a6
commit b8f12f4424
8 changed files with 107 additions and 63 deletions

View File

@@ -447,9 +447,6 @@
BraveBull: BraveBull:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
BrownStar:
effects:
- !type:SatiateThirst
CubaLibre: CubaLibre:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
@@ -534,7 +531,7 @@
Moonshine: Moonshine:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
Neurotoxin: #This should be moved out of alcohol eventually Neurotoxin:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
- !type:HealthChange - !type:HealthChange
@@ -565,6 +562,9 @@
SnowWhite: SnowWhite:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
Starkist:
effects:
- !type:SatiateThirst
SuiDream: SuiDream:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst

View File

@@ -5,6 +5,7 @@
spriteName: cola spriteName: cola
startingInventory: startingInventory:
DrinkColaCan: 10 DrinkColaCan: 10
DrinkEnergyDrinkCan: 10
DrinkGrapeCan: 10 DrinkGrapeCan: 10
DrinkIcedTeaCan: 10 DrinkIcedTeaCan: 10
DrinkLemonLimeCan: 10 DrinkLemonLimeCan: 10

View File

@@ -250,6 +250,11 @@
sprite: Objects/Specific/Hydroponics/potato.rsi sprite: Objects/Specific/Hydroponics/potato.rsi
- type: Produce - type: Produce
seed: potato seed: potato
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuicePotato
Quantity: 10
- type: entity - type: entity
name: tomato name: tomato

View File

@@ -451,23 +451,6 @@
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/bravebullglass.rsi sprite: Objects/Consumable/Drinks/bravebullglass.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkBrownStar
name: brown star
description: It's not what it sounds like...
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: BrownStar
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/brownstar.rsi
- type: entity - type: entity
parent: DrinkGlassBase parent: DrinkGlassBase
id: DrinkCarrotJuice id: DrinkCarrotJuice

View File

@@ -12,11 +12,11 @@
drink: drink:
reagents: reagents:
- ReagentId: Cola - ReagentId: Cola
Quantity: 20 Quantity: 30
maxVol: 20 maxVol: 30
- type: SolutionTransfer - type: SolutionTransfer
canChangeTransferAmount: true canChangeTransferAmount: true
maxTransferAmount: 10 maxTransferAmount: 15
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.TransferAmountUiKey.Key - key: enum.TransferAmountUiKey.Key
@@ -44,10 +44,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: Cola - ReagentId: Cola
Quantity: 20 Quantity: 30
- type: Tag - type: Tag
tags: tags:
- Cola - Cola
@@ -65,10 +65,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: IcedTea - ReagentId: IcedTea
Quantity: 20 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/ice_tea_can.rsi sprite: Objects/Consumable/Drinks/ice_tea_can.rsi
- type: Item - type: Item
@@ -83,10 +83,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: LemonLime - ReagentId: LemonLime
Quantity: 20 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/lemon-lime.rsi sprite: Objects/Consumable/Drinks/lemon-lime.rsi
- type: Item - type: Item
@@ -98,6 +98,13 @@
name: grape soda can name: grape soda can
description: Sweetened drink with a grape flavor and a deep purple color. description: Sweetened drink with a grape flavor and a deep purple color.
components: components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: GrapeSoda
Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/purple_can.rsi sprite: Objects/Consumable/Drinks/purple_can.rsi
- type: Item - type: Item
@@ -112,10 +119,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 50
reagents: reagents:
- ReagentId: SodaWater - ReagentId: SodaWater
Quantity: 20 Quantity: 50
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/sodawater.rsi sprite: Objects/Consumable/Drinks/sodawater.rsi
@@ -129,10 +136,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: SpaceMountainWind - ReagentId: SpaceMountainWind
Quantity: 20 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/space_mountain_wind.rsi sprite: Objects/Consumable/Drinks/space_mountain_wind.rsi
- type: Item - type: Item
@@ -147,10 +154,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: SpaceUp - ReagentId: SpaceUp
Quantity: 20 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/space-up.rsi sprite: Objects/Consumable/Drinks/space-up.rsi
- type: Item - type: Item
@@ -162,6 +169,13 @@
name: starkist can name: starkist can
description: The taste of a star in liquid form. And, a bit of tuna...? description: The taste of a star in liquid form. And, a bit of tuna...?
components: components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Starkist
Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/starkist.rsi sprite: Objects/Consumable/Drinks/starkist.rsi
- type: Item - type: Item
@@ -176,10 +190,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 50
reagents: reagents:
- ReagentId: TonicWater - ReagentId: TonicWater
Quantity: 20 Quantity: 50
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/tonic.rsi sprite: Objects/Consumable/Drinks/tonic.rsi
@@ -193,10 +207,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: FourteenLoko - ReagentId: FourteenLoko
Quantity: 20 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/fourteen_loko.rsi sprite: Objects/Consumable/Drinks/fourteen_loko.rsi
- type: Item - type: Item
@@ -211,10 +225,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: ChangelingSting - ReagentId: ChangelingSting
Quantity: 20 Quantity: 30
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/changelingsting.rsi sprite: Objects/Consumable/Drinks/changelingsting.rsi
@@ -230,10 +244,10 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: drink:
maxVol: 20 maxVol: 30
reagents: reagents:
- ReagentId: DrGibb - ReagentId: DrGibb
Quantity: 20 Quantity: 30
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/dr_gibb.rsi sprite: Objects/Consumable/Drinks/dr_gibb.rsi
@@ -242,10 +256,17 @@
- type: entity - type: entity
parent: DrinkCanBaseFull parent: DrinkCanBaseFull
id: DrinkEnergyDrink id: DrinkEnergyDrinkCan
name: red bool energy drink name: red bool energy drink
description: A can of Red Bool, with enough caffeine to kill a horse. description: A can of Red Bool, with enough caffeine to kill a horse.
components: components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: EnergyDrink
Quantity: 30
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/energy_drink.rsi sprite: Objects/Consumable/Drinks/energy_drink.rsi

View File

@@ -286,14 +286,6 @@
color: "#664300" color: "#664300"
spritePath: bravebullglass.rsi 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 - type: reagent
id: CubaLibre id: CubaLibre
name: cuba libre name: cuba libre

View File

@@ -40,6 +40,34 @@
- !type:AdjustHealth - !type:AdjustHealth
amount: 0.1 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 - type: reagent
id: LemonLime id: LemonLime
name: lemon-lime name: lemon-lime
@@ -97,6 +125,20 @@
- !type:AdjustHealth - !type:AdjustHealth
amount: 0.1 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 - type: reagent
id: FourteenLoko id: FourteenLoko
name: Fourteen Loko name: Fourteen Loko

View File

@@ -112,16 +112,6 @@
products: products:
BraveBull: 3 BraveBull: 3
- type: reaction
id: BrownStar
reactants:
Cola:
amount: 1
JuiceOrange:
amount: 2
products:
BrownStar: 3
- type: reaction - type: reaction
id: CafeLatte id: CafeLatte
reactants: reactants:
@@ -470,6 +460,16 @@
products: products:
SoyLatte: 2 SoyLatte: 2
- type: reaction
id: Starkist
reactants:
Cola:
amount: 1
JuiceOrange:
amount: 2
products:
Starkist: 3
- type: reaction - type: reaction
id: SyndicateBomb id: SyndicateBomb
reactants: reactants: