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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user