Shotgun buff (#10955)

This commit is contained in:
Kara
2022-08-31 23:39:11 -07:00
committed by GitHub
parent db684a3873
commit 011ed41d7f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 5 # Should have the same or less damage than a regular pellet Piercing: 8 # Should have the same or less damage than a regular pellet
- type: entity - type: entity
id: PelletShotgunBeanbag id: PelletShotgunBeanbag
@@ -40,7 +40,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 5 Piercing: 12
- type: entity - type: entity
id: PelletShotgunIncendiary id: PelletShotgunIncendiary

View File

@@ -106,7 +106,7 @@
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Shotguns/db_shotgun.rsi sprite: Objects/Weapons/Guns/Shotguns/db_shotgun.rsi
- type: Gun - type: Gun
fireRate: 8 fireRate: 2
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
capacity: 2 capacity: 2
- type: Construction - type: Construction