Make shotgun slug ammo not useless (#24196)

* 20blunt8pierce

* ShotgunSlugLathe

* Commentbecauseapparentlyitdoesntknowichangedthis

* nevermindthereweretwo

* 28pierce
This commit is contained in:
Alzore
2024-01-26 20:56:57 -06:00
committed by GitHub
parent bb828af6d3
commit 261153683e
4 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: BaseShellShotgun id: BaseShellShotgun
name: shell (.50) name: shell (.50)
parent: BaseCartridge parent: BaseCartridge
@@ -47,8 +47,8 @@
map: [ "enum.AmmoVisualLayers.Base" ] map: [ "enum.AmmoVisualLayers.Base" ]
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgunSlug proto: PelletShotgunSlug
count: 4 count: 1
spread: 5 spread: 0
- type: SpentAmmoVisuals - type: SpentAmmoVisuals
state: "slug" state: "slug"

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: PelletShotgunSlug id: PelletShotgunSlug
name: pellet (.50 slug) name: pellet (.50 slug)
noSpawn: true noSpawn: true
@@ -10,7 +10,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 8 # Should have the same or less damage than a regular pellet Piercing: 28
- type: entity - type: entity
id: PelletShotgunBeanbag id: PelletShotgunBeanbag

View File

@@ -649,6 +649,7 @@
- ForensicPad - ForensicPad
- RiotShield - RiotShield
- ShellShotgun - ShellShotgun
- ShellShotgunSlug
- ShellShotgunFlare - ShellShotgunFlare
- ShellTranquilizer - ShellTranquilizer
- MagazinePistol - MagazinePistol
@@ -760,6 +761,7 @@
- CartridgePistol - CartridgePistol
- CartridgeMagnum - CartridgeMagnum
- ShellShotgun - ShellShotgun
- ShellShotgunSlug
- ShellShotgunFlare - ShellShotgunFlare
- ShellTranquilizer - ShellTranquilizer
- CartridgeLightRifle - CartridgeLightRifle

View File

@@ -206,6 +206,13 @@
materials: materials:
Steel: 20 Steel: 20
- type: latheRecipe
id: ShellShotgunSlug
result: ShellShotgunSlug
completetime: 2
materials:
Steel: 25
- type: latheRecipe - type: latheRecipe
id: CartridgeMagnum id: CartridgeMagnum
result: CartridgeMagnum result: CartridgeMagnum