Skip to content

Commit

Permalink
Remove the shooting lightning ability from monsters (#74521)
Browse files Browse the repository at this point in the history
* remove ranged flags and skeletal shocker
* restore and update skeletal shocker
  • Loading branch information
BalthazarArgall authored Jun 18, 2024
1 parent 08a9ab4 commit 2efe44b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 1 addition & 4 deletions data/json/monsters/zed-winged.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,7 @@
"melee_damage": [ { "damage_type": "electric", "amount": 8 } ],
"luminance": 8,
"families": [ "prof_intro_biology", "prof_physiology", "prof_wp_zombie", "prof_electromagnetics" ],
"special_attacks": [
[ "SHOCKSTORM", 25 ],
{ "id": "impale", "damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ] }
],
"special_attacks": [ { "id": "impale", "damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ] } ],
"special_when_hit": [ "ZAPBACK", 100 ],
"upgrades": false,
"extend": { "flags": [ "ELECTRIC" ] }
Expand Down
8 changes: 4 additions & 4 deletions data/json/monsters/zed_electric.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"vision_night": 3,
"luminance": 16,
"harvest": "zombie_humanoid_electric",
"special_attacks": [ [ "PARROT", 8 ], [ "SHOCKSTORM", 15 ], { "id": "smash", "throw_strength": 36, "cooldown": 30 } ],
"special_attacks": [ [ "PARROT", 8 ], { "id": "smash", "throw_strength": 36, "cooldown": 30 } ],
"special_when_hit": [ "ZAPBACK", 75 ],
"upgrades": false,
"extend": { "families": [ "prof_electromagnetics" ], "flags": [ "ELECTRIC", "RANGED_ATTACKER" ] }
"extend": { "families": [ "prof_electromagnetics" ], "flags": [ "ELECTRIC" ] }
},
{
"id": "mon_zombie_electric",
Expand All @@ -37,10 +37,10 @@
"bleed_rate": 50,
"luminance": 8,
"harvest": "zombie_humanoid_electric",
"special_attacks": [ [ "PARROT", 8 ], [ "SHOCKSTORM", 25 ] ],
"special_attacks": [ [ "PARROT", 8 ] ],
"special_when_hit": [ "ZAPBACK", 100 ],
"upgrades": { "half_life": 42, "into_group": "GROUP_ZOMBIE_ELECTRIC_UPGRADE" },
"extend": { "families": [ "prof_electromagnetics" ], "flags": [ "ELECTRIC", "RANGED_ATTACKER" ] }
"extend": { "families": [ "prof_electromagnetics" ], "flags": [ "ELECTRIC" ] }
},
{
"id": "mon_zombie_nullfield",
Expand Down
3 changes: 2 additions & 1 deletion data/json/monsters/zed_skeletal.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"speed": 60,
"material": [ "bone" ],
"color": "blue_white",
"melee_damage": [ { "damage_type": "cut", "amount": 3 } ],
"melee_damage": [ { "damage_type": "electric", "amount": 12 }, { "damage_type": "cut", "amount": 3 } ],
"luminance": 8,
"bleed_rate": 0,
"harvest": "mr_bones",
Expand All @@ -74,6 +74,7 @@
[ "PARROT", 8 ],
[ "SHOCKSTORM", 25 ]
],
"special_when_hit": [ "ZAPBACK", 100 ],
"fungalize_into": "mon_skeleton_fungus",
"armor": { "cut": 15, "stab": 30, "acid": 3, "bullet": 30 },
"extend": {
Expand Down

0 comments on commit 2efe44b

Please sign in to comment.