Holy water (#22524)
* add * flavour * id * reaction id fix * maybe fix error * yay * notes * below 50
This commit is contained in:
@@ -868,3 +868,8 @@
|
||||
id: punishment
|
||||
flavorType: Complex
|
||||
description: flavor-complex-punishment
|
||||
|
||||
- type: flavor
|
||||
id: holy
|
||||
flavorType: Base
|
||||
description: flavor-base-holy
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user