From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:33:42 +0000 (+1100) Subject: Fix pirate weapons (#23794) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dfbf47c34a2df7562749740788d95471697469b4;p=space-station-14.git Fix pirate weapons (#23794) --- 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 312dfa35f3..7c47e5d93e 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 d3d35f7180..9d04ee8261 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 6b7b02e70f..753f109a17 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