Holy water (#22524)
* add * flavour * id * reaction id fix * maybe fix error * yay * notes * below 50
This commit is contained in:
@@ -44,6 +44,7 @@ flavor-base-sharp = sharp
|
|||||||
flavor-base-syrupy = syrupy
|
flavor-base-syrupy = syrupy
|
||||||
flavor-base-spaceshroom = mysterious
|
flavor-base-spaceshroom = mysterious
|
||||||
flavor-base-clean = clean
|
flavor-base-clean = clean
|
||||||
|
flavor-base-holy = holy
|
||||||
|
|
||||||
# lmao
|
# lmao
|
||||||
flavor-base-terrible = terrible
|
flavor-base-terrible = terrible
|
||||||
|
|||||||
@@ -114,3 +114,6 @@ reagent-desc-puncturase = A fizzy chemical that helps rebuild trauma caused by p
|
|||||||
|
|
||||||
reagent-name-bruizine = bruizine
|
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-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.
|
||||||
@@ -91,3 +91,4 @@ reagent-physical-desc-exhilarating = exhilarating
|
|||||||
reagent-physical-desc-vibrant = vibrant
|
reagent-physical-desc-vibrant = vibrant
|
||||||
reagent-physical-desc-fluffy = fluffy
|
reagent-physical-desc-fluffy = fluffy
|
||||||
reagent-physical-desc-reflective = reflective
|
reagent-physical-desc-reflective = reflective
|
||||||
|
reagent-physical-desc-holy = holy
|
||||||
|
|||||||
@@ -868,3 +868,8 @@
|
|||||||
id: punishment
|
id: punishment
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
description: flavor-complex-punishment
|
description: flavor-complex-punishment
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: holy
|
||||||
|
flavorType: Base
|
||||||
|
description: flavor-base-holy
|
||||||
|
|||||||
@@ -1001,3 +1001,26 @@
|
|||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Poison: 4
|
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
|
- type: reaction
|
||||||
id: ProteinCooking
|
id: ProteinCooking
|
||||||
impact: Low
|
impact: Low
|
||||||
@@ -18,6 +20,8 @@
|
|||||||
products:
|
products:
|
||||||
EggCooked: 0.5
|
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
|
- type: reaction
|
||||||
id: BloodToWine
|
id: BloodToWine
|
||||||
impact: Low
|
impact: Low
|
||||||
@@ -28,3 +32,14 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
Wine: 1
|
Wine: 1
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: WatertoHolyWater
|
||||||
|
impact: Low
|
||||||
|
requiredMixerCategories:
|
||||||
|
- Holy
|
||||||
|
reactants:
|
||||||
|
Water:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Holywater: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user