init
This commit is contained in:
2695
Prototypes/Reagents/Consumable/Drink/alcohol.yml
Normal file
2695
Prototypes/Reagents/Consumable/Drink/alcohol.yml
Normal file
File diff suppressed because it is too large
Load Diff
94
Prototypes/Reagents/Consumable/Drink/base_drink.yml
Normal file
94
Prototypes/Reagents/Consumable/Drink/base_drink.yml
Normal file
@@ -0,0 +1,94 @@
|
||||
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Sam Weaver <weaversam8@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Waylon Cude <waylon.cude@finzdani.net>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Tayrtahn <tayrtahn@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 ike709 <ike709@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 themias <89101928+themias@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: reagent
|
||||
id: BaseDrink
|
||||
group: NonAlcoholicDrinks # Goob - Drinks guidebook split
|
||||
abstract: true
|
||||
slipData:
|
||||
requiredSlipSpeed: 3.5
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 3
|
||||
reactiveEffects:
|
||||
Extinguish:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:ExtinguishReaction
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustWater
|
||||
amount: 1
|
||||
tileReactions:
|
||||
- !type:ExtinguishTileReaction { }
|
||||
- !type:SpillIfPuddlePresentTileReaction { }
|
||||
|
||||
- type: reagent
|
||||
id: BaseSoda
|
||||
parent: BaseDrink
|
||||
abstract: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:PlantAdjustWater
|
||||
amount: 0.1
|
||||
- !type:PlantAdjustHealth
|
||||
amount: -0.1
|
||||
footstepSound:
|
||||
collection: FootstepSlime
|
||||
fizziness: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: BaseAlcohol
|
||||
group: AlcoholicDrinks # Goob - Drinks guidebook split
|
||||
abstract: true
|
||||
slipData:
|
||||
requiredSlipSpeed: 3.5
|
||||
friction: 0.4
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Ethanol
|
||||
amount: 0.06
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
tileReactions:
|
||||
- !type:FlammableTileReaction
|
||||
temperatureMultiplier: 1.35
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.25
|
||||
- !type:PlantAdjustWater
|
||||
amount: 0.7
|
||||
|
||||
- type: reagent
|
||||
id: BaseJuice
|
||||
parent: BaseDrink
|
||||
abstract: true
|
||||
flavor: sweet
|
||||
footstepSound:
|
||||
collection: FootstepSlime
|
||||
763
Prototypes/Reagents/Consumable/Drink/drinks.yml
Normal file
763
Prototypes/Reagents/Consumable/Drink/drinks.yml
Normal file
@@ -0,0 +1,763 @@
|
||||
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 SweptWasTaken <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 ZeroDayDaemon <60460608+ZeroDayDaemon@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Fishfish458 <47410468+Fishfish458@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 KIBORG04 <bossmira4@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Sam Weaver <weaversam8@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Veritius <45957058+Veritius@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 fishfish458 <fishfish458>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Floofi <126319569+Shadowtheprotogen546@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Jeff <velcroboy333@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Moony <moony@hellomouse.net>
|
||||
# SPDX-FileCopyrightText: 2023 T-Stalker <43253663+DogZeroX@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Veritius <veritiusgaming@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 lapatison <100279397+lapatison@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ashley Woodiss-Field <ash@DESKTOP-H64M4AI.localdomain>
|
||||
# SPDX-FileCopyrightText: 2024 ColesMagnum <98577947+AW-FulCode@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Firewatch <54725557+musicmanvr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Hanz <41141796+Hanzdegloker@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 RumiTiger <154005209+RumiTiger@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Sybil <azurerosegarden@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Tayrtahn <tayrtahn@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 c4llv07e <kseandi@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 cool dolphin <36332236+Afrokada@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 ike709 <ike709@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 themias <89101928+themias@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 AstroDogeDX <48888500+AstroDogeDX@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 Jajsha <101492056+Zap527@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 RedBookcase <crazykid1590@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 SharkSnake98 <peanutbuttersharky@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 qwerltaz <69696513+qwerltaz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: reagent
|
||||
id: Coffee
|
||||
name: reagent-name-coffee
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-coffee
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: coffee
|
||||
color: "#664300"
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
metabolismRate: 0.05 # Goobstation: Very slow metabolism
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 2
|
||||
type: Remove
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
- !type:Jitter # Goobstation: Coffee causes jitteriness and alters speed
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Coffee
|
||||
min: 25
|
||||
- !type:MovespeedModifier
|
||||
walkSpeedModifier: 1.1
|
||||
sprintSpeedModifier: 1.1
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Coffee
|
||||
min: 25
|
||||
max: 99
|
||||
- !type:GenericStatusEffect
|
||||
key: Stutter
|
||||
component: StutteringAccent
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Coffee
|
||||
min: 75
|
||||
- !type:MovespeedModifier # Goobstation: Drinking too much causes chest pain and slows you down
|
||||
walkSpeedModifier: 0.70
|
||||
sprintSpeedModifier: 0.70
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Coffee
|
||||
min: 100
|
||||
- !type:PopupMessage
|
||||
visualType: Medium
|
||||
messages: ["ephedrine-effect-tight-pain", "ephedrine-effect-heart-pounds"]
|
||||
type: Local
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
reagent: Coffee
|
||||
min: 100
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/coffeeglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: HotCocoa
|
||||
name: reagent-name-hot-cocoa
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-hot-cocoa
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: chocolate
|
||||
color: "#664300"
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
|
||||
- type: reagent
|
||||
id: Cream
|
||||
name: reagent-name-cream
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-cream
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: creamy
|
||||
color: "#DFD7AF"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 1
|
||||
|
||||
- type: reagent
|
||||
id: CoconutWater
|
||||
name: reagent-name-coconut-water
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-coconut-water
|
||||
physicalDesc: reagent-physical-desc-milky
|
||||
flavor: nutty
|
||||
color: "#f4eadb"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4 # Coconut water is 94% water
|
||||
|
||||
- type: reagent
|
||||
id: CreamOfCoconut
|
||||
name: reagent-name-cream-of-coconut
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-cream-of-coconut
|
||||
physicalDesc: reagent-physical-desc-syrupy
|
||||
flavor: creamy
|
||||
color: "#FFEABF"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
|
||||
- type: reagent
|
||||
id: CafeLatte
|
||||
name: reagent-name-cafe-latte
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-cafe-latte
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: creamy
|
||||
color: "#664300"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/cafe_latte.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 1
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 2
|
||||
type: Remove
|
||||
|
||||
- type: reagent
|
||||
id: GreenTea
|
||||
name: reagent-name-green-tea
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-green-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: tea
|
||||
color: "#7EB626"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/greenteaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: Grenadine
|
||||
name: reagent-name-grenadine
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-grenadine
|
||||
physicalDesc: reagent-physical-desc-dark-red
|
||||
flavor: bitter
|
||||
color: "#EA1D26"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/grenadineglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 3
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: true
|
||||
footstepSound:
|
||||
collection: FootstepSlime
|
||||
|
||||
- type: reagent
|
||||
id: IcedCoffee
|
||||
name: reagent-name-iced-coffee
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-coffee
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: coffee
|
||||
color: "#102838"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/icedcoffeeglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 2
|
||||
type: Remove
|
||||
|
||||
- type: reagent
|
||||
id: IcedGreenTea
|
||||
name: reagent-name-iced-green-tea
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-green-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: icedtea
|
||||
color: "#5B821B"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/icedgreenteaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: IcedTea
|
||||
name: reagent-name-iced-tea
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: icedtea
|
||||
color: "#6C3916"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/icedteaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 6
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
|
||||
- type: reagent
|
||||
id: JuiceBerryPoison
|
||||
parent: BaseJuice
|
||||
name: reagent-name-juice-berry-poison
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-juice-berry-poison
|
||||
physicalDesc: reagent-physical-desc-sickly
|
||||
flavor: bitter
|
||||
color: "#6600CC"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType # Goobstation - Yowie
|
||||
type: Yowie
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
|
||||
- type: reagent
|
||||
id: Lemonade
|
||||
parent: BaseJuice
|
||||
name: reagent-name-lemonade
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-lemonade
|
||||
physicalDesc: reagent-physical-desc-tart
|
||||
flavor: sweet
|
||||
color: "#FFFF00"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/lemonadeglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 6
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
|
||||
- type: reagent
|
||||
id: Milk
|
||||
name: reagent-name-milk
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-milk
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: milk
|
||||
color: "#DFDFDF"
|
||||
recognizable: true
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:PlantAdjustWater
|
||||
amount: 0.9
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Plasmaman
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.90
|
||||
types:
|
||||
Heat: -0.30
|
||||
Shock: -0.30
|
||||
Caustic: -0.30
|
||||
|
||||
- type: reagent
|
||||
id: MilkGoat
|
||||
parent: Milk
|
||||
name: reagent-name-milk-goat
|
||||
desc: reagent-desc-milk-goat
|
||||
|
||||
- type: reagent
|
||||
id: MilkOat
|
||||
name: reagent-name-milk-oat
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-milk-oat
|
||||
physicalDesc: reagent-physical-desc-refreshing
|
||||
flavor: oats
|
||||
color: "#DEDACD"
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
|
||||
- type: reagent
|
||||
id: MilkSoy
|
||||
parent: MilkOat
|
||||
name: reagent-name-milk-soy
|
||||
desc: reagent-desc-milk-soy
|
||||
physicalDesc: reagent-physical-desc-refreshing
|
||||
flavor: soy
|
||||
color: "#D2C29D"
|
||||
|
||||
- type: reagent
|
||||
id: MilkSpoiled
|
||||
name: reagent-name-milk-spoiled
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-milk-spoiled
|
||||
physicalDesc: reagent-physical-desc-putrid
|
||||
flavor: terrible
|
||||
color: "#faffba"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: -2
|
||||
|
||||
- type: reagent
|
||||
id: Nothing
|
||||
name: reagent-name-nothing
|
||||
desc: reagent-desc-nothing
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
physicalDesc: reagent-physical-desc-nothing
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
# TODO heal mimes
|
||||
|
||||
- type: reagent
|
||||
id: NuclearCola
|
||||
parent: BaseSoda
|
||||
name: reagent-name-nuclear-cola
|
||||
#group: Drinks - Goob: Drinks guidebook split
|
||||
desc: reagent-desc-nuclear-cola
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: atomiccola
|
||||
color: "#100800"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/nuclear_colaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 6
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 3
|
||||
type: Remove
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType # Goobstation - Yowie
|
||||
type: Yowie
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
fizziness: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: SodaWater
|
||||
name: reagent-name-soda-water
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-soda-water
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: fizzy
|
||||
color: "#619494"
|
||||
fizziness: 0.8
|
||||
|
||||
- type: reagent
|
||||
id: SoyLatte
|
||||
name: reagent-name-soy-latte
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-soy-latte
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: soy
|
||||
color: "#664300"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/soy_latte.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 1
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 2
|
||||
type: Remove
|
||||
|
||||
- type: reagent
|
||||
id: Tea
|
||||
name: reagent-name-tea
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: tea
|
||||
color: "#8a5a3a"
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/teaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: TonicWater
|
||||
name: reagent-name-tonic-water
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-tonic-water
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: tonicwater
|
||||
color: "#0064C8"
|
||||
fizziness: 0.4
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/tonicglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: Water
|
||||
name: reagent-name-water
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-water
|
||||
evaporationSpeed: 0.3
|
||||
absorbent: true
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: water
|
||||
color: "#75b1f0"
|
||||
recognizable: true
|
||||
boilingPoint: 100.0
|
||||
meltingPoint: 0.0
|
||||
friction: 0.4
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
Gas: # DeltaV - Feroxi get to breathe with this too!
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
ignoreResistances: true
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Slime
|
||||
shouldHave: true
|
||||
damage:
|
||||
types:
|
||||
Heat: 3
|
||||
- !type:Oxygenate
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Feroxi
|
||||
- !type:SatiateThirst
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Feroxi
|
||||
factor: 2
|
||||
- !type:Oxygenate
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: FeroxiDehydrated
|
||||
- !type:SatiateThirst
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: FeroxiDehydrated
|
||||
factor: 2
|
||||
# DeltaV Converts H2O into CO2 for Feroxi
|
||||
- !type:ModifyLungGas
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Feroxi
|
||||
ratios: # DeltaV no duplicating O2 >:3
|
||||
CarbonDioxide: 0.5
|
||||
WaterVapor: -1.0
|
||||
- !type:ModifyLungGas
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: FeroxiDehydrated
|
||||
ratios: # DeltaV no duplicating O2 >:3
|
||||
CarbonDioxide: 0.5
|
||||
WaterVapor: -1.0
|
||||
|
||||
- type: reagent
|
||||
id: Ice
|
||||
name: reagent-name-ice
|
||||
desc: reagent-desc-ice
|
||||
slipData:
|
||||
requiredSlipSpeed: 3.5
|
||||
physicalDesc: reagent-physical-desc-frosty
|
||||
flavor: cold
|
||||
color: "#bed8e6"
|
||||
recognizable: true
|
||||
meltingPoint: 0.0
|
||||
boilingPoint: 100.0
|
||||
friction: 0.05 #Copied from Ice Crust
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustWater
|
||||
amount: 1
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/iceglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 3
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: DryRamen
|
||||
name: reagent-name-dry-ramen
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-dry-ramen
|
||||
physicalDesc: reagent-physical-desc-wormy
|
||||
flavor: cheapnoodles
|
||||
color: "#664300"
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
factor: 1
|
||||
|
||||
- type: reagent
|
||||
id: HotRamen
|
||||
name: reagent-name-hot-ramen
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-hot-ramen
|
||||
physicalDesc: reagent-physical-desc-wormy
|
||||
flavor: cheapnoodles
|
||||
color: "#664300"
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
factor: 4
|
||||
|
||||
- type: reagent
|
||||
id: ArnoldPalmer
|
||||
name: reagent-name-arnold-palmer
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-arnold-palmer
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: arnoldpalmer
|
||||
color: "#d8cc5d"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/arnoldpalmer.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.05
|
||||
|
||||
- type: reagent
|
||||
id: Pilk
|
||||
name: reagent-name-pilk
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-pilk
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: pilk
|
||||
color: "#e7c69f"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 1
|
||||
fizziness: 0.3
|
||||
|
||||
- type: reagent
|
||||
id: Posca
|
||||
name: reagent-name-posca
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-posca
|
||||
physicalDesc: reagent-physical-desc-sour
|
||||
flavor: bitter
|
||||
color: "#B3B599"
|
||||
|
||||
- type: reagent
|
||||
id: KiraSpecial
|
||||
name: reagent-name-kira-special
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-kira-special
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: sweet
|
||||
color: "#CCCC99"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/kiraspecial.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 3
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
fizziness: 0.3
|
||||
|
||||
- type: reagent
|
||||
id: Rewriter
|
||||
name: reagent-name-rewriter
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-rewriter
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: sweet
|
||||
color: "#485000"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/rewriter.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: true
|
||||
fizziness: 0.3
|
||||
|
||||
- type: reagent
|
||||
id: Mopwata
|
||||
name: reagent-name-mopwata
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-mopwata
|
||||
physicalDesc: reagent-physical-desc-murky
|
||||
flavor: mopwata
|
||||
color: "#59502b"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 0.6
|
||||
|
||||
- type: reagent
|
||||
id: Tortuga
|
||||
name: reagent-name-tortuga
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-tortuga
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: tortuga
|
||||
color: "#1c8c40"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/tortuga.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
240
Prototypes/Reagents/Consumable/Drink/juice.yml
Normal file
240
Prototypes/Reagents/Consumable/Drink/juice.yml
Normal file
@@ -0,0 +1,240 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 ZeroDayDaemon <60460608+ZeroDayDaemon@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Doru991 <75124791+Doru991@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 12rabbits <53499656+12rabbits@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 DieselMohawk <gavin.drinka@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Dimastra <65184747+Dimastra@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Dimastra <dimastra@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Eoin Mcloughlin <helloworld@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 Errant <35878406+Errant-4@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 JIPDawg <51352440+JIPDawg@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 JIPDawg <JIPDawg93@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 JustCone <141039037+JustCone14@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mervill <mervills.email@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Moomoobeef <62638182+Moomoobeef@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 PJBot <pieterjan.briers+bot@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Partmedia <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
|
||||
# SPDX-FileCopyrightText: 2024 PopGamer46 <yt1popgamer@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 PursuitInAshes <pursuitinashes@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 QueerNB <176353696+QueerNB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 RumiTiger <154005209+RumiTiger@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Saphire Lattice <lattice@saphi.re>
|
||||
# SPDX-FileCopyrightText: 2024 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Simon <63975668+Simyon264@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Spessmann <156740760+Spessmann@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Tayrtahn <tayrtahn@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Thomas <87614336+Aeshus@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Unisol <1929445+Unisol@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Winkarst <74284083+Winkarst-cpu@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 beck-thompson <107373427+beck-thompson@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 c4llv07e <kseandi@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 coolboy911 <85909253+coolboy911@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 eoineoineoin <github@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 ike709 <ike709@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lunarcomets <140772713+lunarcomets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 osjarw <oskariwjarvinen@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 saintmuntzer <47153094+saintmuntzer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 stellar-novas <stellar_novas@riseup.net>
|
||||
# SPDX-FileCopyrightText: 2024 themias <89101928+themias@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: reagent
|
||||
id: JuiceApple
|
||||
name: reagent-name-juice-apple
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-apple
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: apple
|
||||
color: "#FDAD01"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: JuiceBanana
|
||||
name: reagent-name-juice-banana
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-banana
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: banana
|
||||
color: "#FFE777"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceBerry
|
||||
name: reagent-name-juice-berry
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-berry
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: berry
|
||||
color: "#660099"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceBluePumpkin
|
||||
name: reagent-name-juice-blue-pumpkin
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-blue-pumpkin
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bluepumpkin
|
||||
color: "#00BFFF"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceBungo
|
||||
name: reagent-name-juice-bungo
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-bungo
|
||||
physicalDesc: reagent-physical-desc-tart
|
||||
flavor: bungo
|
||||
color: "#F9E43D"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceCarrot
|
||||
name: reagent-name-juice-carrot
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-carrot
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: carrot
|
||||
color: "#FF8820"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Oculine
|
||||
amount: 0.5
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: JuiceGrape
|
||||
name: reagent-name-juice-grape
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-grape
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: juice
|
||||
color: "#512284"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceLemon
|
||||
name: reagent-name-juice-lemon
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-lemon
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: sour
|
||||
color: "#fff690"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/lemonjuiceglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: JuiceLime
|
||||
name: reagent-name-juice-lime
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-lime
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: sour
|
||||
color: "#99bb43"
|
||||
|
||||
# /datum/reagent/drink/orangejuice/on_mob_life(var/mob/living/M)
|
||||
|
||||
# if(..())
|
||||
# return 1
|
||||
|
||||
# if(M.getToxLoss() && prob(20))
|
||||
# M.adjustToxLoss(-REM)
|
||||
|
||||
- type: reagent
|
||||
id: JuiceOrange
|
||||
name: reagent-name-juice-orange
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-orange
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: orange
|
||||
color: "#E78108"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/orangejuiceglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: JuicePineapple
|
||||
name: reagent-name-juice-pineapple
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-pineapple
|
||||
physicalDesc: reagent-physical-desc-tropical
|
||||
flavor: pineapple
|
||||
color: yellow
|
||||
|
||||
- type: reagent
|
||||
id: JuicePotato
|
||||
name: reagent-name-juice-potato
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-potato
|
||||
physicalDesc: reagent-physical-desc-starchy
|
||||
flavor: potatoes
|
||||
color: "#302000"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceTomato
|
||||
name: reagent-name-juice-tomato
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-tomato
|
||||
physicalDesc: reagent-physical-desc-saucey
|
||||
flavor: tomato
|
||||
color: "#731008"
|
||||
|
||||
- type: reagent
|
||||
id: JuiceWatermelon
|
||||
name: reagent-name-juice-watermelon
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-watermelon
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: watermelon
|
||||
color: "#EF3520"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/watermelonglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: JuiceCherry
|
||||
name: reagent-name-juice-cherry
|
||||
parent: BaseJuice
|
||||
desc: reagent-desc-juice-cherry
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: cherry
|
||||
color: "#84031a"
|
||||
329
Prototypes/Reagents/Consumable/Drink/soda.yml
Normal file
329
Prototypes/Reagents/Consumable/Drink/soda.yml
Normal file
@@ -0,0 +1,329 @@
|
||||
# SPDX-FileCopyrightText: 2021 DmitriyRubetskoy <75271456+DmitriyRubetskoy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 ZeroDayDaemon <60460608+ZeroDayDaemon@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Plasmaguy <jrjr3000@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Moony <moony@hellomouse.net>
|
||||
# SPDX-FileCopyrightText: 2023 crazybrain23 <44417085+crazybrain23@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ashley Woodiss-Field <ash@DESKTOP-H64M4AI.localdomain>
|
||||
# SPDX-FileCopyrightText: 2024 ColesMagnum <98577947+AW-FulCode@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Firewatch <54725557+musicmanvr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Hannah Giovanna Dawson <karakkaraz@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Hanz <41141796+Hanzdegloker@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nim <128169402+Nimfar11@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 RumiTiger <154005209+RumiTiger@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Tayrtahn <tayrtahn@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 c4llv07e <kseandi@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: reagent
|
||||
id: Cola
|
||||
name: reagent-name-cola
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-cola
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#6c2828"
|
||||
recognizable: true
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/colaglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 1
|
||||
type: Remove
|
||||
tileReactions: # Goobstation
|
||||
- !type:ChangeTileReaction # Unrusts tile
|
||||
newTileId: Plating
|
||||
oldTileId: PlatingRust
|
||||
effect: null
|
||||
|
||||
- type: reagent
|
||||
id: RoyRogers
|
||||
name: reagent-name-roy-rogers
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-roy-rogers
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: cola
|
||||
color: "#262019"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/royrogers.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
|
||||
- type: reagent
|
||||
id: ChangelingSting
|
||||
name: reagent-name-changeling-sting
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-changeling-sting
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#2E6671"
|
||||
|
||||
- type: reagent
|
||||
id: DrGibb
|
||||
name: reagent-name-dr-gibb
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-dr-gibb
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: drgibb
|
||||
color: "#102000"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/dr_gibb_glass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: EnergyDrink
|
||||
name: reagent-name-energy-drink
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-energy-drink
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: energydrink
|
||||
color: "#ffffbf"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:ModifyStatusEffect
|
||||
effectProto: StatusEffectDrowsiness
|
||||
time: 2
|
||||
type: Remove
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.1
|
||||
fizziness: 0.4
|
||||
|
||||
- type: reagent
|
||||
id: GrapeSoda
|
||||
name: reagent-name-grape-soda
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-grape-soda
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: grapesoda
|
||||
color: "#ae94a6"
|
||||
|
||||
- type: reagent
|
||||
id: IceCream
|
||||
name: reagent-name-ice-cream
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-ice-cream
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: icecream
|
||||
color: "#fffbd6"
|
||||
recognizable: true
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/icecreamglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: true
|
||||
fizziness: 0
|
||||
|
||||
- type: reagent
|
||||
id: LemonLime
|
||||
name: reagent-name-lemon-lime
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-lemon-lime
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: lemonlimesoda
|
||||
color: "#878F00"
|
||||
|
||||
- type: reagent
|
||||
id: LemonLimeCranberry
|
||||
name: reagent-name-lemon-lime-cranberry
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-lemon-lime-cranberry
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: lemonlimecranberrysoda
|
||||
color: "#803C53"
|
||||
|
||||
- type: reagent
|
||||
id: PwrGame
|
||||
name: reagent-name-pwr-game
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-pwr-game
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: pwrgamesoda
|
||||
color: "#9385bf"
|
||||
fizziness: 0.9 # gamers crave the fizz
|
||||
|
||||
- type: reagent
|
||||
id: RootBeer
|
||||
name: reagent-name-root-beer
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-root-beer
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: rootbeersoda
|
||||
color: "#381c07"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/rootbeerglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 6
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: RootBeerFloat
|
||||
name: reagent-name-root-beer-float
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-root-beer-float
|
||||
physicalDesc: reagent-physical-desc-fizzy-and-creamy
|
||||
flavor: rootbeerfloat
|
||||
color: "#4f361f"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/rootbeerfloatglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 7
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
fizziness: 0.4
|
||||
|
||||
- type: reagent
|
||||
id: SolDry
|
||||
name: reagent-name-sol-dry
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-sol-dry
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: gingersoda
|
||||
color: "#ccb87e"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/sol_dry_glass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: ShirleyTemple
|
||||
name: reagent-name-shirley-temple
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-shirley-temple
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: sweet
|
||||
color: "#af2221"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/shirleytemple.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 4
|
||||
|
||||
- type: reagent
|
||||
id: SpaceMountainWind
|
||||
name: reagent-name-space-mountain-wind
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-space-mountain-wind
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: sodacitrus
|
||||
color: "#a6fa5a"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/space_mountain_wind_glass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: SpaceUp
|
||||
name: reagent-name-space-up
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-space-up
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: spaceup
|
||||
color: "#e3e3e37d"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/space-up_glass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 6
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: Starkist
|
||||
name: reagent-name-starkist
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-starkist
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: starkistsoda
|
||||
color: "#9F3400"
|
||||
|
||||
- type: reagent
|
||||
id: FourteenLoko
|
||||
name: reagent-name-fourteen-loko
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-fourteen-loko
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: fourteenlokosoda
|
||||
color: "#deb928"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/fourteen_loko_glass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Theobromine
|
||||
amount: 0.1
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType # Goobstation - Yowie
|
||||
type: Yowie
|
||||
shouldHave: false
|
||||
- !type:OrganType
|
||||
type: Slime
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
|
||||
- type: reagent
|
||||
id: ShamblersJuice
|
||||
name: reagent-name-shamblers-juice
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-shamblers-juice
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: metallic
|
||||
color: "#66538F"
|
||||
227
Prototypes/Reagents/Consumable/Food/condiments.yml
Normal file
227
Prototypes/Reagents/Consumable/Food/condiments.yml
Normal file
@@ -0,0 +1,227 @@
|
||||
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Sam Weaver <weaversam8@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Fluffiest Floofers <thebluewulf@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Interrobang01 <113810873+Interrobang01@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2023 lapatison <100279397+lapatison@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 SX_7 <sn1.test.preria.2002@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: reagent
|
||||
id: Astrotame
|
||||
name: reagent-name-astrotame
|
||||
group: Foods
|
||||
desc: reagent-desc-astrotame
|
||||
physicalDesc: reagent-physical-desc-sugary
|
||||
flavor: sweet
|
||||
color: aquamarine
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: BbqSauce
|
||||
name: reagent-name-bbq-sauce
|
||||
group: Foods
|
||||
desc: reagent-desc-bbq-sauce
|
||||
physicalDesc: reagent-physical-desc-gloopy
|
||||
flavor: sweet
|
||||
color: darkred
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Coldsauce
|
||||
name: reagent-name-coldsauce
|
||||
group: Foods
|
||||
desc: reagent-desc-coldsauce
|
||||
physicalDesc: reagent-physical-desc-cold
|
||||
flavor: cold
|
||||
color: skyblue
|
||||
|
||||
- type: reagent
|
||||
id: Cornoil
|
||||
name: reagent-name-cornoil
|
||||
group: Foods
|
||||
desc: reagent-desc-cornoil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
color: yellow
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: HorseradishSauce
|
||||
name: reagent-name-horseradish-sauce
|
||||
group: Foods
|
||||
desc: reagent-desc-horseradish-sauce
|
||||
physicalDesc: reagent-physical-desc-overpowering
|
||||
flavor: spicy
|
||||
color: gray
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Hotsauce
|
||||
name: reagent-name-hotsauce
|
||||
group: Foods
|
||||
desc: reagent-desc-hotsauce
|
||||
physicalDesc: reagent-physical-desc-spicy
|
||||
flavor: spicy
|
||||
color: red
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Ketchup
|
||||
name: reagent-name-ketchup
|
||||
group: Foods
|
||||
desc: reagent-desc-ketchup
|
||||
physicalDesc: reagent-physical-desc-tangy
|
||||
flavor: tomato
|
||||
color: red
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Ketchunaise
|
||||
name: reagent-name-ketchunaise
|
||||
group: Foods
|
||||
desc: reagent-desc-ketchunaise
|
||||
physicalDesc: reagent-physical-desc-saucey
|
||||
flavor: ketchunaise
|
||||
color: "#fba399"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: LaughinSyrup
|
||||
name: reagent-name-laughin-syrup
|
||||
group: Foods
|
||||
desc: reagent-desc-laughin-syrup
|
||||
physicalDesc: reagent-physical-desc-funny
|
||||
flavor: sweet
|
||||
color: "#803280"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Mayo
|
||||
name: reagent-name-mayo
|
||||
group: Foods
|
||||
desc: reagent-desc-mayo
|
||||
physicalDesc: reagent-physical-desc-thick
|
||||
flavor: mayonnaise
|
||||
color: "#f9f5e5"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Mustard
|
||||
name: reagent-name-mustard
|
||||
group: Foods
|
||||
desc: reagent-desc-mustard
|
||||
physicalDesc: reagent-physical-desc-thick
|
||||
flavor: mustard
|
||||
color: "#ffdb58"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Vinaigrette
|
||||
name: reagent-name-vinaigrette
|
||||
group: Foods
|
||||
desc: reagent-desc-vinaigrette
|
||||
physicalDesc: reagent-physical-desc-sour
|
||||
flavor: sour
|
||||
color: "#efdaae"
|
||||
recognizable: true
|
||||
|
||||
- type: reagent
|
||||
id: Soysauce
|
||||
name: reagent-name-soysauce
|
||||
group: Foods
|
||||
desc: reagent-desc-soysauce
|
||||
physicalDesc: reagent-physical-desc-salty
|
||||
flavor: salty
|
||||
color: saddlebrown
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
factor: 0.5
|
||||
- !type:SatiateThirst
|
||||
factor: -0.5 # high salt content
|
||||
|
||||
- type: reagent
|
||||
id: TableSalt
|
||||
name: reagent-name-table-salt
|
||||
group: Foods
|
||||
desc: reagent-desc-table-salt
|
||||
physicalDesc: reagent-physical-desc-grainy
|
||||
flavor: salty
|
||||
color: "#cfd1d0"
|
||||
recognizable: true
|
||||
boilingPoint: 1465.0
|
||||
meltingPoint: 800.7
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustWater
|
||||
amount: -3
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: -0.3
|
||||
- !type:PlantAdjustToxins
|
||||
amount: 8
|
||||
- !type:PlantAdjustWeeds
|
||||
amount: -2
|
||||
- !type:PlantAdjustPests
|
||||
amount: -1
|
||||
- !type:PlantAdjustHealth
|
||||
amount: -2
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
# eating salt on its own kinda sucks, kids
|
||||
- !type:SatiateThirst
|
||||
factor: -0.5
|
||||
tileReactions: # 古布站 - Wraith Start Goobstation
|
||||
- !type:EnsureTileReaction
|
||||
components:
|
||||
- type: StatusEffectOnCollideGhost
|
||||
whitelist:
|
||||
tags:
|
||||
- WeakToSalt
|
||||
statusEffect: Corporeal
|
||||
duration: 15 # 古布站 - Wraith End
|
||||
|
||||
|
||||
- type: reagent
|
||||
id: Syrup
|
||||
name: reagent-name-syrup
|
||||
group: Foods
|
||||
desc: reagent-desc-syrup
|
||||
flavor: sweet
|
||||
color: "#fb7125"
|
||||
recognizable: true
|
||||
physicalDesc: reagent-physical-desc-sticky
|
||||
viscosity: 0.55 #Start using syrup to attach your remote recievers to your microwaves!
|
||||
tileReactions:
|
||||
- !type:SpillTileReaction
|
||||
metabolisms:
|
||||
Food:
|
||||
# 12 diona blood for 1 unit of syrup, this stuff better be worthwhile.
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
factor: 6.0 #Stronger than cookedramen
|
||||
footstepSound:
|
||||
collection: FootstepSlime
|
||||
params:
|
||||
volume: 6
|
||||
136
Prototypes/Reagents/Consumable/Food/food.yml
Normal file
136
Prototypes/Reagents/Consumable/Food/food.yml
Normal file
@@ -0,0 +1,136 @@
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Sam Weaver <weaversam8@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 corentt <36075110+corentt@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Doru991 <75124791+Doru991@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 OctoRocket <88291550+OctoRocket@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 RumiTiger <154005209+RumiTiger@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 c4llv07e <kseandi@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# End points - the eventual goal is that almost all foods and drinks metabolize into either these, or reagents that build up (e.g. theobromine, caffeine,... )
|
||||
- type: reagent
|
||||
id: Nutriment #Anything that isn't better suited to vitamin, protein, or sugar. we aren't doing a super in-depth simulator.
|
||||
name: reagent-name-nutriment
|
||||
group: Foods
|
||||
desc: reagent-desc-nutriment
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: nutriment
|
||||
color: "#24591F"
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
- !type:HealthChange #GOOBSTART
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.2 #30 nutriment will heal 12 dmg/group, this will help make up for small, consistent damage, and make service more valued
|
||||
Burn: -0.2
|
||||
- !type:ModifyBleedAmount #makes bleeding healable outside of med WOW....
|
||||
amount: -0.1
|
||||
- !type:ModifyBloodLevel
|
||||
amount: 0.25 #GOOBEND
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 1.5
|
||||
- !type:PlantAdjustHealth
|
||||
amount: 0.75
|
||||
pricePerUnit: 2
|
||||
|
||||
- type: reagent
|
||||
id: Vitamin #Anything "healthy"
|
||||
name: reagent-name-vitamin
|
||||
group: Foods
|
||||
desc: reagent-desc-vitamin
|
||||
physicalDesc: reagent-physical-desc-chalky
|
||||
flavor: vitamin
|
||||
color: "#D3D3D3"
|
||||
metabolisms:
|
||||
Food: #This makes it not compete with medicines, a large bonus for something that can heal
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
# probability: 0.5, goob
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.5 #vitamin will heal 1 dmg per 1u
|
||||
Burn: -0.5
|
||||
# Helps you stop bleeding to an extent.
|
||||
- !type:ModifyBleedAmount
|
||||
amount: -0.25
|
||||
- !type:SatiateHunger #Numbers are balanced with this in mind + it helps limit how much healing you can get from food
|
||||
# Lets plants benefit too
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.5
|
||||
- !type:PlantAdjustHealth
|
||||
amount: 1.5
|
||||
pricePerUnit: 2.5
|
||||
|
||||
- type: reagent
|
||||
id: Protein #Meat and beans
|
||||
name: reagent-name-protein
|
||||
group: Foods
|
||||
desc: reagent-desc-protein
|
||||
physicalDesc: reagent-physical-desc-clumpy
|
||||
flavor: protein
|
||||
color: "#FFFFE5"
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
# probability: 0.5, goob
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.8 #goob, was -0.4
|
||||
- !type:ModifyBloodLevel
|
||||
amount: 2 # Goob
|
||||
- !type:SatiateHunger
|
||||
pricePerUnit: 3
|
||||
|
||||
- type: reagent
|
||||
id: Sugar #Candy and grains
|
||||
name: reagent-name-sugar
|
||||
group: Foods
|
||||
desc: reagent-desc-sugar
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: sweet
|
||||
color: white
|
||||
meltingPoint: 146.0
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
conditions:
|
||||
- !type:ReagentThreshold #Only satiates when eaten with nutriment
|
||||
reagent: Nutriment
|
||||
min: 0.1
|
||||
factor: 1
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:PlantAdjustWeeds
|
||||
amount: 2
|
||||
- !type:PlantAdjustPests
|
||||
amount: 2
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/sugarglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 7
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: false
|
||||
|
||||
- type: reagent
|
||||
id: PumpkinFlesh #Just so pumpkins spill orange stuff when smashed
|
||||
parent: Nutriment
|
||||
name: reagent-name-pumpkin-flesh
|
||||
desc: reagent-desc-pumpkin-flesh
|
||||
flavor: pumpkin
|
||||
color: "#fc9300"
|
||||
354
Prototypes/Reagents/Consumable/Food/ingredients.yml
Normal file
354
Prototypes/Reagents/Consumable/Food/ingredients.yml
Normal file
@@ -0,0 +1,354 @@
|
||||
# SPDX-FileCopyrightText: 2021 20kdc <asdd2808@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Michael Phillips <1194692+MeltedPixel@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Sam Weaver <weaversam8@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 router <messagebus@vk.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Maxtone <124747282+MagnusCrowe@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Pieter-Jan Briers <pieterjan.briers@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Velcroboy <107660393+ChilbroBaggins@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Vladislav Kadira <130583174+FillerVK@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 SX_7 <sn1.test.preria.2002@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: reagent
|
||||
id: Flour
|
||||
name: reagent-name-flour
|
||||
group: Foods
|
||||
desc: reagent-desc-flour
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: chalky
|
||||
color: white
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Sugar
|
||||
amount: 0.4
|
||||
- !type:SatiateThirst
|
||||
factor: -0.2 #its flour
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: Cornmeal
|
||||
name: reagent-name-cornmeal
|
||||
group: Foods
|
||||
desc: reagent-desc-cornmeal
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: corn #so corn doesnt taste chalky
|
||||
color: tan
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: -0.2 #its cornflour
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: Oats
|
||||
name: reagent-name-oats
|
||||
group: Foods
|
||||
desc: reagent-desc-oats
|
||||
physicalDesc: reagent-physical-desc-coarse
|
||||
flavor: oats
|
||||
color: tan
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Sugar
|
||||
amount: 0.2
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.3
|
||||
|
||||
- type: reagent
|
||||
id: Enzyme
|
||||
name: reagent-name-enzyme
|
||||
group: Foods
|
||||
desc: reagent-desc-enzyme
|
||||
physicalDesc: reagent-physical-desc-chalky
|
||||
flavor: bitter
|
||||
color: "#009900"
|
||||
|
||||
- type: reagent
|
||||
id: Egg
|
||||
name: reagent-name-raw-egg
|
||||
group: Foods
|
||||
desc: reagent-desc-raw-egg
|
||||
physicalDesc: reagent-physical-desc-mucus-like
|
||||
flavor: raw-egg
|
||||
color: white
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: UncookedAnimalProteins
|
||||
amount: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: EggCooked
|
||||
name: reagent-name-egg
|
||||
group: Foods
|
||||
desc: reagent-desc-egg
|
||||
physicalDesc: reagent-physical-desc-fluffy
|
||||
flavor: egg
|
||||
color: white
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Protein
|
||||
amount: 1
|
||||
|
||||
- type: reagent
|
||||
id: Blackpepper
|
||||
name: reagent-name-blackpepper
|
||||
group: Foods
|
||||
desc: reagent-desc-blackpepper
|
||||
physicalDesc: reagent-physical-desc-grainy
|
||||
flavor: peppery
|
||||
color: black
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:Emote
|
||||
emote: Cough
|
||||
showInChat: true
|
||||
showInGuidebook: true
|
||||
probability: 0.05
|
||||
reactiveEffects:
|
||||
Acidic:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:Emote
|
||||
emote: Cough
|
||||
showInGuidebook: true
|
||||
conditions:
|
||||
- !type:Breathing
|
||||
- !type:Internals
|
||||
usingInternals: false
|
||||
|
||||
- type: reagent
|
||||
id: Vinegar
|
||||
name: reagent-name-vinegar
|
||||
group: Foods
|
||||
desc: reagent-desc-vinegar
|
||||
physicalDesc: reagent-physical-desc-sour
|
||||
flavor: bitter
|
||||
color: tan
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Water
|
||||
amount: 0.4
|
||||
- !type:AdjustReagent
|
||||
reagent: Vitamin
|
||||
amount: 0.1
|
||||
- !type:ChemVomit
|
||||
probability: 0.1
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 6
|
||||
|
||||
- type: reagent
|
||||
id: Rice
|
||||
name: reagent-name-rice
|
||||
group: Foods
|
||||
desc: reagent-desc-rice
|
||||
physicalDesc: reagent-physical-desc-chewy
|
||||
flavor: rice
|
||||
color: white
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Sugar
|
||||
amount: 0.4
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: OilOlive
|
||||
name: reagent-name-oil-olive
|
||||
group: Foods
|
||||
desc: reagent-desc-oil-olive
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
flavorMinimum: 0.05
|
||||
color: olive
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.75
|
||||
|
||||
- type: reagent
|
||||
id: Oil
|
||||
name: reagent-name-oil
|
||||
group: Foods
|
||||
desc: reagent-desc-oil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
flavorMinimum: 0.05
|
||||
recognizable: true
|
||||
color: "#b67823"
|
||||
boilingPoint: 300.0
|
||||
meltingPoint: -16.0
|
||||
tileReactions:
|
||||
- !type:FlammableTileReaction {}
|
||||
|
||||
- type: reagent
|
||||
id: CapsaicinOil
|
||||
name: reagent-name-capsaicin-oil
|
||||
group: Foods
|
||||
desc: reagent-desc-capsaicin-oil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: spicy
|
||||
flavorMinimum: 0.05
|
||||
color: "#FF0000"
|
||||
recognizable: true
|
||||
meltingPoint: 146
|
||||
boilingPoint: 410 # Really high boiling point compared to its melting
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment #Oils enhance nutrition
|
||||
amount: 0.75
|
||||
Poison:
|
||||
effects:
|
||||
- !type:AdjustTemperature
|
||||
amount: 250 # thermal energy, not temp
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 5
|
||||
damage:
|
||||
types:
|
||||
Caustic: 1
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
messages: [ "capsaicin-effect-light-burn" ]
|
||||
probability: 0.2
|
||||
|
||||
- type: reagent
|
||||
id: CocoaPowder #Candy and chocolate
|
||||
name: reagent-name-cocoapowder
|
||||
group: Foods
|
||||
desc: reagent-desc-cocoapowder
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: chocolate
|
||||
color: "#800000"
|
||||
meltingPoint: 146.0
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateHunger
|
||||
conditions:
|
||||
- !type:ReagentThreshold #Only satiates when eaten with nutriment
|
||||
reagent: Nutriment
|
||||
min: 0.1
|
||||
factor: 1
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
amount: 0.1
|
||||
- !type:PlantAdjustWeeds
|
||||
amount: 2
|
||||
- !type:PlantAdjustPests
|
||||
amount: 2
|
||||
|
||||
- type: reagent
|
||||
id: Butter
|
||||
name: reagent-name-butter
|
||||
group: Foods
|
||||
desc: reagent-desc-butter
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: butter
|
||||
color: yellow
|
||||
meltingPoint: 32.0
|
||||
boilingPoint: 100.0
|
||||
recognizable: true
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.75
|
||||
|
||||
- type: reagent
|
||||
id: TeaPowder
|
||||
name: reagent-name-tea-powder
|
||||
desc: reagent-desc-tea-powder
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: tea
|
||||
color: "#7F8400"
|
||||
group: Foods
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: -0.2
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment
|
||||
amount: 0.1
|
||||
|
||||
- type: reagent
|
||||
id: FrostOil
|
||||
name: reagent-name-frost-oil
|
||||
group: Foods
|
||||
desc: reagent-desc-frost-oil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: cold
|
||||
color: skyblue
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Nutriment #Oils enhance nutrition
|
||||
amount: 0.75
|
||||
Poison:
|
||||
effects:
|
||||
- !type:AdjustTemperature
|
||||
amount: -250 # thermal energy, not temp
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 5
|
||||
damage:
|
||||
types:
|
||||
Cold: 1
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
messages: [ "frost-oil-effect-light-cold" ]
|
||||
probability: 0.2
|
||||
Reference in New Issue
Block a user