forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MoM] Convert recipe powers into spell powers, add new powers (Clever…
…Raven#67225) * Add pyrokinetic flame to requirements * Create pyrokinetic flame * Create pyrokinesis_ritual.json * capitalize name * temr->term * Add spells * Add learning recipe * Add proficiency, lint * Update data/mods/MindOverMatter/items/psions_summon_items.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/mods/MindOverMatter/items/psions_summon_items.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Further changes * Fixes * Add relic_data to telekinetic jack to indicate summon status --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
60649c0
commit 125a961
Showing
22 changed files
with
806 additions
and
453 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"name": "Enhance Strength", | ||
"id": "telekin_push_heavy_things", | ||
"description": "Focus your powers to allow you move much heavier objects and smash through walls. The concentration required means you will be unable to engage in combat with any real aptitude while concentrating.\n\n[(d)rop the Enhanced Strength to stop concentrating and regain your combat ability]", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_RITUALS", | ||
"skill_used": "metaphysics", | ||
"difficulty": 1, | ||
"time": "10 s", | ||
"flags": [ "SECRET", "BLIND_EASY" ], | ||
"proficiencies": [ { "proficiency": "prof_psionic_ritual", "required": false } ], | ||
"result_eocs": [ "EOC_OBSOLETE" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"name": "Vehicular Lifting", | ||
"id": "telekin_lift_cars", | ||
"description": "Focus your powers to raise a vehicle just enough to change a tire or perform repairs. As your powers increase, you will be able to lift heavier vehicles.", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_RITUALS", | ||
"skill_used": "metaphysics", | ||
"difficulty": 3, | ||
"time": "5 s", | ||
"flags": [ "SECRET", "BLIND_EASY" ], | ||
"proficiencies": [ { "proficiency": "prof_psionic_ritual", "required": false } ], | ||
"result_eocs": [ "EOC_OBSOLETE" ] | ||
} | ||
] |
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,16 @@ | ||
[ | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"name": "Purge Disease", | ||
"id": "vitakin_disease_purge", | ||
"description": "Enter a deep meditative trance and purge your body of illness, even serious ones like cancer or multiple sclerosis. It will not cure mutation. Some illnesses are more difficult to successfully eradicate than others.", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_RITUALS", | ||
"skill_used": "metaphysics", | ||
"difficulty": 6, | ||
"time": "5 s", | ||
"flags": [ "SECRET", "BLIND_EASY" ], | ||
"result_eocs": [ "EOC_OBSOLETE" ] | ||
} | ||
] |
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
Oops, something went wrong.