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
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.
\ No newline at end of file
id: compressed-meat
flavorType: Complex
description: flavor-complex-compressed-meat
+
+- type: flavor
+ id: zombiecocktail
+ flavorType: Complex
+ description: flavor-complex-zombiecocktail
\ No newline at end of file
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
\ No newline at end of file
amount: 1
products:
Cola: 4
+
+- type: reaction
+ id: ZombieCocktail
+ reactants:
+ Rum:
+ amount: 2
+ Grenadine:
+ amount: 1
+ ZombieBlood:
+ amount: 1
+ products:
+ ZombieCocktail: 4
\ No newline at end of file
--- /dev/null
+{
+ "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"
+ }
+ ]
+}
\ No newline at end of file