From dfbf47c34a2df7562749740788d95471697469b4 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:33:42 +1100 Subject: [PATCH] Fix pirate weapons (#23794) --- .../Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml | 4 ++-- .../Entities/Objects/Weapons/Guns/Ammunition/explosives.yml | 2 +- .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index 312dfa35f3d695..7c47e5d93e89bc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -194,8 +194,8 @@ - type: Projectile damage: types: - Piercing: 15 - Structural: 5 + Piercing: 25 + Structural: 5 - type: entity id: PelletGlass diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml index d3d35f71808eae..9d04ee82617198 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml @@ -144,7 +144,7 @@ components: - type: CartridgeAmmo proto: PelletGrapeshot - count: 15 + count: 5 spread: 40 deleteOnSpawn: true - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 6b7b02e70fefb7..753f109a174cdd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -78,7 +78,6 @@ - type: Clothing sprite: Objects/Weapons/Guns/Snipers/musket.rsi - type: Gun - useKey: false selectedMode: SemiAuto availableModes: - SemiAuto @@ -101,7 +100,7 @@ animation: WeaponArcThrust soundHit: path: /Audio/Weapons/bladeslice.ogg - + - type: entity name: flintlock pistol parent: BaseWeaponSniper