From 6c244ab45ccf7739a8361887222de77a97ea1306 Mon Sep 17 00:00:00 2001 From: Peptide90 Date: Thu, 25 Jul 2024 12:50:12 +0100 Subject: [PATCH] sprite fixes --- .../Entities/Objects/Weapons/Melee/baton-club.yml | 9 ++++++--- .../Entities/Objects/Weapons/Melee/shields.yml | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml index 97c889de7da..b00325e3be0 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/baton-club.yml @@ -1,7 +1,7 @@ - type: entity name: police baton parent: BaseItem - id: N14BasePoliceBaton + id: N14PoliceBaton components: - type: StaminaDamageOnHit damage: 20 @@ -14,6 +14,7 @@ Blunt: 16 - type: Sprite sprite: _Nuclear14/Objects/Weapons/Melee/policebaton.rsi + state: icon - type: Item size: Large - type: Clothing @@ -26,7 +27,7 @@ - type: entity name: tribal club parent: BaseItem - id: N14BaseTribalClub + id: N14TribalClub components: - type: MeleeWeapon wideAnimationRotation: -135 @@ -35,6 +36,7 @@ Blunt: 24 - type: Sprite sprite: _Nuclear14/Objects/Weapons/Melee/tribalclub.rsi + state: icon - type: Item size: Large - type: Clothing @@ -47,7 +49,7 @@ - type: entity name: broken pipe parent: BaseItem - id: N14BaseBrokenPipe + id: N14BrokenPipe components: - type: MeleeWeapon wideAnimationRotation: -135 @@ -56,6 +58,7 @@ Blunt: 22 - type: Sprite sprite: _Nuclear14/Objects/Weapons/Melee/pipe.rsi + state: icon - type: Item size: Large - type: Clothing diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/shields.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/shields.yml index 0779a72b04d..475aad95ec6 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/shields.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Weapons/Melee/shields.yml @@ -1,11 +1,12 @@ - type: entity - name: base shield parent: BaseItem id: N14InsectShield + name: insect shield description: A shield made from various pieces of insects. components: - type: Sprite sprite: _Nuclear14/Objects/Weapons/Melee/insectshield.rsi + state: icon - type: Item sprite: _Nuclear14/Objects/Weapons/Melee/insectshield.rsi size: Ginormous