adds rubber bullets + beanbags to nonlethal technology (#6413)
This commit is contained in:
@@ -134,6 +134,24 @@
|
|||||||
- Handcuffs
|
- Handcuffs
|
||||||
- Stunbaton
|
- Stunbaton
|
||||||
|
|
||||||
|
- type: technology
|
||||||
|
name: "non-lethal technology"
|
||||||
|
id: NonLethalTechnology
|
||||||
|
description: For the softer approach to detaining.
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell_beanbag.rsi
|
||||||
|
state: base
|
||||||
|
requiredPoints: 8000
|
||||||
|
requiredTechnologies:
|
||||||
|
- SecurityTechnology
|
||||||
|
unlockedRecipes:
|
||||||
|
- ShellShotgunBeanbag
|
||||||
|
- CartridgePistolRubber
|
||||||
|
- CartridgeMagnumRubber
|
||||||
|
- CartridgeClRifleRubber
|
||||||
|
- CartridgeLRifleRubber
|
||||||
|
- CartridgeSRifleRubber
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
name: "ballistic technology"
|
name: "ballistic technology"
|
||||||
id: BallisticTechnology
|
id: BallisticTechnology
|
||||||
|
|||||||
@@ -166,6 +166,12 @@
|
|||||||
- ShellShotgun
|
- ShellShotgun
|
||||||
- CartridgeLRifle
|
- CartridgeLRifle
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
|
- ShellShotgunBeanbag
|
||||||
|
- CartridgePistolRubber
|
||||||
|
- CartridgeMagnumRubber
|
||||||
|
- CartridgeClRifleRubber
|
||||||
|
- CartridgeLRifleRubber
|
||||||
|
- CartridgeSRifleRubber
|
||||||
- MicroManipulatorStockPart
|
- MicroManipulatorStockPart
|
||||||
- ScanningModuleStockPart
|
- ScanningModuleStockPart
|
||||||
- MicroLaserStockPart
|
- MicroLaserStockPart
|
||||||
|
|||||||
@@ -31,6 +31,72 @@
|
|||||||
Plastic: 200
|
Plastic: 200
|
||||||
Steel: 100
|
Steel: 100
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: ShellShotgunBeanbag
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell_beanbag.rsi
|
||||||
|
state: base
|
||||||
|
result: ShellShotgunBeanbag
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 15
|
||||||
|
Steel: 10
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: CartridgePistolRubber
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
result: CartridgePistolRubber
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 5
|
||||||
|
Steel: 5
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: CartridgeMagnumRubber
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
result: CartridgeMagnumRubber
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 5
|
||||||
|
Steel: 5
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: CartridgeClRifleRubber
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
result: CartridgeClRifleRubber
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 10
|
||||||
|
Steel: 5
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: CartridgeLRifleRubber
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
result: CartridgeLRifleRubber
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 10
|
||||||
|
Steel: 5
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: CartridgeSRifleRubber
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
|
||||||
|
state: base
|
||||||
|
result: CartridgeSRifleRubber
|
||||||
|
completetime: 500
|
||||||
|
materials:
|
||||||
|
Plastic: 10
|
||||||
|
Steel: 5
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: CartridgePistol
|
id: CartridgePistol
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
Reference in New Issue
Block a user