Rubber bullet rebalance (#13335)

Co-authored-by: vanx <vanx#5477>
This commit is contained in:
vanx
2023-05-05 20:37:13 +07:00
committed by GitHub
parent 55e23cda3c
commit 4642f84ebf
3 changed files with 4 additions and 2 deletions

View File

@@ -41,3 +41,5 @@
damage: damage:
types: types:
Blunt: 3 Blunt: 3
- type: StaminaDamageOnCollide
damage: 35 # 3 hits to stun cuz revolver

View File

@@ -26,7 +26,7 @@
types: types:
Blunt: 10 Blunt: 10
- type: StaminaDamageOnCollide - type: StaminaDamageOnCollide
damage: 55 damage: 55 # 2 hits to stun
- type: entity - type: entity
id: PelletShotgun id: PelletShotgun

View File

@@ -126,7 +126,7 @@
soundHit: soundHit:
path: /Audio/Weapons/Guns/Hits/snap.ogg path: /Audio/Weapons/Guns/Hits/snap.ogg
- type: StaminaDamageOnCollide - type: StaminaDamageOnCollide
damage: 15 damage: 22 # 5 hits to stun sounds reasonable
# Energy projectiles # Energy projectiles
- type: entity - type: entity