Reduce disabler stam damage (#9483)

This commit is contained in:
metalgearsloth
2022-07-06 19:02:15 +10:00
committed by GitHub
parent e6b581e967
commit 5192a9e1d7
2 changed files with 4 additions and 4 deletions

View File

@@ -275,7 +275,7 @@
path: /Audio/Weapons/Guns/Gunshots/taser2.ogg path: /Audio/Weapons/Guns/Gunshots/taser2.ogg
- type: ProjectileBatteryAmmoProvider - type: ProjectileBatteryAmmoProvider
proto: BulletDisabler proto: BulletDisabler
fireCost: 50 fireCost: 100
- type: MagazineVisuals - type: MagazineVisuals
magState: mag magState: mag
steps: 5 steps: 5
@@ -313,7 +313,7 @@
path: /Audio/Weapons/Guns/Gunshots/taser.ogg path: /Audio/Weapons/Guns/Gunshots/taser.ogg
- type: ProjectileBatteryAmmoProvider - type: ProjectileBatteryAmmoProvider
proto: BulletDisabler proto: BulletDisabler
fireCost: 50 fireCost: 100
- type: MagazineVisuals - type: MagazineVisuals
magState: mag magState: mag
steps: 5 steps: 5

View File

@@ -124,13 +124,13 @@
- BulletImpassable - BulletImpassable
- type: Ammo - type: Ammo
- type: StaminaDamageOnCollide - type: StaminaDamageOnCollide
damage: 55 damage: 30
- type: Projectile - type: Projectile
damage: damage:
types: types:
Heat: 5 Heat: 5
soundHit: soundHit:
path: "/Audio/Weapons/Guns/Hits/taser_hit.ogg" path: "/Audio/Weapons/tap.ogg"
soundForce: true soundForce: true
- type: entity - type: entity