From 2cb47e59163c12e750e3d10c223a59f955e9395d Mon Sep 17 00:00:00 2001 From: "I.K" <45953835+notquitehadouken@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:52:34 -0500 Subject: [PATCH] fix botany tools and air tank wide swing animations (#21103) * change rotations of botany tools * change gas tank wide swing rotation --- .../Entities/Objects/Specific/Hydroponics/tools.yml | 7 +++++++ Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml | 1 + 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml index bdc8c2ee63..c939cc9ca1 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml @@ -13,6 +13,8 @@ state: icon - type: ItemCooldown - type: MeleeWeapon + wideAnimationRotation: 135 + swingLeft: true damage: types: Slash: 10 @@ -33,6 +35,7 @@ state: icon - type: ItemCooldown - type: MeleeWeapon + wideAnimationRotation: 90 damage: types: Slash: 7 @@ -51,6 +54,7 @@ state: icon - type: ItemCooldown - type: MeleeWeapon + wideAnimationRotation: 135 damage: types: Slash: 10 @@ -78,6 +82,8 @@ state: icon - type: ItemCooldown - type: MeleeWeapon + wideAnimationRotation: 135 + swingLeft: true damage: types: Slash: 10 @@ -100,6 +106,7 @@ state: icon - type: ItemCooldown - type: MeleeWeapon + wideAnimationRotation: 45 damage: types: Blunt: 10 diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index 0fde43be31..09d9945213 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -31,6 +31,7 @@ explosionType: Default maxIntensity: 20 - type: MeleeWeapon + wideAnimationRotation: 45 attackRate: 0.8 damage: types: -- 2.51.2