Skip to content

Commit

Permalink
mantis AP fix
Browse files Browse the repository at this point in the history
Praying mantises now have AP for regular attacks
  • Loading branch information
SuddenEyePuncture authored Jun 27, 2021
2 parents eedd3b9 + ad69231 commit 2559b22
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,14 @@
"melee_skill": 8,
"melee_dice": 1,
"melee_dice_sides": 6,
"melee_cut": 12,
"melee_damage":
[
{
"damage_type": "cut",
"amount": 10.0,
"armor_penetration": 12
}
],
"dodge": 3,
"armor_bash": 10,
"armor_cut": 16,
Expand Down Expand Up @@ -2040,8 +2047,7 @@
"anger_triggers": [ "HURT", "SOUND", "STALK" ],
"fear_triggers": [ "FIRE" ],
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "BORES", "DESTROYS", "PUSH_VEH", "HEARS", "KEENNOSE", "PATH_AVOID_DANGER_1", "SMELLS" ],
"//": "Reinsert GOODHEARING when z-level tunneling is possible."
"flags": [ "SEES", "BORES", "DESTROYS", "PUSH_VEH", "HEARS", "KEENNOSE", "PATH_AVOID_DANGER_1", "SMELLS" ]
},
{
"id": "mon_lady_bug_giant",
Expand Down

0 comments on commit 2559b22

Please sign in to comment.