Skip to content

Commit

Permalink
Merge pull request #73005 from Venera3/grappler_pull
Browse files Browse the repository at this point in the history
Fix grapplers not being able to pull you
  • Loading branch information
Maleclypse authored Apr 14, 2024
2 parents 4f4e137 + 452092e commit ddc82e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/monsters/zed_misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
{ "id": "smash", "throw_strength": 72, "cooldown": 30 },
{ "id": "grab", "cooldown": 11 },
{ "id": "grab_3", "cooldown": 12 },
{ "id": "ranged_pull", "cooldown": 20 },
{ "id": "ranged_pull", "cooldown": 20, "grab_data": { "pull_weight_ratio": 1.5 } },
{ "id": "bite_humanoid" },
{ "id": "grab_drag", "grab_data": { "drag_distance": 1, "drag_deviation": 1, "drag_movecost_mod": 1.5 } },
{ "id": "drag_followup", "grab_data": { "drag_distance": 1, "drag_deviation": 1, "drag_movecost_mod": 1.5 } }
Expand Down Expand Up @@ -831,7 +831,7 @@
"harvest": "zombie_grabber",
"grab_strength": 100,
"special_attacks": [
{ "id": "ranged_pull", "cooldown": 20 },
{ "id": "ranged_pull", "cooldown": 20, "grab_data": { "pull_weight_ratio": 1.5 } },
{ "id": "grab_drag", "cooldown": 3 },
{ "id": "drag_followup" },
{ "id": "bite_humanoid", "cooldown": 5 }
Expand Down Expand Up @@ -1264,7 +1264,7 @@
{ "id": "smash", "throw_strength": 48, "cooldown": 30 },
{ "id": "bite_humanoid", "cooldown": 5 },
{ "id": "scratch_humanoid", "cooldown": 15 },
{ "id": "ranged_pull", "cooldown": 20 },
{ "id": "ranged_pull", "cooldown": 20, "grab_data": { "pull_weight_ratio": 1.2 } },
{ "id": "grab_drag" },
{ "id": "drag_followup" }
],
Expand Down

0 comments on commit ddc82e2

Please sign in to comment.