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

@@ -44,6 +44,7 @@ flavor-base-sharp = sharp
flavor-base-syrupy = syrupy
flavor-base-spaceshroom = mysterious
flavor-base-clean = clean
flavor-base-holy = holy
# lmao
flavor-base-terrible = terrible

View File

@@ -114,3 +114,6 @@ reagent-desc-puncturase = A fizzy chemical that helps rebuild trauma caused by p
reagent-name-bruizine = bruizine
reagent-desc-bruizine = Originally developed as a cough medicine, it turns out this chemical is wildly effective at treating blunt force trauma.
reagent-name-holywater = holy water
reagent-desc-holywater = The cleanest and purest of waters straight from the hands of god, is known to magically heal wounds.

View File

@@ -91,3 +91,4 @@ reagent-physical-desc-exhilarating = exhilarating
reagent-physical-desc-vibrant = vibrant
reagent-physical-desc-fluffy = fluffy
reagent-physical-desc-reflective = reflective
reagent-physical-desc-holy = holy

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