Added Bacchus' Blessing Drink (#35306)

* added start to bacchus blessing with few more things left to do

* added sprites and trying to get the empty sprite to work

* fixed empty sprite will fill layer

* added missing fill image

* made flavor, physical description, recipe reaction and tweaked reagent threshold

* fixed fill levels

* removed name from drinks.yml, updated suffix instead

* delay is weird and broken, removing the difference

* updated copyright
This commit is contained in:
Coolsurf6
2025-03-14 16:49:26 +10:00
committed by GitHub
parent 0ed1f84f45
commit 5d296d2dbb
13 changed files with 150 additions and 1 deletions

View File

@@ -2287,4 +2287,59 @@
factor: 1
- !type:AdjustReagent
reagent: Ethanol
amount: 0.25
amount: 0.25
- type: reagent
id: BacchusBlessing
name: reagent-name-bacchus-blessing
parent: BaseAlcohol
desc: reagent-desc-bacchus-blessing
physicalDesc: reagent-physical-desc-unidentifiable
flavor: bacchusblessing
color: "#331303"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/bacchusblessing.rsi
state: icon_empty
metamorphicMaxFillLevels: 2
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 3
- !type:AdjustReagent
reagent: Ethanol
amount: 0.45 # TODO: Figure out why setting this to 0 means this does more damage... WHAT BUG IS THIS?!!
Alcohol:
effects:
- !type:Drunk
boozePower: 10
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 6
- !type:OrganType
type: Dwarf
shouldHave: false
damage:
types:
Poison: 2 # TODO: Figure out poison amount. Ethanol does 1, this does 2 but also metabolises almost 3 to 4 times as fast as ethanol. This would be more Liver damage when that time arrives.
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 6
- !type:OrganType
type: Dwarf
damage:
types:
Poison: 0.4 # TODO: Might increase this, even though it's just double of ethanol from 0.2 to 0.4
- !type:ChemVomit
probability: 0.1 #TODO: Tweak vomit probability, maybe make this more violent and poisonous but the body aggressively purges it...
conditions:
- !type:ReagentThreshold
reagent: BacchusBlessing
min: 8
- !type:OrganType
type: Dwarf
shouldHave: false