Merge sugar and glucose, touch up how some drinks metabolize. (#7398)

This commit is contained in:
Rane
2022-05-22 04:25:38 -04:00
committed by GitHub
parent ab2ef53412
commit a05abd106c
15 changed files with 392 additions and 66 deletions

View File

@@ -7,7 +7,7 @@
- Copper - Copper
- Ethanol - Ethanol
- Fluorine - Fluorine
- Glucose - Sugar
- Hydrogen - Hydrogen
- Iodine - Iodine
- Iron - Iron
@@ -20,7 +20,6 @@
- Radium - Radium
- Silicon - Silicon
- Sodium - Sodium
- Sugar
- Sulfur - Sulfur
- SulfuricAcid - SulfuricAcid
- Uranium - Uranium

View File

@@ -76,9 +76,7 @@
maxVol: 30 maxVol: 30
reagents: reagents:
- ReagentId: IcedTea - ReagentId: IcedTea
Quantity: 28 Quantity: 30
- ReagentId: Theobromine
Quantity: 2
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/ice_tea_can.rsi sprite: Objects/Consumable/Drinks/ice_tea_can.rsi
- type: Item - type: Item
@@ -238,9 +236,7 @@
maxVol: 30 maxVol: 30
reagents: reagents:
- ReagentId: FourteenLoko - ReagentId: FourteenLoko
Quantity: 28 Quantity: 30
- ReagentId: Theobromine
Quantity: 2
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/fourteen_loko.rsi sprite: Objects/Consumable/Drinks/fourteen_loko.rsi
- type: Item - type: Item
@@ -296,9 +292,7 @@
maxVol: 30 maxVol: 30
reagents: reagents:
- ReagentId: EnergyDrink - ReagentId: EnergyDrink
Quantity: 28 Quantity: 30
- ReagentId: Theobromine
Quantity: 2
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/energy_drink.rsi sprite: Objects/Consumable/Drinks/energy_drink.rsi

View File

@@ -170,9 +170,7 @@
drink: drink:
reagents: reagents:
- ReagentId: Coffee - ReagentId: Coffee
Quantity: 19 Quantity: 20
- ReagentId: Theobromine
Quantity: 1
maxVol: 20 maxVol: 20
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/hot_coffee.rsi sprite: Objects/Consumable/Drinks/hot_coffee.rsi
@@ -188,9 +186,7 @@
drink: drink:
reagents: reagents:
- ReagentId: Tea - ReagentId: Tea
Quantity: 19 Quantity: 20
- ReagentId: Theobromine
Quantity: 1
maxVol: 20 maxVol: 20
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/teacup.rsi sprite: Objects/Consumable/Drinks/teacup.rsi

View File

@@ -485,7 +485,7 @@
Quantity: 20 Quantity: 20
- ReagentId: Vitamin - ReagentId: Vitamin
Quantity: 5 Quantity: 5
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 15 Quantity: 15
- type: entity - type: entity
@@ -510,7 +510,7 @@
Quantity: 4 Quantity: 4
- ReagentId: Vitamin - ReagentId: Vitamin
Quantity: 1 Quantity: 1
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 3 Quantity: 3
# Tastes like sweetness, cake, vanilla. # Tastes like sweetness, cake, vanilla.
@@ -537,7 +537,7 @@
Quantity: 20 Quantity: 20
- ReagentId: Vitamin - ReagentId: Vitamin
Quantity: 5 Quantity: 5
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 15 Quantity: 15
- type: entity - type: entity
@@ -562,7 +562,7 @@
Quantity: 4 Quantity: 4
- ReagentId: Vitamin - ReagentId: Vitamin
Quantity: 1 Quantity: 1
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 3 Quantity: 3
# Tastes like sweetness, cake, clown. # Tastes like sweetness, cake, clown.

View File

@@ -221,7 +221,7 @@
Quantity: 10 Quantity: 10
- ReagentId: Omnizine - ReagentId: Omnizine
Quantity: 2 Quantity: 2
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 2 Quantity: 2
- type: entity - type: entity

View File

@@ -85,7 +85,7 @@
solutions: solutions:
food: food:
reagents: reagents:
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 10 Quantity: 10
- type: Produce - type: Produce
seedId: sugarcane seedId: sugarcane

View File

@@ -306,7 +306,7 @@
Quantity: 3 Quantity: 3
- ReagentId: Milk ##This is probably a reference to something but I don't get it - ReagentId: Milk ##This is probably a reference to something but I don't get it
Quantity: 5 Quantity: 5
- ReagentId: Glucose - ReagentId: Sugar
Quantity: 5 Quantity: 5
# Tastes like rice, sweetness. # Tastes like rice, sweetness.

View File

@@ -11,6 +11,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#33EE00" color: "#33EE00"
spritePath: absintheglass.rsi spritePath: absintheglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.3
- type: reagent - type: reagent
id: Ale id: Ale
@@ -38,6 +46,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#0000CD" color: "#0000CD"
spritePath: curacaoglass.rsi spritePath: curacaoglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.1
- type: reagent - type: reagent
id: Cognac id: Cognac
@@ -47,6 +63,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#AB3C05" color: "#AB3C05"
spritePath: cognacglass.rsi spritePath: cognacglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: DeadRum id: DeadRum
@@ -56,6 +80,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: rumglass.rsi spritePath: rumglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Ethanol id: Ethanol
@@ -70,6 +102,9 @@
Poison: Poison:
effects: effects:
- !type:HealthChange - !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 5
damage: damage:
groups: groups:
Caustic: 1 Caustic: 1
@@ -82,6 +117,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: ginvodkaglass.rsi spritePath: ginvodkaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Kahlua id: Kahlua
@@ -123,6 +166,9 @@
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
factor: 2 factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05
Poison: Poison:
effects: effects:
- !type:HealthChange - !type:HealthChange
@@ -138,6 +184,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: rumglass.rsi spritePath: rumglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Sake id: Sake
@@ -154,6 +208,14 @@
desc: reagent-desc-tequila desc: reagent-desc-tequila
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#d7d1d155" color: "#d7d1d155"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Vermouth id: Vermouth
@@ -172,6 +234,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#d1d1d155" color: "#d1d1d155"
spritePath: ginvodkaglass.rsi spritePath: ginvodkaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Whiskey id: Whiskey
@@ -181,6 +251,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: whiskeyglass.rsi spritePath: whiskeyglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Wine id: Wine
@@ -246,6 +324,14 @@
physicalDesc: reagent-physical-desc-translucent physicalDesc: reagent-physical-desc-translucent
color: "#ff7d63" color: "#ff7d63"
spritePath: antifreeze.rsi spritePath: antifreeze.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: AtomicBomb id: AtomicBomb
@@ -255,6 +341,17 @@
physicalDesc: reagent-physical-desc-cloudy physicalDesc: reagent-physical-desc-cloudy
color: "#666300" color: "#666300"
spritePath: atomicbombglass.rsi spritePath: atomicbombglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- !type:AdjustReagent
reagent: Radium
amount: 0.05
- type: reagent - type: reagent
id: B52 id: B52
@@ -264,6 +361,14 @@
physicalDesc: reagent-physical-desc-bubbly physicalDesc: reagent-physical-desc-bubbly
color: "#664300" color: "#664300"
spritePath: b52glass.rsi spritePath: b52glass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: BahamaMama id: BahamaMama
@@ -300,6 +405,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: beepskysmashglass.rsi spritePath: beepskysmashglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: Bilk id: Bilk
@@ -318,6 +431,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#360000" color: "#360000"
spritePath: blackrussianglass.rsi spritePath: blackrussianglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: BloodyMary id: BloodyMary
@@ -345,6 +466,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: bravebullglass.rsi spritePath: bravebullglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: CubaLibre id: CubaLibre
@@ -354,6 +483,14 @@
physicalDesc: reagent-physical-desc-bubbly physicalDesc: reagent-physical-desc-bubbly
color: "#3E1B00" color: "#3E1B00"
spritePath: cubalibreglass.rsi spritePath: cubalibreglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: DemonsBlood id: DemonsBlood
@@ -388,6 +525,9 @@
factor: 2 factor: 2
- !type:SatiateHunger - !type:SatiateHunger
factor: -2 factor: -2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05
Medicine: Medicine:
effects: effects:
- !type:HealthChange - !type:HealthChange
@@ -406,6 +546,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#2E6671" color: "#2E6671"
spritePath: driestmartiniglass.rsi spritePath: driestmartiniglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: ErikaSuprise id: ErikaSuprise
@@ -424,6 +572,14 @@
physicalDesc: reagent-physical-desc-volatile physicalDesc: reagent-physical-desc-volatile
color: "#9cc8b4" color: "#9cc8b4"
spritePath: gargleblasterglass.rsi spritePath: gargleblasterglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: GinFizz id: GinFizz
@@ -433,6 +589,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: ginfizzglass.rsi spritePath: ginfizzglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: GinTonic id: GinTonic
@@ -442,6 +606,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#004166" color: "#004166"
spritePath: gintonicglass.rsi spritePath: gintonicglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: Goldschlager id: Goldschlager
@@ -451,6 +623,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#FFFF91" color: "#FFFF91"
spritePath: goldschlagerglass.rsi spritePath: goldschlagerglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: Grog id: Grog
@@ -496,6 +676,14 @@
physicalDesc: reagent-physical-desc-bubbly physicalDesc: reagent-physical-desc-bubbly
color: "#2E6671" color: "#2E6671"
spritePath: irishcarbomb.rsi spritePath: irishcarbomb.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: IrishCream id: IrishCream
@@ -505,6 +693,14 @@
physicalDesc: reagent-physical-desc-creamy physicalDesc: reagent-physical-desc-creamy
color: "#664300" color: "#664300"
spritePath: irishcreamglass.rsi spritePath: irishcreamglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: IrishCoffee id: IrishCoffee
@@ -514,15 +710,14 @@
physicalDesc: reagent-physical-desc-cloudy physicalDesc: reagent-physical-desc-cloudy
color: "#664300" color: "#664300"
spritePath: irishcoffeeglass.rsi spritePath: irishcoffeeglass.rsi
metabolisms:
- type: reagent Drink:
id: KiraSpecial effects:
name: reagent-name-kira-special - !type:SatiateThirst
parent: BaseAlcohol factor: 2
desc: reagent-desc-kira-special - !type:AdjustReagent
physicalDesc: reagent-physical-desc-strong-smelling reagent: Ethanol
color: "#CCCC99" amount: 0.15
spritePath: kiraspecial.rsi
- type: reagent - type: reagent
id: LongIslandIcedTea id: LongIslandIcedTea
@@ -532,6 +727,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: longislandicedteaglass.rsi spritePath: longislandicedteaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: Manhattan id: Manhattan
@@ -577,6 +780,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#664300" color: "#664300"
spritePath: martiniglass.rsi spritePath: martiniglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: Mead id: Mead
@@ -603,6 +814,14 @@
desc: reagent-desc-moonshine desc: reagent-desc-moonshine
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#d1d7d155" color: "#d1d7d155"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.25
- type: reagent - type: reagent
id: Neurotoxin id: Neurotoxin
@@ -616,6 +835,10 @@
Drink: Drink:
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.25
Poison: Poison:
effects: effects:
- !type:HealthChange - !type:HealthChange
@@ -631,6 +854,14 @@
physicalDesc: reagent-physical-desc-metallic physicalDesc: reagent-physical-desc-metallic
color: "#585840" color: "#585840"
spritePath: patronglass.rsi spritePath: patronglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2
- type: reagent - type: reagent
id: RedMead id: RedMead
@@ -641,15 +872,6 @@
color: "#C73C00" color: "#C73C00"
spritePath: red_meadglass.rsi spritePath: red_meadglass.rsi
- type: reagent
id: Rewriter
name: reagent-name-rewriter
parent: BaseAlcohol
desc: reagent-desc-rewriter
physicalDesc: reagent-physical-desc-strong-smelling
color: "#485000"
spritePath: rewriter.rsi
- type: reagent - type: reagent
id: Sbiten id: Sbiten
name: reagent-name-sbiten name: reagent-name-sbiten
@@ -667,6 +889,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#A68310" color: "#A68310"
spritePath: screwdriverglass.rsi spritePath: screwdriverglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: Silencer id: Silencer
@@ -721,6 +951,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#FFE48C" color: "#FFE48C"
spritePath: tequillasunriseglass.rsi spritePath: tequillasunriseglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: ThreeMileIsland id: ThreeMileIsland
@@ -730,6 +968,17 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#666340" color: "#666340"
spritePath: threemileislandglass.rsi spritePath: threemileislandglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- !type:AdjustReagent
reagent: Uranium
amount: 0.05
- type: reagent - type: reagent
id: ToxinsSpecial id: ToxinsSpecial
@@ -748,6 +997,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#004666" color: "#004666"
spritePath: martiniglass.rsi spritePath: martiniglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: VodkaTonic id: VodkaTonic
@@ -757,6 +1014,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#0064C8" color: "#0064C8"
spritePath: vodkatonicglass.rsi spritePath: vodkatonicglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: WhiskeyCola id: WhiskeyCola
@@ -766,6 +1031,14 @@
physicalDesc: reagent-physical-desc-bubbly physicalDesc: reagent-physical-desc-bubbly
color: "#3E1B00" color: "#3E1B00"
spritePath: whiskeycolaglass.rsi spritePath: whiskeycolaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: WhiskeySoda id: WhiskeySoda
@@ -775,6 +1048,14 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#533600" color: "#533600"
spritePath: whiskeysodaglass.rsi spritePath: whiskeysodaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
- type: reagent - type: reagent
id: WhiteRussian id: WhiteRussian
@@ -784,3 +1065,11 @@
physicalDesc: reagent-physical-desc-strong-smelling physicalDesc: reagent-physical-desc-strong-smelling
color: "#A68340" color: "#A68340"
spritePath: whiterussianglass.rsi spritePath: whiterussianglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15

View File

@@ -45,6 +45,9 @@
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
factor: 2 factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05
reactiveEffects: reactiveEffects:
Flammable: Flammable:
methods: [ Touch ] methods: [ Touch ]

View File

@@ -5,6 +5,14 @@
desc: reagent-desc-coffee desc: reagent-desc-coffee
physicalDesc: reagent-physical-desc-aromatic physicalDesc: reagent-physical-desc-aromatic
color: "#664300" color: "#664300"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Theobromine
amount: 0.05
- type: reagent - type: reagent
id: Cream id: Cream
@@ -72,6 +80,14 @@
physicalDesc: reagent-physical-desc-aromatic physicalDesc: reagent-physical-desc-aromatic
color: "#104038" color: "#104038"
spritePath: icedteaglass.rsi spritePath: icedteaglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Theobromine
amount: 0.05
- type: reagent - type: reagent
id: Lemonade id: Lemonade
@@ -201,6 +217,14 @@
desc: reagent-desc-tea desc: reagent-desc-tea
physicalDesc: reagent-physical-desc-aromatic physicalDesc: reagent-physical-desc-aromatic
color: "#8a5a3a" color: "#8a5a3a"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Theobromine
amount: 0.05
- type: reagent - type: reagent
id: TonicWater id: TonicWater
@@ -275,3 +299,21 @@
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
factor: 1 factor: 1
- type: reagent
id: KiraSpecial
name: kira special
parent: BaseDrink
desc: Long live the guy who everyone had mistaken for a girl. Baka!
physicalDesc: strong-smelling
color: "#CCCC99"
spritePath: kiraspecial.rsi
- type: reagent
id: Rewriter
name: rewriter
parent: BaseDrink
desc: The secret of the sanctuary of the Librarian...
physicalDesc: strong-smelling
color: "#485000"
spritePath: rewriter.rsi

View File

@@ -29,6 +29,14 @@
desc: reagent-desc-energy-drink desc: reagent-desc-energy-drink
physicalDesc: reagent-physical-desc-fizzy physicalDesc: reagent-physical-desc-fizzy
color: "#ffffbf" color: "#ffffbf"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Theobromine
amount: 0.05
- type: reagent - type: reagent
id: GrapeSoda id: GrapeSoda
@@ -118,6 +126,9 @@
effects: effects:
- !type:SatiateThirst - !type:SatiateThirst
factor: 2 factor: 2
- !type:AdjustReagent
reagent: Theobromine
amount: 0.1
Poison: Poison:
effects: effects:
- !type:HealthChange - !type:HealthChange

View File

@@ -15,23 +15,6 @@
- !type:PlantAdjustHealth - !type:PlantAdjustHealth
amount: 0.5 amount: 0.5
- type: reagent
id: Glucose
name: reagent-name-glucose
desc: reagent-desc-glucose
physicalDesc: reagent-physical-desc-syrupy
color: "#ffffff"
boilingPoint: 340282300000000000000000000000000000000 #Fun fact: Glucose can't boil. So let's just set it to the maximum float value.
meltingPoint: 146.0
plantMetabolism:
- !type:PlantAdjustNutrition
amount: 0.1
- !type:PlantAdjustWeeds
amount: 2
- !type:PlantAdjustPests
amount: 2
- type: reagent - type: reagent
id: Vitamin id: Vitamin
name: reagent-name-vitamin name: reagent-name-vitamin

View File

@@ -57,11 +57,20 @@
desc: reagent-desc-sugar desc: reagent-desc-sugar
physicalDesc: reagent-physical-desc-sweet physicalDesc: reagent-physical-desc-sweet
color: white color: white
meltingPoint: 146.0
metabolisms: metabolisms:
Food: Food:
effects: effects:
- !type:SatiateHunger - !type:SatiateHunger
factor: 1 factor: 1
plantMetabolism:
- !type:PlantAdjustNutrition
amount: 0.1
- !type:PlantAdjustWeeds
amount: 2
- !type:PlantAdjustPests
amount: 2
- type: reagent - type: reagent
id: Blackpepper id: Blackpepper

View File

@@ -418,7 +418,7 @@
# result: FoodCandyCorn # result: FoodCandyCorn
# time: 5 # time: 5
# reagents: # reagents:
# Glucose: 5 # Sugar: 5
# solids: # solids:
# FoodCorn: 1 # FoodCorn: 1

View File

@@ -17,7 +17,7 @@
amount: 1 amount: 1
Oxygen: Oxygen:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
products: products:
Cryptobiolin: 3 Cryptobiolin: 3
@@ -137,7 +137,7 @@
amount: 1 amount: 1
Carbon: Carbon:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
products: products:
Inaprovaline: 3 Inaprovaline: 3
@@ -149,7 +149,7 @@
amount: 1 amount: 1
SulfuricAcid: SulfuricAcid:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
products: products:
TranexamicAcid: 3 TranexamicAcid: 3
@@ -204,7 +204,7 @@
reactants: reactants:
Lithium: Lithium:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
Water: Water:
amount: 1 amount: 1
@@ -238,7 +238,7 @@
amount: 1 amount: 1
Oxygen: Oxygen:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
products: products:
Impedrezene: 3 Impedrezene: 3
@@ -283,7 +283,7 @@
reactants: reactants:
Mercury: Mercury:
amount: 1 amount: 1
Glucose: Sugar:
amount: 1 amount: 1
Lithium: Lithium:
amount: 1 amount: 1