|
66 | 66 | "melee_dice": 3, |
67 | 67 | "melee_dice_sides": 3, |
68 | 68 | "melee_cut": 0, |
69 | | - "armor_bash": 5, |
| 69 | + "armor_bash": 25, |
70 | 70 | "armor_cut": 5, |
71 | 71 | "armor_bullet": 4, |
72 | 72 | "vision_night": 3, |
|
239 | 239 | "death_function": [ "DETONATE" ], |
240 | 240 | "burn_into": "mon_zombie_scorched", |
241 | 241 | "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "REVIVES", "PUSH_MON" ] |
| 242 | + }, |
| 243 | + { |
| 244 | + "id": "mon_zomballoon", |
| 245 | + "type": "MONSTER", |
| 246 | + "name": { "str": "zomballoon" }, |
| 247 | + "description": "An almost-spherical fetid human corpse that walks, or rather floats, again. A good needle should be all you need to pop this problem.", |
| 248 | + "default_faction": "zombie", |
| 249 | + "bodytype": "human", |
| 250 | + "species": [ "ZOMBIE", "HUMAN" ], |
| 251 | + "diff": 8, |
| 252 | + "volume": "92500 ml", |
| 253 | + "weight": "100 kg", |
| 254 | + "hp": 60, |
| 255 | + "speed": 80, |
| 256 | + "material": [ "flesh" ], |
| 257 | + "symbol": "Z", |
| 258 | + "color": "red", |
| 259 | + "aggression": 100, |
| 260 | + "morale": 100, |
| 261 | + "melee_skill": 3, |
| 262 | + "melee_dice": 2, |
| 263 | + "melee_dice_sides": 4, |
| 264 | + "melee_cut": 0, |
| 265 | + "armor_bash": 20, |
| 266 | + "vision_night": 3, |
| 267 | + "harvest": "exempt", |
| 268 | + "special_attacks": [ [ "scratch", 20 ] ], |
| 269 | + "death_drops": "default_zombie_items", |
| 270 | + "death_function": [ "GAS" ], |
| 271 | + "fungalize_into": "mon_boomer_fungus", |
| 272 | + "upgrades": { "half_life": 12, "into": "mon_zomblimp" }, |
| 273 | + "flags": [ |
| 274 | + "SEES", |
| 275 | + "HEARS", |
| 276 | + "SMELLS", |
| 277 | + "STUMBLES", |
| 278 | + "WARM", |
| 279 | + "BASHES", |
| 280 | + "GROUP_BASH", |
| 281 | + "FLIES", |
| 282 | + "PLASTIC", |
| 283 | + "POISON", |
| 284 | + "NO_BREATHE", |
| 285 | + "REVIVES", |
| 286 | + "BILE_BLOOD", |
| 287 | + "PUSH_MON", |
| 288 | + "PATH_AVOID_DANGER_1" |
| 289 | + ] |
| 290 | + }, |
| 291 | + { |
| 292 | + "id": "mon_zomblimp", |
| 293 | + "type": "MONSTER", |
| 294 | + "name": { "str": "zomblimp" }, |
| 295 | + "description": "The torso of this zombie is disgustingly egg-shaped, reminding one of the big balloons full of gas that used to fly over certain sports matches. Something tells you that you'll need more than a sewing needle this time...", |
| 296 | + "default_faction": "zombie", |
| 297 | + "bodytype": "human", |
| 298 | + "species": [ "ZOMBIE", "HUMAN" ], |
| 299 | + "diff": 14, |
| 300 | + "volume": "10000 ml", |
| 301 | + "weight": "75 kg", |
| 302 | + "hp": 160, |
| 303 | + "speed": 95, |
| 304 | + "material": [ "flesh" ], |
| 305 | + "symbol": "Z", |
| 306 | + "color": "red", |
| 307 | + "aggression": 100, |
| 308 | + "morale": 100, |
| 309 | + "melee_skill": 5, |
| 310 | + "melee_dice": 3, |
| 311 | + "melee_dice_sides": 8, |
| 312 | + "melee_cut": 0, |
| 313 | + "armor_bash": 40, |
| 314 | + "armor_cut": 15, |
| 315 | + "armor_bullet": 10, |
| 316 | + "vision_night": 3, |
| 317 | + "harvest": "exempt", |
| 318 | + "special_attacks": [ [ "scratch", 20 ] ], |
| 319 | + "death_drops": "default_zombie_items", |
| 320 | + "death_function": [ "GAS" ], |
| 321 | + "fungalize_into": "mon_boomer_fungus", |
| 322 | + "flags": [ |
| 323 | + "SEES", |
| 324 | + "HEARS", |
| 325 | + "SMELLS", |
| 326 | + "STUMBLES", |
| 327 | + "WARM", |
| 328 | + "BASHES", |
| 329 | + "GROUP_BASH", |
| 330 | + "FLIES", |
| 331 | + "PLASTIC", |
| 332 | + "POISON", |
| 333 | + "NO_BREATHE", |
| 334 | + "REVIVES", |
| 335 | + "BILE_BLOOD", |
| 336 | + "PUSH_MON", |
| 337 | + "PATH_AVOID_DANGER_1" |
| 338 | + ] |
242 | 339 | } |
243 | 340 | ] |
0 commit comments