From 543e17836ad96f8857f7a8a115e58a9c7e3e4984 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:57:19 +0200 Subject: [PATCH] Energy Shotgun Buff I (#31219) hotfix + sound changegit status! --- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 57eb672848..618dc298d6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -1018,10 +1018,7 @@ impactEffect: BulletImpactEffectOrangeDisabler damage: types: - Heat: 10 - soundHit: - collection: WeakHit - forceSound: true + Heat: 13 - type: entity name: wide laser barrage @@ -1031,7 +1028,7 @@ components: - type: ProjectileSpread proto: BulletLaser - count: 5 #50 heat damage if you hit all your shots, but wide spread + count: 5 #65 heat damage if you hit all your shots, but wide spread spread: 30 - type: entity @@ -1052,8 +1049,8 @@ parent: BulletLaser components: - type: ProjectileSpread - proto: BulletLaser - count: 3 #45 heat damage if you hit all your shots, but narrower spread + proto: BulletLaserHeavy + count: 4 #60 heat damage if you hit all your shots, but narrower spread spread: 10 - type: entity -- 2.52.0