Absinthe makes you mildly hallucinate (#34371)
* Absinthe make you mildly hallucinate. Smaller glass volume, doesn't make you sick. * Reordered glass fill sprites to look more equal
@@ -287,7 +287,7 @@ flavor-complex-moscowmule = like vodka and ginger ale
|
||||
flavor-complex-thesunalsorises = like an absinthe daiquiri
|
||||
flavor-complex-whiskeysour = like whiskey and egg
|
||||
flavor-complex-zombiecocktail = like eating brains
|
||||
flavor-complex-absinthe = like anise
|
||||
flavor-complex-absinthe = like bitter anise
|
||||
flavor-complex-blue-curacao = like orange flowers
|
||||
flavor-complex-acidspit = like French battery acid
|
||||
flavor-complex-allies-cocktail = like medicinal tincture
|
||||
|
||||
4
Resources/Locale/en-US/reagents/absinthe.ftl
Normal file
@@ -0,0 +1,4 @@
|
||||
### Messages that pop up when metabolizing absinthe.
|
||||
|
||||
absinthe-effect-hear-voice = You hear a tiny voice. "Tee hee hee!"
|
||||
absinthe-effect-feel-tulips = You feel tulips brush up against your legs.
|
||||
@@ -149,10 +149,10 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Absinthe
|
||||
Quantity: 30
|
||||
Quantity: 20
|
||||
- type: Icon
|
||||
sprite: Objects/Consumable/Drinks/absintheglass.rsi
|
||||
state: icon
|
||||
|
||||
@@ -12,17 +12,39 @@
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/absintheglass.rsi
|
||||
state: icon_empty
|
||||
metamorphicMaxFillLevels: 5
|
||||
metamorphicMaxFillLevels: 4
|
||||
metamorphicFillBaseName: fill-
|
||||
metamorphicChangeColor: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 2
|
||||
- !type:AdjustReagent
|
||||
reagent: Ethanol
|
||||
amount: 0.3
|
||||
Narcotic: # The green fairy
|
||||
metabolismRate : 0.01
|
||||
effects:
|
||||
- !type:AdjustReagent
|
||||
reagent: Ethanol
|
||||
amount: 0.05
|
||||
- !type:GenericStatusEffect
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 10
|
||||
key: SeeingRainbows
|
||||
component: SeeingRainbows
|
||||
type: Add
|
||||
time: 5
|
||||
refresh: false
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
messages:
|
||||
- absinthe-effect-hear-voice
|
||||
- absinthe-effect-feel-tulips
|
||||
probability: 0.02
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 10
|
||||
|
||||
- type: reagent
|
||||
id: Ale
|
||||
|
||||
|
Before Width: | Height: | Size: 116 B After Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 299 B |
@@ -26,9 +26,6 @@
|
||||
},
|
||||
{
|
||||
"name": "fill-4"
|
||||
},
|
||||
{
|
||||
"name": "fill-5"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||