From 3d65908dec29e7459d07b264616a77e6b5c42b8f Mon Sep 17 00:00:00 2001 From: BalthazarArgall <116303491+BalthazarArgall@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:09:45 +0200 Subject: [PATCH] restore and update skeletal shocker --- data/json/monsters/zed_skeletal.json | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/data/json/monsters/zed_skeletal.json b/data/json/monsters/zed_skeletal.json index 39ae153016f3a..8a6bc98db0941 100644 --- a/data/json/monsters/zed_skeletal.json +++ b/data/json/monsters/zed_skeletal.json @@ -52,6 +52,37 @@ "armor": { "bash": 12, "cut": 30, "acid": 1, "bullet": 30, "electric": 4 }, "extend": { "weakpoint_sets": [ "wps_bone_armor" ], "families": [ "prof_wp_skeleton" ] } }, + { + "id": "mon_skeleton_electric", + "type": "MONSTER", + "name": { "str": "skeletal shocker" }, + "description": "Heavy, jagged bone plates have grown out of the surface of this zombie's skin. Underneath, its flesh glows and crackles with the occasional jolt of electricity.", + "copy-from": "mon_zombie_base", + "diff": 15, + "hp": 105, + "speed": 60, + "material": [ "bone" ], + "color": "blue_white", + "melee_damage": [ { "damage_type": "electric", "amount": 12 }, { "damage_type": "cut", "amount": 3 } ], + "luminance": 8, + "bleed_rate": 0, + "harvest": "mr_bones", + "special_attacks": [ + { "id": "grab", "cooldown": 21 }, + { "id": "scratch_humanoid" }, + { "id": "bite_humanoid", "cooldown": 5 }, + [ "PARROT", 8 ], + [ "SHOCKSTORM", 25 ] + ], + "special_when_hit": [ "ZAPBACK", 100 ], + "fungalize_into": "mon_skeleton_fungus", + "armor": { "cut": 15, "stab": 30, "acid": 3, "bullet": 30 }, + "extend": { + "weakpoint_sets": [ "wps_bone_armor" ], + "families": [ "prof_wp_skeleton", "prof_electromagnetics" ], + "flags": [ "ELECTRIC" ] + } + }, { "id": "mon_skeleton_hulk", "type": "MONSTER",