Skip to content

Commit

Permalink
feat: zombie soldier can grab and scratch (#4559)
Browse files Browse the repository at this point in the history
Update zed_soldiers.json
  • Loading branch information
0Monet committed Apr 29, 2024
1 parent 52dc527 commit b652f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monsters/zed_soldiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vision_day": 30,
"vision_night": 3,
"harvest": "zombie_maybe_mil_bionics",
"special_attacks": [ { "type": "bite", "cooldown": 5, "min_mul": 0.8 } ],
"special_attacks": [ { "type": "bite", "cooldown": 5, "min_mul": 0.8 }, [ "GRAB", 7 ], [ "scratch", 20 ] ],
"death_drops": "mon_zombie_soldier_death_drops",
"death_function": [ "NORMAL" ],
"upgrades": { "half_life": 28, "into_group": "GROUP_SOLDIER_UPGRADE" },
Expand Down

0 comments on commit b652f8a

Please sign in to comment.