From 047c1acba46e9b70b15401485ca2dba8e24e4fff Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 8 Sep 2024 23:57:25 -0500 Subject: [PATCH] Initial commit --- .../mutations/paraclesians/paraclesian_eocs.json | 16 ++++++---------- .../paraclesians/paraclesian_mutations.json | 6 ++---- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_eocs.json b/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_eocs.json index 4ec80fa4608f6..94e774e73ee0e 100644 --- a/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_eocs.json +++ b/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_eocs.json @@ -37,19 +37,16 @@ "id": "EOC_PARACLESIAN_WYRD_SIGHT_OFF", "effect": [ { "u_lose_effect": "effect_paraclesian_see_fae" } ] }, - { - "type": "effect_on_condition", - "id": "EOC_COMPLETED_ROLL_REMAINDER_GOSSAMER_RECIPE", - "effect": { "u_message": "These are all the ways you can weave gossamer into garb now." } - }, { "type": "effect_on_condition", "id": "EOC_SUCCESSFUL_ROLL_REMAINDER_GOSSAMER_RECIPE", - "effect": { "u_message": "You learn a recipe for gossamer raiment." } + "effect": { "u_message": "Your dreams have revealed to you a recipe for gossamer raiment.", "type": "good" } }, { "type": "effect_on_condition", "id": "EOC_PARACLESIAN_GOSSAMER_RECIPES", + "eoc_type": "EVENT", + "required_event": "character_wakes_up", "condition": { "and": [ { "u_has_trait": "PARACLESIAN_LEARN_GOSSAMER_RECIPES" }, @@ -57,7 +54,7 @@ ] }, "effect": [ - { "u_add_effect": "effect_paraclesian_learned_gossamer", "duration": 604800 }, + { "u_add_effect": "effect_paraclesian_learned_gossamer", "duration": { "math": [ "rand(864000) + 345600" ] } }, { "u_roll_remainder": [ "tunic_gossamer", @@ -84,10 +81,9 @@ ], "type": "recipe", "true_eocs": [ "EOC_SUCCESSFUL_ROLL_REMAINDER_GOSSAMER_RECIPE" ], - "false_eocs": [ "EOC_COMPLETED_ROLL_REMAINDER_GOSSAMER_RECIPE" ] + "false_eocs": [ ] } - ], - "false_effect": { "u_message": "You need more time to devise a recipe for gossamer." } + ] }, { "type": "effect_on_condition", diff --git a/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_mutations.json b/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_mutations.json index dbc0b991a29a4..a2a75bc95505a 100644 --- a/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_mutations.json +++ b/data/mods/Xedra_Evolved/mutations/paraclesians/paraclesian_mutations.json @@ -459,10 +459,8 @@ "points": 4, "visibility": 0, "ugliness": 0, - "description": "Like your fae ancestors, you can turn gossamer into clothing and armor. Activate this trait to learn a gossamer recipe (once per week).", - "category": [ "UNDINE", "SALAMANDER", "ARVORE", "IERDE", "HOMULLUS", "SYLPH" ], - "active": true, - "activated_eocs": [ "EOC_PARACLESIAN_GOSSAMER_RECIPES" ] + "description": "Like your fae ancestors, you can turn gossamer into clothing and armor. New recipes will be occasionally revealed to you in your dreams.", + "category": [ "UNDINE", "SALAMANDER", "ARVORE", "IERDE", "HOMULLUS", "SYLPH" ] }, { "type": "mutation",