From b28c5605b922b9be5af8e272b048de624e244d47 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Fri, 30 May 2025 18:22:39 +0300 Subject: [PATCH] zombie speed (#1337) --- .../Prototypes/_CP14/{Entities => }/Body/Parts/human.yml | 0 .../_CP14/{Entities => }/Body/Parts/skeleton.yml | 0 .../Prototypes/_CP14/{Entities => }/Body/Parts/zombie.yml | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename Resources/Prototypes/_CP14/{Entities => }/Body/Parts/human.yml (100%) rename Resources/Prototypes/_CP14/{Entities => }/Body/Parts/skeleton.yml (100%) rename Resources/Prototypes/_CP14/{Entities => }/Body/Parts/zombie.yml (96%) diff --git a/Resources/Prototypes/_CP14/Entities/Body/Parts/human.yml b/Resources/Prototypes/_CP14/Body/Parts/human.yml similarity index 100% rename from Resources/Prototypes/_CP14/Entities/Body/Parts/human.yml rename to Resources/Prototypes/_CP14/Body/Parts/human.yml diff --git a/Resources/Prototypes/_CP14/Entities/Body/Parts/skeleton.yml b/Resources/Prototypes/_CP14/Body/Parts/skeleton.yml similarity index 100% rename from Resources/Prototypes/_CP14/Entities/Body/Parts/skeleton.yml rename to Resources/Prototypes/_CP14/Body/Parts/skeleton.yml diff --git a/Resources/Prototypes/_CP14/Entities/Body/Parts/zombie.yml b/Resources/Prototypes/_CP14/Body/Parts/zombie.yml similarity index 96% rename from Resources/Prototypes/_CP14/Entities/Body/Parts/zombie.yml rename to Resources/Prototypes/_CP14/Body/Parts/zombie.yml index 832d7efd64..34283ebfa4 100644 --- a/Resources/Prototypes/_CP14/Entities/Body/Parts/zombie.yml +++ b/Resources/Prototypes/_CP14/Body/Parts/zombie.yml @@ -63,8 +63,8 @@ partType: Leg symmetry: Left - type: MovementBodyPart - walkSpeed: 3 - sprintSpeed: 3 + walkSpeed: 1.5 + sprintSpeed: 1.5 acceleration: 10 - type: entity @@ -82,8 +82,8 @@ partType: Leg symmetry: Right - type: MovementBodyPart - walkSpeed: 3 - sprintSpeed: 3 + walkSpeed: 2.5 + sprintSpeed: 2.5 acceleration: 10 - type: entity