fix: Incendiary bullets no longer deal cold, acid, or shock damage that ignores all armor. (#20836)
This commit is contained in:
@@ -39,5 +39,6 @@
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
groups:
|
||||
Burn: 17
|
||||
types:
|
||||
Blunt: 3
|
||||
Heat: 16
|
||||
|
||||
@@ -41,9 +41,10 @@
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
groups:
|
||||
Burn: 32
|
||||
|
||||
types:
|
||||
Blunt: 3
|
||||
Heat: 32
|
||||
|
||||
- type: entity
|
||||
id: BulletMagnumAP
|
||||
name: bullet (.45 magnum armor-piercing)
|
||||
|
||||
@@ -39,5 +39,6 @@
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
groups:
|
||||
Burn: 14
|
||||
types:
|
||||
Blunt: 2
|
||||
Heat: 14
|
||||
|
||||
@@ -39,5 +39,7 @@
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
groups:
|
||||
Burn: 15
|
||||
types:
|
||||
Blunt: 2
|
||||
Heat: 15
|
||||
|
||||
|
||||
@@ -53,8 +53,9 @@
|
||||
state: buckshot-flare
|
||||
- type: Projectile
|
||||
damage:
|
||||
groups:
|
||||
Burn: 7
|
||||
types:
|
||||
Blunt: 1
|
||||
Heat: 7
|
||||
|
||||
- type: entity
|
||||
id: PelletShotgunPractice
|
||||
|
||||
Reference in New Issue
Block a user