Skip to content

Commit

Permalink
Merge pull request #76304 from Standing-Storm/switch-gossamer-learnin…
Browse files Browse the repository at this point in the history
…g-to-time-based

[Xedra Evolved] Gossamer Artisan does not need to be Active
  • Loading branch information
Maleclypse authored Sep 9, 2024
2 parents 7553387 + 047c1ac commit 1ab9459
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,24 @@
"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" },
{ "not": { "u_has_effect": "effect_paraclesian_learned_gossamer" } }
]
},
"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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1ab9459

Please sign in to comment.