Fix mana damage (#1106)
* fix mana damage * mana potion * fix rev * ehh * hmm * nop * Update target_effect_creation_on_water.yml --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
amount: 1
|
||||
products:
|
||||
CP14BasicEffectEmpty: 2
|
||||
CP14BasicEffectDrunk: 1
|
||||
CP14BasicEffectHealManaDepletion: 1
|
||||
CP14BasicEffectHealMana: 1
|
||||
effects:
|
||||
- !type:CP14AffectSolutionTemperature
|
||||
@@ -330,4 +330,42 @@
|
||||
addTemperature: -150
|
||||
|
||||
# CP14BasicEffectSleep
|
||||
# CP14BasicEffectUnsleep
|
||||
# CP14BasicEffectUnsleep
|
||||
|
||||
- type: reaction
|
||||
id: CP14WaterBrewingHealManaDepletion
|
||||
minTemp: 500
|
||||
priority: 1
|
||||
reactants:
|
||||
CP14EssenceLife:
|
||||
amount: 1
|
||||
CP14EssenceEnergia:
|
||||
amount: 2
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
CP14BasicEffectEmpty: 2
|
||||
CP14BasicEffectDrunk: 1
|
||||
CP14BasicEffectHealManaDepletion: 1
|
||||
effects:
|
||||
- !type:CP14AffectSolutionTemperature
|
||||
addTemperature: -150
|
||||
|
||||
- type: reaction
|
||||
id: CP14WaterBrewingDamageManaDepletion
|
||||
minTemp: 500
|
||||
priority: 1
|
||||
reactants:
|
||||
CP14EssenceEnergia:
|
||||
amount: 2
|
||||
CP14EssencePoison:
|
||||
amount: 1
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
CP14BasicEffectEmpty: 2
|
||||
CP14BasicEffectDrunk: 1
|
||||
CP14BasicEffectDamageManaDepletion: 1
|
||||
effects:
|
||||
- !type:CP14AffectSolutionTemperature
|
||||
addTemperature: -150
|
||||
|
||||
Reference in New Issue
Block a user