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

@@ -263,6 +263,7 @@ flavor-complex-themartinez = like violets and lemon vodka
flavor-complex-cogchamp = like brass
flavor-complex-white-gilgamesh = like lightly carbonated cream
flavor-complex-antifreeze = warm
flavor-complex-zombiecocktail = like eating brains
flavor-complex-absinthe = like anise
flavor-complex-blue-curacao = like orange flowers
flavor-complex-acidspit = like French battery acid

View File

@@ -279,3 +279,6 @@ reagent-desc-watermelon-wakeup = If you want to be awake, this will do it... Als
reagent-name-rubberneck = rubberneck
reagent-desc-rubberneck = A popular drink amongst those adhering to an all synthetic diet.
reagent-name-zombiecocktail = zombie
reagent-desc-zombiecocktail = It gets in your head. Your he-eyeh-ead.

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

View File

@@ -0,0 +1,31 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by dragonryan06 on Github",
"states":
[
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
},
{
"name": "fill-4"
}
]
}