Skip to content

Commit

Permalink
Remove poison flag
Browse files Browse the repository at this point in the history
Remove obsolete POISON flag from some mobs
  • Loading branch information
SuddenEyePuncture committed Jun 17, 2021
2 parents 5081fc0 + 4cb3f3a commit f7434ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/monsters/insect_spider.json
Expand Up @@ -2062,7 +2062,7 @@
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
],
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "FLIES" , "PATH_AVOID_FIRE" ]
"flags": [ "SEES", "HEARS", "SMELLS", "FLIES" , "PATH_AVOID_FIRE" ]
},
{
"id": "mon_grasshopper_small",
Expand Down Expand Up @@ -2105,7 +2105,7 @@
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"special_attacks": [ [ "EAT_FOOD", 60 ], [ "EAT_CROP", 80 ], { "type": "leap", "cooldown": 3, "max_range": 10, "allow_no_target": true } ],
"flags": [ "POISON", "SEES", "HEARS", "SMELLS", "CLIMBS", "PATH_AVOID_FALL", "PATH_AVOID_FIRE" ]
"flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "PATH_AVOID_FALL", "PATH_AVOID_FIRE" ]
},
{
"id": "mon_antlion_larva",
Expand Down Expand Up @@ -2150,7 +2150,7 @@
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
],
"flags": [ "POISON", "SEES", "SMELLS", "IMMOBILE", "DIGS", "RANGED_ATTACKER" ]
"flags": [ "SEES", "SMELLS", "IMMOBILE", "DIGS", "RANGED_ATTACKER" ]
},
{
"id": "mon_antlion_giant",
Expand Down Expand Up @@ -2229,6 +2229,6 @@
"anger_triggers": [ "PLAYER_WEAK" ],
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "SWIMS" ]
"flags": [ "SEES", "HEARS", "SMELLS", "SWIMS" ]
}
]

0 comments on commit f7434ac

Please sign in to comment.