Skip to content

Commit

Permalink
[MoM] Change relocation to require apportation (#79478)
Browse files Browse the repository at this point in the history
* Change relocation to require apportation
Fix power spoilers doc

* Number typos in power document
  • Loading branch information
thaelina authored Feb 3, 2025
1 parent d71a061 commit 4dacbaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/mods/MindOverMatter/PowerDescriptionSpoilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ Powers causing telepathic damage have a 5% chance to down the target, a 33% chan
*Effects*: Shorten relative distances nearby, allowing the psions to travel faster than their stride would indicate. Reduces move cost by 5% plus 2% per power level to a maximum of 60% reduced move cost.<br />
*Prerequisites*: Phase 4, Stutterstep 6<br />
</details>
<details>
<summary><h3>Apportation</h3></summary>

*Difficulty*: 3<br />
Expand Down Expand Up @@ -1396,7 +1397,7 @@ Powers causing telepathic damage have a 5% chance to down the target, a 33% chan
*Stamina Cost*: 6000, minus 100 per level to a minimum of 3500<br />
*Channeling Time*: 200 moves, minus 5.5 moves per level to a minimum of 75.<br />
*Effects*: Transport all wielded items through the Nether to an attuned location. This power works at any distance. This uses locations attuned to via Gateway. Allowed volume of wielded item is 10L plus 10L per power level.<br />
*Prerequisites*: Gateway 6, Displacement 5<br />
*Prerequisites*: Gateway 8, Apportation 6<br />
</details>
<details>
<summary><h3>Farstep</h3></summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
{
"and": [
{ "math": [ "u_spell_level('teleport_gateway') >= 8" ] },
{ "math": [ "u_spell_level('teleport_collapse_pull') >= 6" ] }
{ "math": [ "u_spell_level('teleport_item_apport') >= 6" ] }
]
}
]
Expand Down

0 comments on commit 4dacbaf

Please sign in to comment.