From ffcfca95ee00691733b47d0b761577ce9dbcd0af Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Thu, 25 May 2023 15:28:52 -0700 Subject: [PATCH] increase sword knockback --- Items/Weapons/Sword.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Items/Weapons/Sword.tscn b/Items/Weapons/Sword.tscn index 9f35ed3..8871968 100644 --- a/Items/Weapons/Sword.tscn +++ b/Items/Weapons/Sword.tscn @@ -346,7 +346,7 @@ NPCAnticipateTime = 0.4 StateMachine = NodePath("State") Damage = 20.0 UseTime = 0.4 -Knockback = 20.0 +Knockback = 64.0 Anchor = NodePath("Anchor") [node name="State" type="Node" parent="." node_paths=PackedStringArray("InitialState")]