Add the Zombie, a new cocktail (#32802)

This commit is contained in:
dragonryan06
2024-12-16 10:25:06 -05:00
committed by GitHub
parent 782a2978f0
commit 1e80dd2891
12 changed files with 75 additions and 0 deletions

View File

@@ -1328,3 +1328,8 @@
id: compressed-meat
flavorType: Complex
description: flavor-complex-compressed-meat
- type: flavor
id: zombiecocktail
flavorType: Complex
description: flavor-complex-zombiecocktail

View File

@@ -1953,3 +1953,26 @@
time: 1.0
type: Remove
fizziness: 0.25
- type: reagent
id: ZombieCocktail
name: reagent-name-zombiecocktail
parent: BaseAlcohol
desc: reagent-desc-zombiecocktail
physicalDesc: reagent-physical-desc-strong-smelling
flavor: zombiecocktail
color: "#d17844"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/zombiecocktail.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 1
- !type:AdjustReagent
reagent: Ethanol
amount: 0.25

View File

@@ -1219,3 +1219,15 @@
amount: 1
products:
Cola: 4
- type: reaction
id: ZombieCocktail
reactants:
Rum:
amount: 2
Grenadine:
amount: 1
ZombieBlood:
amount: 1
products:
ZombieCocktail: 4