Skip to content

Commit

Permalink
Added the recipes and tech for several non lethal bullet (#8079)
Browse files Browse the repository at this point in the history
  • Loading branch information
UKNOWH authored May 12, 2022
1 parent 089e40a commit 2c90d54
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Catalog/Research/technologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
- SecurityTechnology
unlockedRecipes:
- ShellShotgunBeanbag
- ShellTranquilizer
- ShellShotgunFlash
- CartridgePistolRubber
- CartridgeMagnumRubber
- CartridgeClRifleRubber
Expand All @@ -191,6 +193,7 @@
unlockedRecipes:
- CartridgePistol
- ShellShotgun
- ShellShotgunFlare
- CartridgeLRifle
- CartridgeMagnum

Expand Down
5 changes: 4 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,13 @@
- CartridgeLRifle
- CartridgeMagnum
- ShellShotgunBeanbag
- ShellShotgunFlare
- ShellShotgunFlash
- CartridgePistolRubber
- CartridgeMagnumRubber
- CartridgeClRifleRubber
- CartridgeLRifleRubber
- CartridgeSRifleRubber #Everything below this is shared with other lathes
- CartridgeSRifleRubber #Everything below this is shared with other lathes
- FlashlightLantern
- Bucket
- MopItem
Expand Down Expand Up @@ -355,6 +357,7 @@
- ClothingMaskSterile
- DiseaseSwab
- HandheldCrewMonitor
- ShellTranquilizer
- Scalpel
- Retractor
- Cautery
Expand Down
34 changes: 34 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,37 @@
completetime: 2
materials:
Steel: 30

- type: latheRecipe
id: ShellShotgunFlare
icon:
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell_flare.rsi
state: base
result: ShellShotgunFlare
completetime: 2
materials:
Plastic: 20
Steel: 5

- type: latheRecipe
id: ShellTranquilizer
icon:
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell_practice.rsi
state: base
result: ShellTranquilizer
completetime: 4
materials:
Plastic: 15
Steel: 10
Glass: 5

- type: latheRecipe
id: ShellShotgunFlash
icon:
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell_flash.rsi
state: base
result: ShellShotgunFlash
completetime: 2
materials:
Plastic: 20
Steel: 5

0 comments on commit 2c90d54

Please sign in to comment.