Skip to content

Commit

Permalink
FIX: Crossbow cooldown and stun (#1873)
Browse files Browse the repository at this point in the history
* FIX: Crossbow cooldown and stun

* empty
  • Loading branch information
ReeZer2 authored Sep 17, 2024
1 parent 3ff47a3 commit b653acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
collection: WeakHit
forceSound: true
- type: StunOnCollide
stunAmount: 4 #weaponBalance
stunAmount: 2 #weaponBalance #ss220 fix 4 -> 2
knockdownAmount: 2 #weaponBalance

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- type: AmmoCounter
- type: UseDelayOnShoot
- type: UseDelay
delay: 4
delay: 6 #ss220 fix 4 -> 6
- type: RechargeBasicEntityAmmo
rechargeCooldown: 6 #NerfCrossbow
rechargeSound:
Expand Down

0 comments on commit b653acf

Please sign in to comment.