Skip to content

Commit

Permalink
Update monster_attacks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Jun 22, 2023
1 parent a9349c0 commit 25658db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/json/monster_special_attacks/monster_attacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,12 @@
"attack_type": "melee",
"id": "dermatik_impale",
"condition": {
"and": {
"and": [ { "u_has_flag": "GRAB_FILTER" }, { "npc_has_flag": "GRAB" } ],
"not": { "or": [ { "u_has_flag": "ACIDBLOOD" }, { "u_has_flag": "PARAIMMUNE" }, { "u_has_effect": "dermatik" } ] }
}
"and": [
{ "and": [ { "u_has_flag": "GRAB_FILTER" }, { "npc_has_flag": "GRAB" } ] },
{
"not": { "or": [ { "u_has_flag": "ACIDBLOOD" }, { "u_has_flag": "PARAIMMUNE" }, { "u_has_effect": "dermatik" } ] }
}
]
},
"effects": [ { "id": "dermatik", "duration": 3600 } ],
"cooldown": 25,
Expand Down

0 comments on commit 25658db

Please sign in to comment.