From 4c90ee7a0d27e7b438a65c063e4acdee5415f811 Mon Sep 17 00:00:00 2001 From: Standing-Storm <120433252+Standing-Storm@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:10:39 -0500 Subject: [PATCH] Add photokinesis learning recipes --- .../practice/photokinesis_practice.json | 1067 +++++++++++------ 1 file changed, 713 insertions(+), 354 deletions(-) diff --git a/data/mods/MindOverMatter/recipes/practice/photokinesis_practice.json b/data/mods/MindOverMatter/recipes/practice/photokinesis_practice.json index 50fce9e58447b..196c71614d421 100644 --- a/data/mods/MindOverMatter/recipes/practice/photokinesis_practice.json +++ b/data/mods/MindOverMatter/recipes/practice/photokinesis_practice.json @@ -40,40 +40,20 @@ "difficulty": 0, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_LOCAL", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_local')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_local')", "<=", "(difficulty_one_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_local')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_local')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(1)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_LOCAL_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_local')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] - } + ] } ] }, @@ -89,40 +69,20 @@ "difficulty": 1, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_CREATE_LIGHT", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_create_light')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_create_light')", "<=", "(difficulty_two_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_create_light')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_create_light')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(2)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_CREATE_LIGHT_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_create_light')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] - } + ] } ] }, @@ -138,40 +98,71 @@ "difficulty": 1, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_SNUFF_LIGHT", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_snuff_light')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_snuff_light')", "<=", "(difficulty_two_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_snuff_light')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_snuff_light')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(2)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_SNUFF_LIGHT_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_snuff_light')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_SNUFF_LIGHT_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(2)" ] }, { "math": [ "learn_new_power_upper_time_bound(2)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_SNUFF_LIGHT_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_SNUFF_LIGHT_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 6 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Blackout power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_snuff_light')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 10,20 )" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 10,20 )" ] } + ] + } + ] } ] }, @@ -187,40 +178,71 @@ "difficulty": 1, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DODGE", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_dodge')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_dodge')", "<=", "(difficulty_two_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_dodge')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_dodge')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(2)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DODGE_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_dodge')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_DODGE_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(2)" ] }, { "math": [ "learn_new_power_upper_time_bound(2)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DODGE_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DODGE_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 6 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Trick of the Light power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_light_dodge')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 10,20 )" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 10,20 )" ] } + ] + } + ] } ] }, @@ -236,40 +258,71 @@ "difficulty": 2, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_BEAM", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_beam')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_beam')", "<=", "(difficulty_three_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_beam')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_beam')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(3)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_BEAM_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_beam')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_BEAM_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(3)" ] }, { "math": [ "learn_new_power_upper_time_bound(3)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_BEAM_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_BEAM_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 7 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Photon Beam power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_light_beam')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ] + } + ] } ] }, @@ -285,41 +338,71 @@ "difficulty": 2, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], - "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_CAMOUFLAGE", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_camouflage')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_camouflage')", "<=", "(difficulty_three_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_camouflage')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_camouflage')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(3)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_CAMOUFLAGE_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_camouflage')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_CAMOUFLAGE_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(3)" ] }, { "math": [ "learn_new_power_upper_time_bound(3)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_CAMOUFLAGE_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_CAMOUFLAGE_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 7 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Chameleoflage power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_camouflage')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ] + } + ] } ] }, @@ -335,48 +418,78 @@ "difficulty": 2, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], - "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_RAD_IMMUNITY", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_rad_immunity')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_rad_immunity')", "<=", "(difficulty_three_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_rad_immunity')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_rad_immunity')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(3)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_RAD_IMMUNITY_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_rad_immunity')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_RAD_IMMUNITY_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(3)" ] }, { "math": [ "learn_new_power_upper_time_bound(3)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_RAD_IMMUNITY_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_RAD_IMMUNITY_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 7 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Lucent Barrier power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_rad_immunity')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 15,30 )" ] } + ] + } + ] } ] }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE", - "name": "contemplation: refraction of arms", + "name": "contemplation: refracted arms", "id": "practice_photokinetic_light_arms", "description": "Contemplate your powers and improve your ability to create illusions of extra arms.", "category": "CC_*", @@ -385,41 +498,72 @@ "difficulty": 3, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_ARMS", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_arms')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_arms')", "<=", "(difficulty_four_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_arms')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_arms')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(4)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_ARMS_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_arms')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_ARMS_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(4)" ] }, { "math": [ "learn_new_power_upper_time_bound(4)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_ARMS_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_ARMS_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 8 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Refracted Arms power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_light_arms')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 20,40)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 20,40 )" ] } + ] + } + ] } ] }, @@ -435,41 +579,72 @@ "difficulty": 3, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_HIDE_UGLY", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_hide_ugly')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_hide_ugly')", "<=", "(difficulty_four_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_hide_ugly')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_hide_ugly')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(4)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_HIDE_UGLY_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_hide_ugly')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_HIDE_UGLY_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(4)" ] }, { "math": [ "learn_new_power_upper_time_bound(4)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_HIDE_UGLY_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_HIDE_UGLY_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 8 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Refracted Arms power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_hide_ugly')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 20,40)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 20,40 )" ] } + ] + } + ] } ] }, @@ -485,41 +660,72 @@ "difficulty": 4, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_IMAGE", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_image')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_image')", "<=", "(difficulty_five_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_image')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_image')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(5)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_IMAGE_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_image')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_IMAGE_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(5)" ] }, { "math": [ "learn_new_power_upper_time_bound(5)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_IMAGE_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_IMAGE_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 9 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Lucid Shadows power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_light_image')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 25,50)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 25,50 )" ] } + ] + } + ] } ] }, @@ -535,40 +741,71 @@ "difficulty": 4, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_RADIO", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_radio')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_radio')", "<=", "(difficulty_five_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_radio')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_radio')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(5)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_RADIO_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_radio')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_RADIO_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(5)" ] }, { "math": [ "learn_new_power_upper_time_bound(5)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_RADIO_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_RADIO_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 9 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Radio Transception power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_radio')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 25,50)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 25,50 )" ] } + ] + } + ] } ] }, @@ -584,41 +821,72 @@ "difficulty": 5, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_INVISIBILITY", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_invisibility')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_invisibility')", "<=", "(difficulty_six_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_invisibility')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_invisibility')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(6)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_INVISIBILITY_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_invisibility')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_INVISIBILITY_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(6)" ] }, { "math": [ "learn_new_power_upper_time_bound(6)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_INVISIBILITY_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_INVISIBILITY_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 10 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Veil of Light power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_invisibility')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 30,60)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 30,60 )" ] } + ] + } + ] } ] }, @@ -634,41 +902,72 @@ "difficulty": 5, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_FLASH", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_flash')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_light_flash')", "<=", "(difficulty_six_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_flash')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_flash')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(7)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_FLASH_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_flash')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_FLASH_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(6)" ] }, { "math": [ "learn_new_power_upper_time_bound(6)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_FLASH_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_FLASH_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 10 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Star Flash power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_light_flash')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 30,60)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 30,60 )" ] } + ] + } + ] } ] }, @@ -684,41 +983,72 @@ "difficulty": 6, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_BLINDING_GLARE", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_blinding_glare')", ">=", "1" ] }, - { "math": [ "u_spell_exp('photokinetic_blinding_glare')", "<=", "(difficulty_seven_contemplation(1))" ] } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_blinding_glare')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_blinding_glare')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(7)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_BLINDING_GLARE_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_blinding_glare')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_BLINDING_GLARE_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(7)" ] }, { "math": [ "learn_new_power_upper_time_bound(7)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_BLINDING_GLARE_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_BLINDING_GLARE_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 11 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Blinding Radiance power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_blinding_glare')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 35,70)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 35,70 )" ] } + ] + } + ] } ] }, @@ -734,43 +1064,72 @@ "difficulty": 7, "time": "30 m", "autolearn": false, - "tools": [ [ [ "matrix_crystal_drained", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_contemplation_photokinesis", "required": false } ], + "tools": [ [ [ "matrix_crystal_drained", -1 ], [ "matrix_crystal_photokinesis", -1 ] ] ], "components": [ [ [ "matrix_crystal_photokin_dust", 1 ] ] ], "flags": [ "SECRET", "BLIND_HARD" ], "result_eocs": [ { "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DISINTEGRATE", - "condition": { - "and": [ - { "math": [ "u_spell_level('photokinetic_light_disintegrate')", ">=", "1" ] }, - { - "math": [ "u_spell_exp('photokinetic_light_disintegrate')", "<=", "(difficulty_eight_contemplation(1))" ] - } - ] - }, + "condition": { "math": [ "u_spell_level('photokinetic_light_disintegrate')", ">=", "1" ] }, "effect": [ { "u_message": "You spend some time meditating and contemplating your powers and emerge with new knowledge." }, { "math": [ "u_spell_exp('photokinetic_light_disintegrate')", "+=", "(contemplation_factor(1))" ] }, - { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 0,2 )" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 1,10 )" ] }, { "math": [ "u_val('stored_kcal')", "-=", "psionics_contemplation_kcal_cost(8)" ] }, { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } ], - "false_effect": { - "run_eocs": [ - { - "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DISINTEGRATE_FALSE", - "condition": { "math": [ "u_spell_level('photokinetic_light_disintegrate')", ">=", "1" ] }, - "effect": [ - { "u_message": "Your knowledge of your powers is so deep that mere contemplation is of no further use to you." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ], - "false_effect": [ - { "u_message": "Without even a basic understanding of the power, your meditation is nothing but idle musings." }, - { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" } - ] - } - ] + "false_effect": [ + { "u_message": "You attempt to unlock new capabilities within your mind." }, + { "u_assign_activity": "ACT_PSI_LEARNING_NEW_POWER", "duration": "16 hours" }, + { "u_add_effect": "effect_psi_learning_new_power", "duration": "16 hours" }, + { "run_eocs": "EOC_PSI_PRACTICE_FOCUS_MOD" }, + { + "queue_eocs": "EOC_PRACTICE_PHOTOKIN_LIGHT_DISINTEGRATE_LEARNING", + "time_in_future": [ { "math": [ "learn_new_power_lower_time_bound(8)" ] }, { "math": [ "learn_new_power_upper_time_bound(8)" ] } ] + } + ] + } + ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DISINTEGRATE_LEARNING", + "condition": { + "and": [ + { "u_has_effect": "effect_psi_learning_new_power" }, + { + "not": { "u_has_any_effect": [ "sleep", "effect_vitakin_wakeful_resting", "lack_sleep", "sleep_deprived", "under_operation" ] } } + ] + }, + "effect": [ + { + "run_eocs": [ + { + "id": "EOC_PRACTICE_PHOTOKIN_LIGHT_DISINTEGRATE_LEARNING_2", + "condition": { + "and": [ + { + "roll_contested": { "math": [ "u_skill('metaphysics') + u_has_proficiency('prof_contemplation_photokinesis')" ] }, + "difficulty": 12 + } + ] + }, + "effect": [ + { + "u_message": "As you meditate, all the pieces suddenly come together. You've unlocked the Luminous Disintegration power.", + "popup": true + }, + { "math": [ "u_spell_level('photokinetic_blinding_glare')", "=", "1" ] }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 40,80)" ] } + ], + "false_effect": [ + { "u_message": "You just couldn't manage to grasp the technique. You'll have to try again.", "popup": true }, + { "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rng( 40,80 )" ] } + ] + } + ] } ] }