From ccaad41b59e2030da866d097355144982e91dd3b Mon Sep 17 00:00:00 2001 From: vanx <61917534+Vaaankas@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:49:32 +0700 Subject: [PATCH] big boolet big damage (#18254) Signed-off-by: vanx <#vanxxxx> Co-authored-by: vanx <#vanxxxx> --- .../Weapons/Guns/Ammunition/Projectiles/antimateriel.yml | 5 ++++- .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml index 5cfa562444..6bf22a45ec 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/antimateriel.yml @@ -7,5 +7,8 @@ - type: Projectile damage: types: - Piercing: 49 + Piercing: 60 Structural: 30 + ignoreResistances: true + - type: StaminaDamageOnCollide + damage: 100 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 39bbd8878e..213e5d4155 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -18,7 +18,7 @@ - Back - type: AmmoCounter - type: Gun - fireRate: 1 + fireRate: 0.3 # ~5 second cooldown between shots selectedMode: SemiAuto availableModes: - SemiAuto