From 2d08a8afc63126d08985804cd48f73d23f676cb0 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Thu, 22 Feb 2024 13:55:11 -0600 Subject: [PATCH] Doc updates --- .../PowerDescriptionSpoilers.md | 24 ++++++++++++++++--- .../effects/effects_psionic.json | 14 +++++------ 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/data/mods/MindOverMatter/PowerDescriptionSpoilers.md b/data/mods/MindOverMatter/PowerDescriptionSpoilers.md index a12d2cf782400..34a5fb457060f 100644 --- a/data/mods/MindOverMatter/PowerDescriptionSpoilers.md +++ b/data/mods/MindOverMatter/PowerDescriptionSpoilers.md @@ -184,7 +184,7 @@ This is natural painkiller and so has natural effects (reduces speed slightly) *Stamina Cost*: 3000, minus 125 per level to a minimum of 1250
*Channeling Time*: 150 moves, minus 5.5 moves per level to a minimum of 75
-*Effects*: Reduce the armor values of the target, causing them to take +1 damage per two power levels on any hit. Due to engine limitations, at the moment this power only works on NPCs.
+*Effects*: Reduce the armor values of the target, causing them to take +4 additional damage, +1 per power level, on any hit.
*Prerequisites*: Night Eyes 4, Premonition 4
## Aura Sight (C) @@ -353,6 +353,15 @@ This is natural painkiller and so has natural effects (reduces speed slightly) *Prerequisites*: Neural Spasms 4 *or* (Spark Sight 8 AND Electrical Discharge 8)
+## Hacking Interface (C) +*Difficulty*: 4
+*Target*: Self
+*Duration*: 10 minutes and to 30 minutes, plus 45 seconds to 1 minute and 30 seconds per power level.
+*Stamina Cost*: 6500, minus 150 per level to a minimum of 3500
+*Channeling Time*: 350 moves, minus 9 moves per level to a minimum of 150
+*Effects*: Create a connection between the psion's brain and any computers nearby, allowing them to hack the computer with their mind. They still must interact with the computer to hack it. Increasing level decreases the time the hack will take and increases the odds the hack will be successful.
+*Prerequisites*: Spark Sight 4, Static Touch 4, and Electron Overflow 4
+ ## Electrocutioner *Difficulty*: 5
*Target*: Line stretching 3 squares plus 0.7 squares per power level
@@ -398,13 +407,22 @@ This is natural painkiller and so has natural effects (reduces speed slightly) *Prerequisites*: Re-energize 8 *or* Electrocutioner 8 *or* Voltaic Strikes 13, Spark Sight 8
-## Galvanic Aura +## Robotic Interface +*Difficulty*: 8
+*Target*: One nearby robot or cyborg within 10 squares
+*Duration*: Indefinite
+*Stamina Cost*: 8000, minus 125 per level to a minimum of 5000
+*Channeling Time*: 75 moves, minus 2.5 moves per level to a minimum of 30
+*Effects*: Attempt to take control of a robot within range, reprogramming it to serve as an ally. The psion may also channel this power to command the robots under their control. Success is dependent on Computer skill.
+*Prerequisites*: Spark Sight 12, Hacking Interface 8, Short Circuit 8
+ +## Galvanic Aura (C) *Difficulty*: 8
*Target*: Self
*Duration*: 60 seconds to 4 minutes 10 seconds, plus 15 seconds to 25 seconds per power level
*Stamina Cost*: 9000, minus 200 per level to a minimum of 4500
*Channeling Time*: 150 moves, minus 8.5 moves per level to a minimum of 55
-*Effects*: Supercharges the air around the psion, releasing blasts of 12 fields of intensity 10 lightning every few seconds. It also provides electric armor equal to the power level and makes the psion and their gear immune to EMP blasts.
+*Effects*: Supercharges the air around the psion, releasing blasts of 12 fields of intensity 10 lightning every few seconds, as well as blasting a nearby non-NPC target repeatedly with lightning. It makes the psion immune to electrical damage and makes them and their gear immune to EMP blasts.
*Prerequisites*: Electrical Discharge 12, Electron Overflow 15 *or* Re-energize 6
## Ion Blast diff --git a/data/mods/MindOverMatter/effects/effects_psionic.json b/data/mods/MindOverMatter/effects/effects_psionic.json index 4fee66aebc0cd..4ddf4e02b4ec0 100644 --- a/data/mods/MindOverMatter/effects/effects_psionic.json +++ b/data/mods/MindOverMatter/effects/effects_psionic.json @@ -767,31 +767,31 @@ "values": [ { "value": "ARMOR_CUT", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_BASH", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_STAB", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_BULLET", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_ELEC", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_HEAT", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } }, { "value": "ARMOR_COLD", - "add": { "math": [ "( ( u_spell_level('clair_spot_weakness') * 0.5) * (scaling_factor(u_val('intelligence') ) ) )" ] } + "add": { "math": [ "( ( ( u_spell_level('clair_spot_weakness') * 1) + 4) * (scaling_factor(u_val('intelligence') ) ) )" ] } } ] }