Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
MNG-cataclysm committed Nov 4, 2023
1 parent d9463b6 commit 4a892e4
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,37 +229,5 @@
"recurrence": [ "2 hour", "24 hours" ],
"condition": { "and": [ { "u_has_trait": "SKIN_RASHY" }, { "not": { "u_has_effect": "formication" } } ] },
"effect": [ { "u_add_effect": "formication", "duration": "10 minutes", "target_part": "random" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_MUTATE_LEG_HEAL",
"eoc_type": "EVENT",
"required_event": "gains_mutation",
"condition": {
"and": [
{ "or": [ { "u_has_trait": "NO_LEFT_LEG" }, { "u_has_trait": "NO_RIGHT_LEG" } ] },
{
"and": [
{
"or": [
{ "u_has_trait": "CRAB_LEGS" },
{ "u_has_trait": "GASTROPOD_FOOT" },
{ "u_has_trait": "AMORPHOUS" },
{ "u_has_trait": "ROOTS1" },
{ "u_has_trait": "LEG_TENTACLES" }
]
}
]
}
]
},
"effect": [
{ "u_lose_trait": "NO_LEFT_LEG" },
{ "u_lose_trait": "NO_RIGHT_LEG" },
{ "u_add_trait": "HAS_LEFT_LEG" },
{ "u_add_trait": "HAS_RIGHT_LEG" },
{ "u_lose_var": "missing_left_leg", "type": "traits", "context": "limbs" },
{ "u_lose_var": "missing_right_leg", "type": "traits", "context": "limbs" }
]
}
]

0 comments on commit 4a892e4

Please sign in to comment.