Skip to content

Commit

Permalink
Initial commit (CleverRaven#72080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Mar 1, 2024
1 parent 7777c77 commit 8a1fa0e
Show file tree
Hide file tree
Showing 10 changed files with 166 additions and 5,488 deletions.
700 changes: 14 additions & 686 deletions data/mods/MindOverMatter/powers/learning_eocs/biokinesis.json

Large diffs are not rendered by default.

600 changes: 12 additions & 588 deletions data/mods/MindOverMatter/powers/learning_eocs/clairsentience.json

Large diffs are not rendered by default.

750 changes: 15 additions & 735 deletions data/mods/MindOverMatter/powers/learning_eocs/electrokinesis.json

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions data/mods/MindOverMatter/powers/learning_eocs/overall.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,59 @@
"required_event": "spellcasting_finish",
"condition": { "u_has_effect": "effect_psi_learning_new_power" },
"effect": [ { "u_lose_effect": "effect_psi_learning_new_power" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_PSI_LEARNING_BANNED_EFFECTS",
"condition": {
"not": {
"u_has_any_effect": [
"sleep",
"effect_psi_learning_new_power",
"effect_vitakin_wakeful_resting",
"infected",
"spores",
"taint",
"visuals",
"hallu",
"motor_seizure",
"frostbite",
"blisters",
"formication",
"pre_common_cold",
"common_cold",
"pre_flu",
"flu",
"pre_conjunctivitis_viral",
"conjunctivitis_viral",
"pre_conjunctivitis_bacterial",
"conjunctivitis_bacterial",
"asthma",
"brainworms",
"bloodworms",
"grabbed",
"lack_sleep",
"sleep_deprived",
"under_operation",
"zapped",
"electrocuted",
"anemia",
"redcells_anemia",
"scurvy",
"toxin_buildup",
"bad_food_ennui",
"hypovolemia",
"disabled",
"foodpoison",
"venom_pain",
"venom_dmg",
"badpoison",
"onfire",
"dazed",
"stunned"
]
}
},
"effect": [ ]
}
]
Loading

0 comments on commit 8a1fa0e

Please sign in to comment.