Holy water (#22524)

* add

* flavour

* id

* reaction id fix

* maybe fix error

* yay

* notes

* below 50
This commit is contained in:
Ubaser
2023-12-15 20:52:21 +11:00
committed by GitHub
parent c68b61376e
commit 0349c53d0c
6 changed files with 48 additions and 0 deletions

View File

@@ -868,3 +868,8 @@
id: punishment
flavorType: Complex
description: flavor-complex-punishment
- type: flavor
id: holy
flavorType: Base
description: flavor-base-holy

View File

@@ -1001,3 +1001,26 @@
damage:
types:
Poison: 4
- type: reagent
id: Holywater
name: reagent-name-holywater
group: Medicine
desc: reagent-desc-holywater
physicalDesc: reagent-physical-desc-holy
flavor: holy
color: "#91C3F7"
metabolisms:
Medicine:
effects:
- !type:HealthChange
condition:
- !type:TotalDamage
max: 50
damage:
types:
Blunt: -0.2
Poison: -0.2
Heat: -0.2
Shock: -0.2
Cold: -0.2

View File

@@ -1,3 +1,5 @@
# Food
- type: reaction
id: ProteinCooking
impact: Low
@@ -18,6 +20,8 @@
products:
EggCooked: 0.5
# Holy - TODO: make it so only the chaplain can use the bible to start these reactions, not anyone with a bible
- type: reaction
id: BloodToWine
impact: Low
@@ -28,3 +32,14 @@
amount: 1
products:
Wine: 1
- type: reaction
id: WatertoHolyWater
impact: Low
requiredMixerCategories:
- Holy
reactants:
Water:
amount: 1
products:
Holywater: 1