Printable Ammo Boxes (#13737)

This commit is contained in:
Scribbles0
2023-01-28 05:59:39 -08:00
committed by GitHub
parent 3d329e5646
commit e794f3fa1d
2 changed files with 72 additions and 5 deletions

View File

@@ -408,12 +408,20 @@
- ShellShotgunFlare - ShellShotgunFlare
- ShellTranquilizer - ShellTranquilizer
- CartridgeLightRifle - CartridgeLightRifle
- CartridgeCaselessRifleRubber - CartridgeRifle
- CartridgeLightRifleRubber - CartridgeLightRifleRubber
- CartridgeRifleRubber - CartridgeRifleRubber
- TargetHuman - TargetHuman
- TargetSyndicate - TargetSyndicate
- TargetClown - TargetClown
- MagazineBoxPistol
- MagazineBoxPistolRubber
- MagazineBoxMagnum
- MagazineBoxMagnumRubber
- MagazineBoxRifle
- MagazineBoxRifleRubber
- MagazineBoxLightRifle
- MagazineBoxLightRifleRubber
- type: MaterialStorage - type: MaterialStorage
whitelist: whitelist:
tags: tags:

View File

@@ -77,12 +77,11 @@
Steel: 5 Steel: 5
- type: latheRecipe - type: latheRecipe
id: CartridgeCaselessRifleRubber id: CartridgeRifle
result: CartridgeCaselessRifleRubber result: CartridgeRifle
completetime: 2 completetime: 2
materials: materials:
Plastic: 10 Steel: 15
Steel: 5
- type: latheRecipe - type: latheRecipe
id: CartridgeLightRifleRubber id: CartridgeLightRifleRubber
@@ -168,3 +167,63 @@
applyMaterialDiscount: false # ingredients dropped when destroyed applyMaterialDiscount: false # ingredients dropped when destroyed
materials: materials:
Steel: 10 Steel: 10
- type: latheRecipe
id: MagazineBoxPistol
result: MagazineBoxPistol
completetime: 5
materials:
Steel: 650
- type: latheRecipe
id: MagazineBoxPistolRubber
result: MagazineBoxPistolRubber
completetime: 5
materials:
Steel: 350
Plastic: 300
- type: latheRecipe
id: MagazineBoxMagnum
result: MagazineBoxMagnum
completetime: 5
materials:
Steel: 1250
- type: latheRecipe
id: MagazineBoxMagnumRubber
result: MagazineBoxMagnumRubber
completetime: 5
materials:
Steel: 350
Plastic: 300
- type: latheRecipe
id: MagazineBoxRifle
result: MagazineBoxRifle
completetime: 5
materials:
Steel: 950
- type: latheRecipe
id: MagazineBoxRifleRubber
result: MagazineBoxRifleRubber
completetime: 5
materials:
Steel: 350
Plastic: 600
- type: latheRecipe
id: MagazineBoxLightRifle
result: MagazineBoxLightRifle
completetime: 5
materials:
Steel: 1800
- type: latheRecipe
id: MagazineBoxLightRifleRubber
result: MagazineBoxLightRifleRubber
completetime: 5
materials:
Steel: 350
Plastic: 600