Skip to content

Commit

Permalink
Initial commit (#79019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Jan 9, 2025
1 parent b0eb712 commit 2fbfe92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
"EOC_PYRO_REMOVE_TORCH_WELD",
"EOC_PYROKIN_REMOVE_FLAME_IMMUNITY",
"EOC_TELEKIN_REMOVE_MOMENTUM",
"EOC_TELEKIN_REMOVE_WATER_WALKING",
"EOC_TELEKIN_REMOVE_LIFTING_FIELD",
"EOC_TELEKIN_REMOVE_TELEKINETIC_STRENGTH",
"EOC_TELEKIN_REMOVE_SHIELD",
Expand Down Expand Up @@ -399,6 +400,7 @@
"EOC_PYRO_REMOVE_TORCH_WELD",
"EOC_PYROKIN_REMOVE_FLAME_IMMUNITY",
"EOC_TELEKIN_REMOVE_MOMENTUM",
"EOC_TELEKIN_REMOVE_WATER_WALKING",
"EOC_TELEKIN_REMOVE_LIFTING_FIELD",
"EOC_TELEKIN_REMOVE_TELEKINETIC_STRENGTH",
"EOC_TELEKIN_REMOVE_SHIELD",
Expand Down Expand Up @@ -461,6 +463,7 @@
"Incandescent Lance",
"Flameshield",
"Momentum Alteration",
"Water Walking",
"Lifting Field",
"Enhance Strength",
"Inertial Barrier",
Expand Down Expand Up @@ -539,6 +542,7 @@
"EOC_PYRO_REMOVE_TORCH_WELD",
"EOC_PYROKIN_REMOVE_FLAME_IMMUNITY",
"EOC_TELEKIN_REMOVE_MOMENTUM",
"EOC_TELEKIN_REMOVE_WATER_WALKING",
"EOC_TELEKIN_REMOVE_LIFTING_FIELD",
"EOC_TELEKIN_REMOVE_TELEKINETIC_STRENGTH",
"EOC_TELEKIN_REMOVE_SHIELD",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/effects/effects_psionic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@
"name": [ "Water-Walking" ],
"desc": [ "You can walk over liquids without sinking into them." ],
"apply_message": "",
"remove_message": "You feel are firm on the ground.",
"remove_message": "Your feet are firm on the ground.",
"flags": [ "WATERWALKING", "ITEM_WATERPROOFING", "SLUDGEPROOF" ]
},
{
Expand Down
1 change: 1 addition & 0 deletions data/mods/MindOverMatter/powers/classless.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"type": "SPELL",
"name": "[Ψ]Stop Concentrating (Individual)",
"description": "End your concentration on a specific power.\n\nChanneling this power <color_green>always succeeds</color>.",
"message": "You stop concentrating on one of your powers.",
"teachable": false,
"valid_targets": [ "self" ],
"skill": "metaphysics",
Expand Down

0 comments on commit 2fbfe92

Please sign in to comment.