Skip to content

Commit

Permalink
Merge pull request #78542 from Standing-Storm/walk-through-trees
Browse files Browse the repository at this point in the history
[Magiclysm] Add PHASE_DISTANCE to Traverse the Wilds
  • Loading branch information
Night-Pryanik authored Dec 14, 2024
2 parents abb62a5 + 32d6f3a commit 9919bd1
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 @@ -1413,6 +1413,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 9919bd1

Please sign in to comment.