Skip to content

Commit

Permalink
adds magnum mags to techfab (N1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jan 9, 2025
1 parent 613eb05 commit ae47859
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,20 @@
- state: mag-1
map: ["enum.GunVisualLayers.Mag"]

- type: entity
id: MagazineMagnumIncendiary
name: pistol magazine (.45 magnum incendiary)
parent: BaseMagazineMagnum
components:
- type: BallisticAmmoProvider
proto: CartridgeMagnumIncendiary
- type: Sprite
layers:
- state: red
map: ["enum.GunVisualLayers.Base"]
- state: mag-1
map: ["enum.GunVisualLayers.Mag"]

- type: entity
id: MagazineMagnumUranium
name: pistol magazine (.45 magnum uranium)
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@
- MagazinePistolSubMachineGunEmpty
- MagazinePistolSubMachineGunTopMounted
- MagazinePistolSubMachineGunTopMountedEmpty
- MagazineMagnum
- MagazineMagnumEmpty
- MagazineRifle
- MagazineRifleEmpty
- MagazineShotgun
Expand Down Expand Up @@ -872,6 +874,8 @@
- MagazineLightRifleUranium
- MagazinePistolIncendiary
- MagazinePistolUranium
- MagazineMagnumIncendiary
- MagazineMagnumUranium
- MagazineRifleIncendiary
- MagazineRifleUranium
- MagazineShotgunBeanbag
Expand Down
35 changes: 35 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,41 @@
Steel: 25
Plastic: 540

- type: latheRecipe
id: MagazineMagnumEmpty
result: MagazineMagnumEmpty
category: Ammo
completetime: 5
materials:
Steel: 30

- type: latheRecipe
id: MagazineMagnum
result: MagazineMagnum
category: Ammo
completetime: 5
materials:
Steel: 150

- type: latheRecipe
id: MagazineMagnumUranium
result: MagazineMagnumUranium
category: Ammo
completetime: 5
materials:
Steel: 30
Plastic: 75
Uranium: 150

- type: latheRecipe
id: MagazineMagnumIncendiary
result: MagazineMagnumIncendiary
category: Ammo
completetime: 5
materials:
Steel: 30
Plastic: 150

- type: latheRecipe
id: MagazineBoxRifle
result: MagazineBoxRifle
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- BoxShotgunIncendiary
- MagazineRifleIncendiary
- MagazinePistolIncendiary
- MagazineMagnumIncendiary
- MagazineLightRifleIncendiary
- SpeedLoaderMagnumIncendiary
- MagazineShotgunIncendiary
Expand Down Expand Up @@ -91,6 +92,7 @@
- MagazineLightRifleUranium
- SpeedLoaderMagnumUranium
- MagazineBoxPistolUranium
- MagazineBoxPistolMagnumUranium
- MagazineBoxMagnumUranium
- MagazineBoxLightRifleUranium
- MagazineBoxRifleUranium
Expand Down

0 comments on commit ae47859

Please sign in to comment.