Skip to content

Commit

Permalink
missing items
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jan 9, 2025
1 parent 4653922 commit 5f7e6b1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,20 @@
- state: mag-1
map: ["enum.GunVisualLayers.Mag"]

- type: entity
id: MagazinePistolSubMachineGunIncendiary
name: SMG magazine (.35 auto incendiary)
parent: BaseMagazinePistolSubMachineGun
components:
- type: BallisticAmmoProvider
proto: CartridgePistolIncendiary
- type: Sprite
layers:
- state: red
map: ["enum.GunVisualLayers.Base"]
- state: mag-1
map: ["enum.GunVisualLayers.Mag"]

- type: entity
id: MagazinePistolSubMachineGunUranium
name: SMG magazine (.35 auto uranium)
Expand Down
23 changes: 16 additions & 7 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,21 +572,21 @@
Plastic: 160

- type: latheRecipe
id: SpeedLoaderMagnumEmpty
result: SpeedLoaderMagnumEmpty
id: MagazineBoxLightRifleRubber
result: MagazineBoxLightRifleRubber
category: Ammo
completetime: 5
materials:
Steel: 50
Steel: 350
Plastic: 600

- type: latheRecipe
id: MagazineBoxLightRifleRubber
result: MagazineBoxLightRifleRubber
id: SpeedLoaderMagnumEmpty
result: SpeedLoaderMagnumEmpty
category: Ammo
completetime: 5
materials:
Steel: 350
Plastic: 600
Steel: 50

- type: latheRecipe
id: SpeedLoaderMagnum
Expand All @@ -596,6 +596,15 @@
materials:
Steel: 190

- type: latheRecipe
id: SpeedLoaderMagnumRubber
result: SpeedLoaderMagnumRubber
category: Ammo
completetime: 5
materials:
Steel: 50
Plastic: 70

- type: latheRecipe
id: SpeedLoaderMagnumPractice
result: SpeedLoaderMagnumPractice
Expand Down

0 comments on commit 5f7e6b1

Please sign in to comment.