Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Energy Shotgun buffs with #34890 in mind #34898

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,13 @@
- type: StaticPrice
price: 100
- type: Gun
fireRate: 2
fireRate: 3
projectileSpeed: 35
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/taser2.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletDisablerPractice
fireCost: 100
fireCost: 50
- type: Tag
tags:
- Taser
Expand Down Expand Up @@ -466,7 +467,7 @@
- Belt
- type: ProjectileBatteryAmmoProvider
proto: BulletDisabler
fireCost: 100
fireCost: 50
- type: GuideHelp
guides:
- Security
Expand All @@ -493,15 +494,15 @@
shader: unshaded
- type: Gun
selectedMode: FullAuto
fireRate: 4
fireRate: 6
availableModes:
- SemiAuto
- FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/taser2.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletDisablerSmg
fireCost: 33
fireCost: 25
- type: MagazineVisuals
magState: mag
steps: 5
Expand Down Expand Up @@ -748,7 +749,7 @@
- proto: BulletLaserSpreadNarrow
fireCost: 200
- proto: BulletDisablerSmgSpread
fireCost: 120
fireCost: 80
- type: Item
size: Large
shape:
Expand Down
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: 30
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: 10
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: 9
spread: 8
Loading