Skip to content

Commit

Permalink
reverts the hos shotgun nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
hivehum committed Nov 9, 2024
1 parent 7c70fcd commit 28996d2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,15 +740,15 @@
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletLaserSpread
fireCost: 100
fireCost: 150 #imp revert
- type: BatteryWeaponFireModes
fireModes:
- proto: BulletLaserSpread
fireCost: 100
- proto: BulletLaserSpreadNarrow
fireCost: 100
fireCost: 150 #imp revert
- proto: BulletLaserHeavySpread #imp revert
fireCost: 150 #imp revert
- proto: BulletDisablerSmgSpread
fireCost: 100
fireCost: 150 #imp revert
- type: Item
size: Large
shape:
Expand All @@ -761,6 +761,9 @@
- type: StealTarget
stealGroup: WeaponEnergyShotgun
- type: GunRequiresWield #remove when inaccuracy on spreads is fixed
- type: Battery
maxCharge: 800
startingCharge: 800
- type: Battery # THE WORLD RESET
maxCharge: 1050
startingCharge: 1050
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 25 #takes 42 seconds to fully recharge, the answer to life, the universe and everything
Original file line number Diff line number Diff line change
Expand Up @@ -1033,13 +1033,13 @@

- type: entity
name: narrow laser barrage
id: BulletLaserSpreadNarrow
id: BulletLaserHeavySpread #imp revert
categories: [ HideSpawnMenu ]
parent: BulletLaser
components:
- type: ProjectileSpread
proto: BulletLaser
count: 4 #52 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@
radius: 3.5
color: blue
energy: 0.5

- type: entity
name : heavy laser bolt
id: BulletLaserHeavy #imp revert
parent: BulletLaser
categories: [ HideSpawnMenu ]
components:
- type: Projectile
damage:
types:
Heat: 15

0 comments on commit 28996d2

Please sign in to comment.