Energy Shotgun Change 2 - Narrow Nerf + instances from NoSpawn --> categories: [ HideSpawnMenu ] + self recharge removed + 1 more shot + normal recharge speed (#31235)

* narrow nerf

* last instance of nospawn gone

* removes self recharge

* 8 shots, less recharge time
This commit is contained in:
Boaz1111
2024-09-07 02:35:01 +02:00
committed by GitHub
parent 8178fa6eee
commit 2acee53f72
3 changed files with 13 additions and 28 deletions

View File

@@ -740,15 +740,15 @@
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletLaserSpread
fireCost: 150
fireCost: 100
- type: BatteryWeaponFireModes
fireModes:
- proto: BulletLaserSpread
fireCost: 150
- proto: BulletLaserHeavySpread
fireCost: 150
fireCost: 100
- proto: BulletLaserSpreadNarrow
fireCost: 100
- proto: BulletDisablerSmgSpread
fireCost: 150
fireCost: 100
- type: Item
size: Large
shape:
@@ -762,8 +762,5 @@
stealGroup: WeaponEnergyShotgun
- type: GunRequiresWield #remove when inaccuracy on spreads is fixed
- type: Battery
maxCharge: 1050
startingCharge: 1050
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 25 #takes 42 seconds to fully recharge, the answer to life, the universe and everything
maxCharge: 800
startingCharge: 800

View File

@@ -1023,7 +1023,7 @@
- type: entity
name: wide laser barrage
id: BulletLaserSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: BulletLaser
components:
- type: ProjectileSpread
@@ -1031,32 +1031,21 @@
count: 5 #65 heat damage if you hit all your shots, but wide spread
spread: 30
- type: entity
name : heavy laser bolt
id: BulletLaserHeavy
parent: BulletLaser
categories: [ HideSpawnMenu ]
components:
- type: Projectile
damage:
types:
Heat: 15
- type: entity
name: narrow laser barrage
id: BulletLaserHeavySpread
noSpawn: true
id: BulletLaserSpreadNarrow
categories: [ HideSpawnMenu ]
parent: BulletLaser
components:
- type: ProjectileSpread
proto: BulletLaserHeavy
count: 4 #60 heat damage if you hit all your shots, but narrower spread
proto: BulletLaser
count: 4 #52 heat damage if you hit all your shots, but narrower spread
spread: 10
- type: entity
name: disabling laser barrage
id: BulletDisablerSmgSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: BulletDisablerSmg
components:
- type: ProjectileSpread

View File

@@ -195,7 +195,6 @@
## hos
- type: entity
noSpawn: true
parent: BaseTraitorStealObjective
id: EnergyShotgunStealObjective
components: