Skip to content

Commit

Permalink
fix: Incendiary bullets no longer deal cold, acid, or shock damage th…
Browse files Browse the repository at this point in the history
…at ignores all armor. (#20836)
  • Loading branch information
kerisargit authored and DebugOk committed Oct 8, 2023
1 parent 5f7a8ac commit 071e830
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
components:
- type: Projectile
damage:
groups:
Burn: 17
types:
Blunt: 3
Heat: 16
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
components:
- type: Projectile
damage:
groups:
Burn: 14
types:
Blunt: 2
Heat: 14
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@
components:
- type: Projectile
damage:
groups:
Burn: 15
types:
Blunt: 2
Heat: 15

Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
state: buckshot-flare
- type: Projectile
damage:
groups:
Burn: 7
types:
Blunt: 1
Heat: 7

- type: entity
id: PelletShotgunPractice
Expand Down

0 comments on commit 071e830

Please sign in to comment.