Skip to content

Commit

Permalink
Made spread worse overall
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronana committed Feb 5, 2025
1 parent ce02442 commit 1771bc9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
- type: ProjectileSpread
proto: BulletLaser
count: 5 #65 heat damage if you hit all your shots, but wide spread
spread: 20
spread: 25

- type: entity
name: narrow laser barrage
Expand All @@ -1040,7 +1040,7 @@
- type: ProjectileSpread
proto: BulletLaser
count: 4 #52 heat damage if you hit all your shots, but narrower spread
spread: 8
spread: 9

- type: entity
name: disabling laser barrage
Expand All @@ -1051,4 +1051,4 @@
- type: ProjectileSpread
proto: BulletDisablerSmg
count: 3 #bit stronger than a disabler if you hit your shots you goober, still not a 2 hit stun though
spread: 6
spread: 7

0 comments on commit 1771bc9

Please sign in to comment.