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] Change relocation to require apportation #79478

Merged
merged 2 commits into from
Feb 3, 2025
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
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
Loading