Skip to content

Commit

Permalink
Merge pull request #78962 from RedMisao/RedMisao-patch-35
Browse files Browse the repository at this point in the history
Bugfix kickboxing and boxing technique conditions
  • Loading branch information
Maleclypse authored Jan 5, 2025
2 parents 0fdda05 + 478d60e commit f2be256
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,8 @@
{ "npc_bodytype": "bear" },
{ "npc_bodytype": "angel" }
]
}
},
{ "or": [ { "not": { "npc_has_flag": "FLIES" } }, { "npc_has_flag": "DISABLE_FLIGHT" } ] }
]
},
"condition_desc": "* Only works on a <info>non-stunned</info> target of <info>similar</info> size incapable of flight",
Expand Down Expand Up @@ -1757,24 +1758,7 @@
{ "npc_bodytype": "angel" }
]
},
{
"and": [
{ "not": { "npc_has_species": "ZOMBIE" } },
{ "not": { "npc_has_species": "NETHER" } },
{ "not": { "npc_has_species": "NETHER_EMANATION" } },
{ "not": { "npc_has_species": "LEECH_PLANT" } },
{ "not": { "npc_has_species": "MIGO" } },
{ "not": { "npc_has_species": "SLIME" } },
{ "not": { "npc_has_species": "FUNGUS" } },
{ "not": { "npc_has_species": "PLANT" } },
{ "not": { "npc_has_species": "ROBOT" } },
{ "not": { "npc_has_species": "CYBORG" } },
{ "not": { "npc_has_species": "HALLUCINATION" } },
{ "not": { "npc_has_species": "HORROR" } },
{ "not": { "npc_has_species": "ABERRATION" } },
{ "not": { "npc_has_species": "KRAKEN" } }
]
}
{ "or": [ { "not": { "npc_has_flag": "FLIES" } }, { "npc_has_flag": "DISABLE_FLIGHT" } ] }
]
},
"condition_desc": "* Only works on a <info>non-stunned</info> target of <info>similar</info> size incapable of flight",
Expand Down

0 comments on commit f2be256

Please sign in to comment.