-
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] Power learning revamp: Clairsentience (#70838)
* Update effects_psionic.json * Update clairsentience.json * Update PowerDescriptionSpoilers.md * Fixes * Add extra prerequisites * Create clairsentience.json * Change starting powers * Update clairsentient_practice.json * Fix typoes * Create clairsentient_upgrades.json * Update electrokinesis.json * Linting * Add proficiency * Add hobby * Various fixes
- Loading branch information
1 parent
efad5c4
commit d1474f4
Showing
14 changed files
with
2,047 additions
and
592 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
101 changes: 101 additions & 0 deletions
101
data/mods/MindOverMatter/obsolete/upgrade_eocs/clairsentient_upgrades.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,101 @@ | ||
[ | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMESTART_CLAIR_UPDATE", | ||
"eoc_type": "EVENT", | ||
"required_event": "game_start", | ||
"condition": { "u_has_trait": "CLAIRSENTIENT" }, | ||
"effect": [ { "math": [ "u_clairsentience_has_been_updated", "=", "1" ] } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE", | ||
"eoc_type": "EVENT", | ||
"required_event": "game_load", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_clairsentience_has_been_updated", "!=", "1" ] } ] }, | ||
"effect": [ | ||
{ "math": [ "u_clairsentience_has_been_updated", "=", "1" ] }, | ||
{ | ||
"run_eocs": [ | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SPOT_WEAKNESS", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SEE_AURAS", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_RANGED_ENHANCE", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_VOYANCE", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_DODGE_POWER", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_CRAFT_BONUS", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_PERFECT_SHOT", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SEE_MAP", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_CLEAR_SIGHT", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_GROUP_TACTICS", | ||
"EOC_CHECK_GAMELOAD_CLAIR_UPDATE_OMNISCIENCE" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SPOT_WEAKNESS", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_spot_weakness')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_spot_weakness" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SEE_AURAS", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_see_auras')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_aura_sight" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_RANGED_ENHANCE", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_ranged_enhance')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_ranged_enhance" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_VOYANCE", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_voyance')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_voyance" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_DODGE_POWER", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_dodge_power')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_dodge_power" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_CRAFT_BONUS", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_craft_bonus')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_craft_bonus" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_PERFECT_SHOT", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_perfect_shot')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_perfect_shot" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_SEE_MAP", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_see_map')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_see_map" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_CLEAR_SIGHT", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_clear_sight')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_clear_sight" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_GROUP_TACTICS", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_group_tactics')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_group_tactics" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_CHECK_GAMELOAD_CLAIR_UPDATE_OMNISCIENCE", | ||
"condition": { "and": [ { "u_has_trait": "CLAIRSENTIENT" }, { "math": [ "u_spell_level('clair_omniscience')", "<", "0" ] } ] }, | ||
"effect": [ { "u_forget_recipe": "practice_clair_omniscience" } ] | ||
} | ||
] |
Oops, something went wrong.