Skip to content

Commit

Permalink
Update eoc_learn_recipes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Sep 2, 2024
1 parent 9c09701 commit 1155d38
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 1155d38

Please sign in to comment.