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:
@@ -18,7 +18,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Piercing: 27
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BulletClRifleHV
|
id: BulletClRifleHV
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Piercing: 28
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BulletLRifleHV
|
id: BulletLRifleHV
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Piercing: 32
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BulletMagnumHV
|
id: BulletMagnumHV
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Piercing: 24
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BulletPistolHV
|
id: BulletPistolHV
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 13
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: PelletShotgunIncendiary
|
id: PelletShotgunIncendiary
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Piercing: 25
|
Blunt: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BulletSRifleHV
|
id: BulletSRifleHV
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user