Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MoM] Increase Farstep range #74050

Merged
merged 2 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading