Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 13, 2024
1 parent 791bd3f commit 32d6f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,10 @@
"values": [
{ "value": "MOVE_COST", "multiply": { "math": [ "((u_spell_level('druid_traverse_the_wilds') * -0.015) - 0.05)" ] } }
]
},
{
"condition": { "math": [ "u_spell_level('druid_traverse_the_wilds') > 7" ] },
"values": [ { "value": "PHASE_DISTANCE", "add": 2 } ]
}
]
},
Expand Down

0 comments on commit 32d6f3a

Please sign in to comment.