diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index ae0374c6c8..a0e71cebc1 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -408,12 +408,20 @@ - ShellShotgunFlare - ShellTranquilizer - CartridgeLightRifle - - CartridgeCaselessRifleRubber + - CartridgeRifle - CartridgeLightRifleRubber - CartridgeRifleRubber - TargetHuman - TargetSyndicate - TargetClown + - MagazineBoxPistol + - MagazineBoxPistolRubber + - MagazineBoxMagnum + - MagazineBoxMagnumRubber + - MagazineBoxRifle + - MagazineBoxRifleRubber + - MagazineBoxLightRifle + - MagazineBoxLightRifleRubber - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index bd521a503a..96ce2a23cc 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -77,12 +77,11 @@ Steel: 5 - type: latheRecipe - id: CartridgeCaselessRifleRubber - result: CartridgeCaselessRifleRubber + id: CartridgeRifle + result: CartridgeRifle completetime: 2 materials: - Plastic: 10 - Steel: 5 + Steel: 15 - type: latheRecipe id: CartridgeLightRifleRubber @@ -168,3 +167,63 @@ applyMaterialDiscount: false # ingredients dropped when destroyed materials: 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 \ No newline at end of file