-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MoM] Various maintenance tasks (#69753)
* Initial commit * Update data/mods/MindOverMatter/powers/clairsentience_eoc.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/mods/MindOverMatter/powers/clairsentience_eoc.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/mods/MindOverMatter/powers/clairsentience_eoc.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * link remaining effects that scale into jmath * Manual linting * Nether-attunement and integrate electrokinesis * Fixes * Further Nether-Attuned wording changes * Fix Health effect * Kick tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7eceecd
commit 1beba4c
Showing
28 changed files
with
869 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
data/mods/MindOverMatter/effects/effects_nether_attunement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[ | ||
{ | ||
"type": "effect_type", | ||
"id": "effect_disease_psionic_drain", | ||
"name": [ "Nether-Attunement" ], | ||
"desc": [ | ||
"You feel a little odd and your control over your powers isn't as sure as it was. There might be unexpected results of you channeling psionics now." | ||
], | ||
"apply_message": [ | ||
[ | ||
"You feel a little odd, like you've just awoken from a dream. All that psionic channeling might have unexpected effects.", | ||
"mixed" | ||
], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ], | ||
[ "", "mixed" ] | ||
], | ||
"remove_message": "You take a deep breath as the strange feelings fade. You are in full control of your powers once again.", | ||
"max_intensity": 12 | ||
}, | ||
{ | ||
"type": "effect_type", | ||
"id": "psi_nether_attention", | ||
"name": [ "Observed" ], | ||
"desc": [ "You have the strong impression that someone, or something, is watching you." ], | ||
"remove_message": "The endless feeling of being watched finally fades away.", | ||
"rating": "bad", | ||
"show_intensity": false, | ||
"max_intensity": 10, | ||
"max_duration": "21 days", | ||
"dur_add_perc": 25, | ||
"int_dur_factor": "3 days" | ||
}, | ||
{ | ||
"type": "effect_type", | ||
"id": "effect_nether_attunement_health_bonus", | ||
"//": "Hidden effect, used as a tracker", | ||
"name": [ "" ], | ||
"desc": [ "" ], | ||
"rating": "good", | ||
"max_duration": "30 seconds", | ||
"base_mods": { "health_min": [ 1 ], "health_chance": [ 2 ] } | ||
}, | ||
{ | ||
"type": "effect_type", | ||
"id": "effect_nether_attunement_health_penalty", | ||
"name": [ "" ], | ||
"desc": [ "" ], | ||
"rating": "bad", | ||
"max_duration": "30 seconds", | ||
"base_mods": { "health_min": [ -1 ], "health_chance": [ 2 ] } | ||
} | ||
] |
Oops, something went wrong.