diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml index b477d685dbf..76d285668e6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml @@ -48,10 +48,26 @@ - type: entity id: BulletSpecialMindbreaker name: bullet (.38 special mindbreaker) - parent: BaseBullet + parent: BaseBulletPractice noSpawn: true components: - type: Projectile damage: types: - Blunt: 3 + Blunt: 1 + - type: SolutionContainerManager + solutions: + ammo: + maxVol: 9 + - type: RefillableSolution + solution: ammo + - type: DrainableSolution + solution: ammo + - type: SolutionInjectOnCollide + transferAmount: 9 + blockSlots: NONE #shouldn't be blocked by a mask + - type: InjectableSolution + solution: ammo + - type: GuideHelp + guides: + - Psionics diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml b/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml index 4d1157eb525..4bae83432bd 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml @@ -1,13 +1,23 @@ - type: latheRecipe id: SpeedLoaderSpecial result: SpeedLoaderSpecial + category: Ammo completetime: 5 materials: Steel: 200 +- type: latheRecipe + id: MagazinePistolSpecial + result: MagazinePistolSpecial + category: Ammo + completetime: 5 + materials: + Steel: 100 + - type: latheRecipe id: CartridgeSpecial result: CartridgeSpecial + category: Ammo completetime: 2 materials: Steel: 20 @@ -15,6 +25,7 @@ - type: latheRecipe id: CartridgeSpecialRubber result: CartridgeSpecialRubber + category: Ammo completetime: 2 materials: Plastic: 5 @@ -23,6 +34,7 @@ - type: latheRecipe id: CartridgeSpecialHoly result: CartridgeSpecialHoly + category: Ammo completetime: 2 materials: Plastic: 5 @@ -32,6 +44,7 @@ - type: latheRecipe id: CartridgeSpecialMindbreaker result: CartridgeSpecialMindbreaker + category: Ammo completetime: 2 materials: Plastic: 5 @@ -41,13 +54,23 @@ - type: latheRecipe id: MagazineBoxSpecial result: MagazineBoxSpecial + category: Ammo completetime: 5 materials: Steel: 1000 +- type: latheRecipe + id: MagazineBoxSpecialPractice + result: MagazineBoxSpecialPractice + category: Ammo + completetime: 5 + materials: + Plastic: 950 + - type: latheRecipe id: MagazineBoxSpecialRubber result: MagazineBoxSpecialRubber + category: Ammo completetime: 5 materials: Steel: 350 @@ -68,43 +91,47 @@ materials: Steel: 500 Plastic: 1000 - + - type: latheRecipe id: WeaponEnergyGun result: WeaponEnergyGun + category: Weapons completetime: 8 materials: Steel: 2000 Glass: 800 Plastic: 500 - -- type: latheRecipe + +- type: latheRecipe id: WeaponEnergyGunMini result: WeaponEnergyGunMini + category: Weapons completetime: 4 materials: #Half of Energy Gun Recipe Steel: 1000 Glass: 400 - Plastic: 250 + Plastic: 250 - type: latheRecipe id: WeaponEnergyGunPistol result: WeaponEnergyGunPistol + category: Weapons completetime: 10 materials: Steel: 1500 Glass: 600 Plastic: 400 Gold: 150 - + - type: latheRecipe id: WeaponGunLaserCarbineAutomatic result: WeaponGunLaserCarbineAutomatic + category: Weapons completetime: 15 - materials: + materials: Steel: 2000 Glass: 1000 Plastic: 500 Gold: 250 Silver: 100 - Plasma: 500 \ No newline at end of file + Plasma: 500 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0ee347ff94b..30cad0ea0a9 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -677,6 +677,7 @@ - ShellShotgunSlug - ShellShotgunFlare - ShellTranquilizer + - MagazinePistolSpecial # DeltaV - .38 Special psi-breaker - MagazinePistol - MagazinePistolSubMachineGun - MagazinePistolSubMachineGunTopMounted @@ -684,6 +685,7 @@ - MagazineLightRifle - MagazineBoxPistol - MagazineBoxSpecial # DeltaV - .38 Special revolver + - MagazineBoxSpecialPractice # DeltaV - .38 Special revolver - MagazineBoxMagnum - MagazineBoxRifle - MagazineBoxLightRifle @@ -802,6 +804,7 @@ staticRecipes: - CartridgePistol - CartridgeMagnum + - CartridgeSpecial # DeltaV - .38 Special revolver - ShellShotgun - ShellShotgunSlug - ShellShotgunFlare @@ -810,6 +813,7 @@ - CartridgeRifle - MagazineBoxPistol - MagazineBoxMagnum + - MagazineBoxSpecial # DeltaV - .38 Special revolver - MagazineBoxRifle - MagazineBoxLightRifle - type: MaterialStorage