Skip to content

Commit

Permalink
[MoM] Add extra possible learning conditions for Extended Channeling (#…
Browse files Browse the repository at this point in the history
…76148)

* Update eoc_learn_recipes.json

* Update data/mods/MindOverMatter/effectoncondition/eoc_learn_recipes.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 4, 2024
1 parent 2212ca2 commit 52e13aa
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,13 @@
{ "test_eoc": "EOC_CONDITION_SPELLCASTING_FINISH_TRAIT_AND_SCHOOL_LIST" },
{ "not": { "u_has_trait": "PSI_EXTENDED_CHANNELING" } },
{ "not": { "u_know_recipe": "psi_research_extended_channeling" } },
{ "math": [ "u_vitamin('vitamin_maintained_powers')", ">=", "2" ] },
{
"or": [
{ "math": [ "u_vitamin('vitamin_maintained_powers')", ">=", "2" ] },
{ "math": [ "u_pain()", ">=", "35" ] },
{ "math": [ "u_val('focus')", "<=", "15" ] }
]
},
{
"x_in_y_chance": { "x": 1, "y": { "math": [ "1000 - (u_skill('metaphysics') * 50) - (u_val('intelligence') * 25)" ] } }
},
Expand Down

0 comments on commit 52e13aa

Please sign in to comment.