Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
- type: Projectile
damage:
types:
Piercing: 75
Piercing: 50
Structural: 226
ignoreResistances: true
penetrationThreshold: 360
penetrationDamageTypeRequirement:
- Structural
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
types:
Blunt: 10
Structural: 12
ignoreResistances: true

#патрон 20 авто
- type: entity
Expand Down Expand Up @@ -78,7 +77,6 @@
types:
Blunt: 18
Structural: 22
ignoreResistances: true

#патрон 30 авто
- type: entity
Expand Down Expand Up @@ -119,7 +117,6 @@
types:
Blunt: 22
Structural: 26
ignoreResistances: true

#коробки патронов

Expand Down
Loading