Skip to content

Commit

Permalink
[MoM] Remove remaining Damage Balancing references (#76244)
Browse files Browse the repository at this point in the history
* Initial commit

* Update recipe learning EoCs

* Update data/mods/MindOverMatter/powers/vitakinesis_eoc.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Standing-Storm and github-actions[bot] authored Sep 7, 2024
1 parent bc8c2df commit e398be1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,12 +1025,12 @@
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_SLOW_BLEEDING",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_HEALTH_POWER",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_STOP_BLEEDING",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_CONCENTRATED_HEALING",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_HURT_TOUCH",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_HEALING_TOUCH",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_REMOVE_POISON",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_CURE_DISEASE",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_SLEEPING_TRANCE",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_PAIN_SPLIT",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_STOP_INFECTION",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_HEALING_TRANCE",
"EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_ATTACK_TOUCH",
Expand Down Expand Up @@ -1061,6 +1061,12 @@
"condition": { "and": [ { "u_has_trait": "VITAKINETIC" }, { "math": [ "u_spell_level('vita_stop_bleeding')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_vita_stop_bleeding" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_CONCENTRATED_HEALING",
"condition": { "and": [ { "u_has_trait": "VITAKINETIC" }, { "math": [ "u_spell_level('vita_concentrated_healing')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_vita_concentrated_healing" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_HURT_TOUCH",
Expand Down Expand Up @@ -1091,12 +1097,6 @@
"condition": { "and": [ { "u_has_trait": "VITAKINETIC" }, { "math": [ "u_spell_level('vita_sleeping_trance')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_vita_sleeping_trance" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_PAIN_SPLIT",
"condition": { "and": [ { "u_has_trait": "VITAKINETIC" }, { "math": [ "u_spell_level('vita_pain_split')", ">=", "0" ] } ] },
"effect": [ { "u_learn_recipe": "practice_vita_pain_split" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_CHECK_GAMEBEGIN_VITAKIN_RECIPE_STOP_INFECTION",
Expand Down
6 changes: 3 additions & 3 deletions data/mods/MindOverMatter/hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,11 @@
{ "id": "vita_health_power", "level": 8 },
{ "id": "vita_slow_bleeding", "level": 8 },
{ "id": "vita_stop_bleeding", "level": 6 },
{ "id": "vita_concentrated_healing", "level": 6 },
{ "id": "vita_health_power_ally", "level": 4 },
{ "id": "vita_remove_poison", "level": 6 },
{ "id": "vita_sleeping_trance", "level": 5 },
{ "id": "vita_cure_disease", "level": 5 },
{ "id": "vita_pain_split", "level": 6 }
{ "id": "vita_cure_disease", "level": 5 }
]
},
{
Expand All @@ -500,11 +500,11 @@
{ "id": "vita_health_power", "level": 10 },
{ "id": "vita_slow_bleeding", "level": 9 },
{ "id": "vita_stop_bleeding", "level": 8 },
{ "id": "vita_concentrated_healing", "level": 8 },
{ "id": "vita_health_power_ally", "level": 8 },
{ "id": "vita_remove_poison", "level": 6 },
{ "id": "vita_sleeping_trance", "level": 7 },
{ "id": "vita_cure_disease", "level": 7 },
{ "id": "vita_pain_split", "level": 8 },
{ "id": "vita_stop_infection", "level": 12 },
{ "id": "vita_healing_trance", "level": 6 },
{ "id": "vita_blood_purge", "level": 6 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
{
"and": [
{ "math": [ "u_spell_level('vita_stop_infection')", ">=", "5" ] },
{ "math": [ "u_spell_level('vita_pain_split')", ">=", "6" ] }
{ "math": [ "u_spell_level('vita_concentrated_healing')", ">=", "6" ] }
]
}
]
Expand Down Expand Up @@ -420,7 +420,7 @@
{ "math": [ "u_spell_level('vita_stop_infection')", ">=", "12" ] },
{
"or": [
{ "math": [ "u_spell_level('vita_pain_split')", ">=", "8" ] },
{ "math": [ "u_spell_level('vita_concentrated_healing')", ">=", "8" ] },
{ "math": [ "u_spell_level('vita_cure_disease')", ">=", "12" ] }
]
}
Expand Down Expand Up @@ -469,7 +469,7 @@
},
{
"or": [
{ "math": [ "u_spell_level('vita_pain_split')", ">=", "10" ] },
{ "math": [ "u_spell_level('vita_concentrated_healing')", ">=", "10" ] },
{ "math": [ "u_spell_level('vita_remove_poison')", ">=", "7" ] },
{ "math": [ "u_spell_level('vita_blood_purge')", ">=", "5" ] }
]
Expand Down
1 change: 0 additions & 1 deletion data/mods/MindOverMatter/powers/vitakinesis_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,6 @@
{ "math": [ "u_hp('arm_r')", "=", "max( u_hp('arm_r'), 5)" ] },
{ "math": [ "u_hp('leg_l')", "=", "max( u_hp('leg_l'), 5)" ] },
{ "math": [ "u_hp('leg_r')", "=", "max( u_hp('leg_r'), 5)" ] },
{ "u_cast_spell": { "id": "vita_pain_split", "hit_self": true } },
{ "math": [ "u_vitamin('redcells')", "=", "0" ] },
{ "math": [ "u_vitamin('bad_food')", "=", "0" ] },
{ "math": [ "u_vitamin('blood')", "=", "0" ] },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/recipes/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"and": [
{ "roll_contested": { "math": [ "u_skill('metaphysics')" ] }, "difficulty": 11 },
{ "roll_contested": { "math": [ "u_skill('chemistry')" ] }, "difficulty": 8 },
{ "math": [ "u_spell_level('vita_pain_split')", ">=", "8" ] },
{ "math": [ "u_spell_level('vita_concentrated_healing')", ">=", "8" ] },
{ "math": [ "u_spell_level('vita_stop_infection')", ">=", "6" ] },
{ "math": [ "u_spell_level('vita_healing_trance')", ">=", "2" ] }
]
Expand Down

0 comments on commit e398be1

Please sign in to comment.