]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make shotgun slug ammo not useless (#24196)
authorAlzore <140123969+Blackern5000@users.noreply.github.com>
Sat, 27 Jan 2024 02:56:57 +0000 (20:56 -0600)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 02:56:57 +0000 (21:56 -0500)
* 20blunt8pierce

* ShotgunSlugLathe

* Commentbecauseapparentlyitdoesntknowichangedthis

* nevermindthereweretwo

* 28pierce

Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Recipes/Lathes/security.yml

index 1b3a4203cd319a8a14ba3836adbd013f5101b687..3506a0b31ff2226558786cf673b96653a4afb89a 100644 (file)
@@ -1,4 +1,4 @@
-- type: entity
+- type: entity
   id: BaseShellShotgun
   name: shell (.50)
   parent: BaseCartridge
@@ -47,8 +47,8 @@
         map: [ "enum.AmmoVisualLayers.Base" ]
   - type: CartridgeAmmo
     proto: PelletShotgunSlug
-    count: 4
-    spread: 5
+    count: 1
+    spread: 0
   - type: SpentAmmoVisuals
     state: "slug"
 
index 097139110559c6b5b66bc0bd038bd7f286d9730a..774114f90b2fd3b03e26e3beb06dd3af1c54a5b7 100644 (file)
@@ -1,4 +1,4 @@
-- type: entity
+- type: entity
   id: PelletShotgunSlug
   name: pellet (.50 slug)
   noSpawn: true
@@ -10,7 +10,7 @@
   - type: Projectile
     damage:
       types:
-        Piercing: 8  # Should have the same or less damage than a regular pellet
+        Piercing: 28
 
 - type: entity
   id: PelletShotgunBeanbag
index 86671df41fce15fb696deee3c4b0e2bcffdef5f3..c920d86701e05f88446ec31698f3d34ef3569832 100644 (file)
       - ForensicPad
       - RiotShield
       - ShellShotgun
+      - ShellShotgunSlug
       - ShellShotgunFlare
       - ShellTranquilizer
       - MagazinePistol
         - CartridgePistol
         - CartridgeMagnum
         - ShellShotgun
+        - ShellShotgunSlug
         - ShellShotgunFlare
         - ShellTranquilizer
         - CartridgeLightRifle
index dceeb302636be30731884c089f93619a6c836290..ffa74d460f921aa72320f6f3f684307705ae2e2c 100644 (file)
   materials:
     Steel: 20
 
+- type: latheRecipe
+  id: ShellShotgunSlug
+  result: ShellShotgunSlug
+  completetime: 2
+  materials:
+    Steel: 25
+
 - type: latheRecipe
   id: CartridgeMagnum
   result: CartridgeMagnum