Skip to content

Commit

Permalink
Merge pull request #77184 from Standing-Storm/purifiable-updates
Browse files Browse the repository at this point in the history
[MoM] Purifiable updates
  • Loading branch information
Maleclypse authored Oct 21, 2024
2 parents 9617c39 + a7ffbe4 commit 02f4620
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/mods/MindOverMatter/mutations/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@
"points": 0,
"description": "You aren't from this universe and hopefully someday you can go home. This is a hidden trait, used for dialogue.",
"valid": false,
"player_display": false
"player_display": false,
"purifiable": false
},
{
"type": "mutation",
Expand All @@ -182,6 +183,7 @@
"description": "You can drain a bit of vital energy from from victims when attacking their minds with telepathy or their bodies with vitakinesis.",
"valid": false,
"starting_trait": true,
"purifiable": false,
"prereqs": [ "ALWAYS_GAIN_PSIONICS" ]
},
{
Expand All @@ -192,6 +194,7 @@
"description": "Who needs weapons? Thanks to your biokinesis, you deal more melee damage while fighting with your bare hands. This damage improves as your unarmed skill and biokinetic prowess increase.",
"starting_trait": false,
"valid": false,
"purifiable": false,
"enchantments": [
{
"condition": { "not": "u_has_weapon" },
Expand Down Expand Up @@ -244,6 +247,7 @@
"active": true,
"activated_is_setup": true,
"valid": false,
"purifiable": false,
"activated_eocs": [ "EOC_PSI_EXTENDED_CHANNELING_ON" ],
"deactivated_eocs": [ "EOC_PSI_EXTENDED_CHANNELING_ON" ]
},
Expand All @@ -265,6 +269,7 @@
"active": true,
"activated_is_setup": true,
"valid": false,
"purifiable": false,
"activated_eocs": [ "EOC_PSI_TORRENTIAL_CHANNELING_ON" ],
"deactivated_eocs": [ "EOC_PSI_TORRENTIAL_CHANNELING_ON" ]
},
Expand Down

0 comments on commit 02f4620

Please sign in to comment.