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
This commit is contained in:
Alpaccalypse
2025-05-30 17:03:49 +01:00
committed by GitHub
parent d673fdcdda
commit 0df4a2e243
10 changed files with 32 additions and 9 deletions

View File

@@ -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

View 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.

View File

@@ -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

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

View File

@@ -26,9 +26,6 @@
},
{
"name": "fill-4"
},
{
"name": "fill-5"
}
]
}