From b4dc99251321e2f21e32f74b8f8a6dbd57e07c00 Mon Sep 17 00:00:00 2001 From: Poseidon Date: Wed, 3 Dec 2025 11:58:12 -0500 Subject: [PATCH] Changed Rock Golem attack speed An attack speed value of 6 appears to line up with the Rock Golem's attack animation. --- Server/data/configs/npc_configs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 8cfe3dd5d..feb230b52 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -72695,7 +72695,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem", @@ -72712,7 +72712,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem", @@ -72729,7 +72729,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem", @@ -72746,7 +72746,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem", @@ -72763,7 +72763,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem", @@ -72780,7 +72780,7 @@ "examine": "Rock with attitude.", "combat_style": "1", "range_animation": "5347", - "attack_speed": "4", + "attack_speed": "6", "defence_animation": "154", "death_animation": "156", "name": "Rock Golem",