1[
2  {
3    "id": "mon_zombie_crawler_pupa_decoy",
4    "type": "MONSTER",
5    "name": { "str": "pupating zombie crawler" },
6    "description": "This half of a human corpse is wrapped in sticky black fibers that cover everything neck down.  Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
7    "copy-from": "mon_zombie_crawler",
8    "delete": { "categories": [ "CLASSIC" ] },
9    "armor_bash": 7,
10    "armor_cut": 5,
11    "armor_bullet": 5,
12    "special_attacks": [ { "type": "bite", "cooldown": 3 } ],
13    "regenerates": 10,
14    "extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF" ] }
15  },
16  {
17    "id": "mon_zombie_crawler_pupa",
18    "type": "MONSTER",
19    "name": { "str": "pupating zombie crawler" },
20    "description": "This half of a human corpse is wrapped in sticky black fibers that cover everything neck down.  Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
21    "copy-from": "mon_zombie_crawler_pupa_decoy",
22    "extend": {
23      "special_attacks": [
24        {
25          "type": "spell",
26          "spell_data": { "id": "small_raptor_spawn", "hit_self": true },
27          "cooldown": 50,
28          "monster_message": "The pupating zombie crawler bursts, and gore-smeared winged beasts climb out of the corpse!"
29        }
30      ]
31    }
32  },
33  {
34    "id": "mon_zombie_pupa_decoy",
35    "type": "MONSTER",
36    "name": { "str": "pupating zombie" },
37    "description": "This human corpse is wrapped in sticky black fibers that cover everything neck down.  Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
38    "copy-from": "mon_zombie_fat",
39    "delete": { "categories": [ "CLASSIC" ] },
40    "armor_bash": 8,
41    "armor_cut": 6,
42    "armor_bullet": 6,
43    "special_attacks": [ { "type": "bite", "cooldown": 3 } ],
44    "regenerates": 10,
45    "extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF" ] }
46  },
47  {
48    "id": "mon_zombie_pupa",
49    "type": "MONSTER",
50    "name": { "str": "pupating zombie" },
51    "description": "This human corpse is wrapped in sticky black fibers that cover everything neck down.  Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
52    "copy-from": "mon_zombie_pupa_decoy",
53    "extend": {
54      "special_attacks": [
55        {
56          "type": "spell",
57          "spell_data": { "id": "small_raptor_spawn", "hit_self": true },
58          "cooldown": 50,
59          "monster_message": "The pupating zombie bursts, and gore-smeared winged beasts climb out of the corpse!"
60        }
61      ]
62    }
63  },
64  {
65    "id": "mon_zombie_pupa_decoy_shady",
66    "type": "MONSTER",
67    "name": { "str": "shady pupating zombie" },
68    "description": "An uncanny shadow envelops this creature.  You can make out the outline of what once may have been a human being, but its edges bulge rhythmically in places that are not anatomically possible for humans.",
69    "copy-from": "mon_zombie_fat",
70    "delete": { "categories": [ "CLASSIC" ] },
71    "armor_bash": 8,
72    "armor_cut": 6,
73    "armor_bullet": 6,
74    "special_attacks": [ { "type": "bite", "cooldown": 3 } ],
75    "regenerates": 5,
76    "vision_day": 8,
77    "vision_night": 15,
78    "extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF", "NIGHT_INVISIBILITY" ] }
79  },
80  {
81    "id": "mon_zombie_pupa_shady",
82    "type": "MONSTER",
83    "name": { "str": "shady pupating zombie" },
84    "description": "An uncanny shadow envelops this creature.  You can make out the outline of what once may have been a human being, but its edges bulge rhythmically in places that are not anatomically possible for humans.",
85    "copy-from": "mon_zombie_pupa_decoy",
86    "extend": {
87      "special_attacks": [
88        {
89          "type": "spell",
90          "spell_data": { "id": "shady_raptor_spawn", "hit_self": true },
91          "cooldown": 50,
92          "monster_message": "The pupating zombie bursts, and shadowy winged beasts climb out of the corpse!"
93        }
94      ]
95    }
96  }
97]
98