Skip to content

Commit

Permalink
[MoM] Increase Farstep range (#74050)
Browse files Browse the repository at this point in the history
* Increase farstep range

* Update PowerDescriptionSpoilers.md
  • Loading branch information
Standing-Storm authored May 25, 2024
1 parent 21a1c99 commit d6e472d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/PowerDescriptionSpoilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ Powers causing telepathic damage have a 5% chance to down the target, a 33% chan

## Farstep
*Difficulty*: 6<br />
*Target*: Anywhere within 2 square plus 1.5 squares per power level<br />
*Target*: Anywhere within 1 square plus 2 squares per power level<br />
*Duration*: Instant<br />
*Stamina Cost*: 6500, minus 105 per level to a minimum of 2750<br />
*Channeling Time*: 75 moves, minus 3 moves per level to a minimum of 30<br />
Expand Down
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/powers/teleportation.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@
"shape": "blast",
"min_aoe": 4,
"max_aoe": 1,
"aoe_increment": -0.25,
"aoe_increment": -0.2,
"min_range": {
"math": [
"min( (( (u_spell_level('teleport_farstep') * 1.5) + 2) * (scaling_factor(u_val('intelligence') ) ) * u_nether_attunement_power_scaling), 80)"
"min( (( (u_spell_level('teleport_farstep') * 2) + 1) * (scaling_factor(u_val('intelligence') ) ) * u_nether_attunement_power_scaling), 80)"
]
},
"max_range": 80,
Expand Down

0 comments on commit d6e472d

Please sign in to comment.