Skip to content

Commit

Permalink
[MoM] Remove extended channeling recipe after learning, add Thought-F…
Browse files Browse the repository at this point in the history
…orm Construction practice recipe (#72776)

* Initial commit

* Fix spelling

* redo tests

* Double spaces

* Remove recurring EoC, move to recipe EoC
  • Loading branch information
Standing-Storm authored Apr 7, 2024
1 parent e923e5f commit 9fc88ad
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/MindOverMatter/itemgroups/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"id": "psionic_recipes_beginner",
"items": [
[ "schematics_matrix_crystal_ground", 3 ],
[ "manual_psionic_ritual", 2 ],
[ "schematics_reactant_liquid_base", 3 ],
[ "schematics_matrix_channeling", 2 ],
[ "schematics_matrix_aligning", 1 ]
Expand Down
17 changes: 17 additions & 0 deletions data/mods/MindOverMatter/items/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,23 @@
"time": "35 m",
"fun": -2
},
{
"id": "manual_psionic_ritual",
"type": "BOOK",
"category": "manuals",
"name": {
"str": "Training Manual: Method of Loci and Dimensional Metaphysics",
"str_pl": "copies of Training Manual: Method of Loci and Dimensional Metaphysics"
},
"description": "A formal report on a series of training procedures to allow the practitioner to hold images and ideas in their head for long periods of time without being distracted or losing their train of thought. The report concludes, \"While the human mind is not adept at holding static images or scenes in place, some minor variation can be allowed for without suffering any adverse effects from the flow of Netherum energy. Method of Loci allows the mathematician to maintain their thoughts within this area of variation while still exerting effective control over the mathematics.\"",
"copy-from": "recipe_lab_elec",
"skill": "metaphysics",
"required_level": 4,
"max_level": 4,
"intelligence": 12,
"time": "35 m",
"fun": -2
},
{
"id": "phavian_psionic_martial_power_book",
"type": "BOOK",
Expand Down
14 changes: 14 additions & 0 deletions data/mods/MindOverMatter/recipes/psionics_practice.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,20 @@
"byproducts": [ [ "matrix_crystal_drained_dust", 10 ] ],
"book_learn": [ [ "manual_psionics_advan", 3 ], [ "schematics_matrix_channeling", 3 ], [ "schematics_matrix_aligning", 3 ] ]
},
{
"id": "prac_psionics_prof_ritual",
"type": "practice",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_PRACTICE",
"subcategory": "CSC_PRACTICE_METAPHYSICS",
"name": "thought-form exercises",
"description": "Practice holding mental images and scenes in your mind for an extended period without your mind wandering.",
"skill_used": "metaphysics",
"practice_data": { "min_difficulty": 4, "max_difficulty": 4, "skill_limit": 4 },
"proficiencies": [ { "proficiency": "prof_psionic_ritual", "time_multiplier": 1, "skill_penalty": 0 } ],
"time": "1 h",
"book_learn": [ [ "manual_psionic_ritual", 4 ] ]
},
{
"id": "prac_concentration_basic",
"type": "practice",
Expand Down
1 change: 1 addition & 0 deletions data/mods/MindOverMatter/recipes/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"type": "good"
},
{ "u_add_trait": "PSI_EXTENDED_CHANNELING" },
{ "u_forget_recipe": "psi_research_extended_channeling" },
{ "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }
],
"false_effect": [
Expand Down

0 comments on commit 9fc88ad

Please sign in to comment.