Skip to content

Commit

Permalink
restore and update skeletal shocker
Browse files Browse the repository at this point in the history
  • Loading branch information
BalthazarArgall committed Jun 15, 2024
1 parent 095dabd commit 3d65908
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/json/monsters/zed_skeletal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d65908

Please sign in to comment.