flavor-complex-demons-blood = like the seventh circle of Hell
flavor-complex-devils-kiss = like cannibalism
flavor-complex-driest-martini = like a drunk mimic
+flavor-complex-eggnog = like melted custard
flavor-complex-erika-surprise = like the bartender made a mistake
flavor-complex-gin-fizz = refreshing and lemony
flavor-complex-gildlager = like the Tzar's gold
reagent-name-driest-martini = driest martini
reagent-desc-driest-martini = Only for the experienced. You think you see sand floating in the glass.
+reagent-name-eggnog = eggnog
+reagent-desc-eggnog = Not enough egg.
+
reagent-name-electric-shark = electric shark
reagent-desc-electric-shark = Fun Shark fact: Selachians make up 20% of Space Station 16’s Engineering staff!
sprite: Objects/Consumable/Drinks/dr_gibb_glass.rsi
state: icon
+- type: entity
+ parent: DrinkGlass
+ id: DrinkEggnog
+ suffix: eggnog
+ components:
+ - type: SolutionContainerManager
+ solutions:
+ drink:
+ maxVol: 30
+ reagents:
+ - ReagentId: Eggnog
+ Quantity: 30
+ - type: Icon
+ sprite: Objects/Consumable/Drinks/eggnogglass.rsi
+ state: icon
+
- type: entity
parent: DrinkGlass
id: DrinkElectricSharkGlass
flavorType: Complex
description: flavor-complex-driest-martini
+- type: flavor
+ id: eggnog
+ flavorType: Complex
+ description: flavor-complex-eggnog
+
- type: flavor
id: erikasurprise
flavorType: Complex
reagent: Ethanol
amount: 0.15
+- type: reagent
+ id: Eggnog
+ name: reagent-name-eggnog
+ parent: BaseAlcohol
+ desc: reagent-desc-eggnog
+ physicalDesc: reagent-physical-desc-creamy
+ flavor: eggnog
+ color: "#e6d6bc"
+ metamorphicSprite:
+ sprite: Objects/Consumable/Drinks/eggnogglass.rsi
+ state: icon_empty
+ metamorphicMaxFillLevels: 4
+ metamorphicFillBaseName: fill-
+ metamorphicChangeColor: false
+
- type: reagent
id: ElectricShark
name: reagent-name-electric-shark
products:
DriestMartini: 2
+- type: reaction
+ id: Eggnog
+ requiredMixerCategories:
+ - Shake
+ reactants:
+ Egg:
+ amount: 1
+ Milk:
+ amount: 4
+ Rum:
+ amount: 5
+ products:
+ Eggnog: 10
+
- type: reaction
id: ElectricShark
requiredMixerCategories:
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprite by uhbg on github",
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon_empty"
+ },
+ {
+ "name": "fill-1"
+ },
+ {
+ "name": "fill-2"
+ },
+ {
+ "name": "fill-3"
+ },
+ {
+ "name": "fill-4"
+ }
+ ]
+}