Skip to content

Commit

Permalink
Reverts disabler projectile to be 33 stamina damage per again. decrea…
Browse files Browse the repository at this point in the history
…sed disabler fire rate to 2.5 and increased projectile speed to 35. decrease disabler smg fire rate to 3.5
  • Loading branch information
keronshb committed Feb 5, 2025
1 parent f09358f commit 8de31f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@
- type: StaticPrice
price: 100
- type: Gun
fireRate: 3
projectileSpeed: 35
fireRate: 2.5
projectileSpeed: 35 # any higher and this causes issues in lag
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/taser2.ogg
- type: ProjectileBatteryAmmoProvider
Expand Down Expand Up @@ -494,7 +494,7 @@
shader: unshaded
- type: Gun
selectedMode: FullAuto
fireRate: 6
fireRate: 4.5
availableModes:
- SemiAuto
- FullAuto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
fly-by: *flybyfixture
- type: Ammo
- type: StaminaDamageOnCollide
damage: 35
damage: 33
- type: Projectile
impactEffect: BulletImpactEffectDisabler
damage:
Expand Down

0 comments on commit 8de31f2

Please sign in to comment.