summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json
blob: 36c89ecb7b5a8c6b74dbddd468579897d3ede7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
[
  {
    "id": "mon_zombie_bloodcompact",
    "type": "MONSTER",
    "name": { "str": "blood zombie" },
    "description": "A human body covered in a thick red crust that looks like blood, and brandishing a nasty set of fangs. It does not appear to be slowed despite the bulk of the armor.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "hp": 185,
    "bodytype": "human",
    "speed": 85,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "red",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 4,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 3,
    "armor_bash": 3,
    "armor_cut": 9,
    "armor_bullet": 9,
    "vision_day": 30,
    "vision_night": 4,
    "harvest": "zombie",
    "special_attacks": [ { "type": "bite", "cooldown": 10 }, [ "GRAB", 6 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_UPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_blooddefused",
    "type": "MONSTER",
    "name": { "str":  "quick blood zombie" },
    "description": "A human body with long claws, immensive fangs, and a red tint to the skin color. It moves quite swiftly.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "hp": 85,
    "speed": 135,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "white",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 5,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 4,
    "armor_bash": 2,
    "armor_cut": 6,
    "armor_bullet": 6,
    "dodge": 3,
    "vision_day": 35,
    "harvest": "zombie",
    "vision_night": 5,
    "special_attacks": [ { "type": "bite", "cooldown": 6 }, [ "GRAB", 9 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_DEFUSEDUPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bloodinfused",
    "type": "MONSTER",
    "name": { "str": "skeletal blood zombie" },
    "description": "A human body covered in plates of red bone and spikes. Its hands have become scythes and bares a maw of sharp teeth.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "volume": "62500 ml",
    "weight": "81500 g",
    "hp": 265,
    "speed": 65,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "black",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 4,
    "melee_dice": 4,
    "melee_dice_sides": 4,
    "melee_cut": 4,
    "armor_bash": 5,
    "armor_cut": 15,
    "armor_bullet": 12,
    "vision_day": 13,
    "harvest": "zombie",
    "vision_night": 3,
    "special_attacks": [ { "type": "bite", "cooldown": 9 }, [ "GRAB", 7 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_INFUSEDUPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bonetitan",
    "type": "MONSTER",
    "name": { "str": "skeletal titan blood zombie" },
    "description": "A large red skeleton with extremely thick bone plating across its entire body.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "volume": "875000 ml",
    "weight": "200 kg",
    "hp": 355,
    "speed": 60,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "black_magenta",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 6,
    "melee_dice_sides": 5,
    "melee_cut": 5,
    "armor_bash": 8,
    "armor_cut": 24,
    "armor_bullet": 18,
    "harvest": "zombie",
    "vision_day": 35,
    "vision_night": 5,
    "special_attacks": [ [ "heavygrab", 20 ], [ "GRAB", 10 ] ],
    "death_drops": "default_zombie_death_drops",
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bonewraith",
    "type": "MONSTER",
    "name": { "str": "bone wraith blood zombie" },
    "description": "A skeleton with an additional pair of arms protruding from its back.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "volume": "92500 ml",
    "weight": "120 kg",
    "hp": 105,
    "speed": 145,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "white_magenta",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 6,
    "armor_bash": 4,
    "armor_cut": 12,
    "armor_bullet": 9,
    "harvest": "zombie",
    "vision_day": 35,
    "vision_night": 5,
    "dodge": 4,
    "special_attacks": [ [ "tentaclebones", 10 ], [ "GRAB", 10 ] ],
    "death_drops": "default_zombie_death_drops",
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  }
]