Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xedra Evolved] Gossamer Artisan does not need to be Active #76304

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading