Lower the damage of flash bullets and make the damage blunt. (#5932)

* Lower the damage of flash bullets and make the damage blunt.

* Shotgun flash bullets still do a lot of damage

* Make base flash bullet blunt to match the others.
This commit is contained in:
Charlese2
2022-01-01 15:54:43 -07:00
committed by GitHub
parent 37244cfcf1
commit 02ea48330c
7 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 27 Blunt: 3
- type: entity - type: entity
id: BulletClRifleHV id: BulletClRifleHV

View File

@@ -18,7 +18,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 28 Blunt: 3
- type: entity - type: entity
id: BulletLRifleHV id: BulletLRifleHV

View File

@@ -18,7 +18,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 32 Blunt: 3
- type: entity - type: entity
id: BulletMagnumHV id: BulletMagnumHV

View File

@@ -18,7 +18,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 24 Blunt: 3
- type: entity - type: entity
id: BulletPistolHV id: BulletPistolHV

View File

@@ -55,7 +55,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Blunt: 13 Blunt: 3
- type: entity - type: entity
id: PelletShotgunIncendiary id: PelletShotgunIncendiary

View File

@@ -18,7 +18,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 25 Blunt: 3
- type: entity - type: entity
id: BulletSRifleHV id: BulletSRifleHV

View File

@@ -41,7 +41,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 10 Blunt: 3
soundHit: soundHit:
path: /Audio/Weapons/Guns/Hits/snap.ogg path: /Audio/Weapons/Guns/Hits/snap.ogg
- type: FlashOnTrigger - type: FlashOnTrigger