Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 5, 2025
1 parent 58db8be commit d6dd8b2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions data/mods/Magiclysm/mutations/mutation_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"true_eocs": [
{
"id": "EOC_IRON_ALLERGY_WEARING_IRON_RESULT_TRUE",
"effect": [
{ "u_add_effect": "effect_iron_allergy_wearing_iron", "duration": "PERMANENT" },
{ "run_eocs": "EOC_IRON_ALLERGY_WEARING_IRON_FOLLOWUP", "time_in_future": 60 }
]
"effect": [ { "u_add_effect": "effect_iron_allergy_wearing_iron", "duration": "PERMANENT" } ]
}
],
"false_eocs": [
Expand Down Expand Up @@ -66,11 +63,7 @@
"true_eocs": [
{
"id": "EOC_IRON_ALLERGY_WEARING_STEEL_RESULT_TRUE",
"effect": [
{ "u_add_effect": "effect_iron_allergy_wearing_steel", "duration": "PERMANENT" },
{ "run_eocs": "EOC_IRON_ALLERGY_WEARING_STEEL_FOLLOWUP", "time_in_future": 60 }
],
"false_effect": [ { "u_lose_effect": "effect_iron_allergy_wearing_steel" } ]
"effect": [ { "u_add_effect": "effect_iron_allergy_wearing_steel", "duration": "PERMANENT" } ]
}
],
"false_eocs": [
Expand All @@ -81,6 +74,14 @@
]
}
},
{
"type": "effect_on_condition",
"id": "EOC_IRON_ALLERGY_WEARING_IRON_OR_STEEL_RECURRING_CHECK",
"condition": { "u_has_trait": "IRON_ALLERGY" },
"deactivate_condition": { "not": { "u_has_trait": "IRON_ALLERGY" } },
"recurrence": 1,
"effect": [ { "run_eocs": [ "EOC_IRON_ALLERGY_WEARING_IRON_FOLLOWUP", "EOC_IRON_ALLERGY_WEARING_STEEL_FOLLOWUP" ] } ]
},
{
"type": "effect_on_condition",
"id": "EOC_RAVENFOLK_LEAP",
Expand Down

0 comments on commit d6dd8b2

Please sign in to comment.