Practice Ammunition Tech (#20331)
This commit is contained in:
@@ -36,6 +36,7 @@ research-technology-draconic-munitions = Draconic Munitions
|
||||
research-technology-explosive-technology = Explosive Technology
|
||||
research-technology-weaponized-laser-manipulation = Weaponized Laser Manipulation
|
||||
research-technology-nonlethal-ammunition = Nonlethal Ammunition
|
||||
research-technology-practice-ammunition = Practice Ammunition
|
||||
research-technology-concentrated-laser-weaponry = Concentrated Laser Weaponry
|
||||
research-technology-wave-particle-harnessing = Wave Particle Harnessing
|
||||
research-technology-advanced-riot-control = Advanced Riot Control
|
||||
|
||||
@@ -537,38 +537,45 @@
|
||||
- TargetSyndicate
|
||||
- TargetClown
|
||||
dynamicRecipes:
|
||||
- CartridgePistolRubber
|
||||
- CartridgeMagnumRubber
|
||||
- ShellShotgunBeanbag
|
||||
- CartridgeRifleRubber
|
||||
- CartridgeLightRifleRubber
|
||||
- MagazineBoxPistolRubber
|
||||
- MagazineBoxMagnumRubber
|
||||
- MagazineBoxRifleRubber
|
||||
- MagazineBoxLightRifleRubber
|
||||
- ShellShotgunIncendiary
|
||||
- CartridgePistolIncendiary
|
||||
- CartridgeMagnumIncendiary
|
||||
- CartridgeLightRifleIncendiary
|
||||
- CartridgeMagnumIncendiary
|
||||
- CartridgePistolIncendiary
|
||||
- CartridgeRifleIncendiary
|
||||
- MagazineBoxPistolIncendiary
|
||||
- MagazineBoxMagnumIncendiary
|
||||
- CartridgeLightRifleRubber
|
||||
- CartridgeMagnumRubber
|
||||
- CartridgePistolRubber
|
||||
- CartridgeRifleRubber
|
||||
- ExplosivePayload
|
||||
- FlashPayload
|
||||
- HoloprojectorSecurity
|
||||
- MagazineBoxLightRifleIncendiary
|
||||
- MagazineBoxMagnumIncendiary
|
||||
- MagazineBoxPistolIncendiary
|
||||
- MagazineBoxRifleIncendiary
|
||||
- MagazineBoxLightRiflePractice
|
||||
- MagazineBoxMagnumPractice
|
||||
- MagazineBoxPistolPractice
|
||||
- MagazineBoxRiflePractice
|
||||
- MagazineBoxLightRifleRubber
|
||||
- MagazineBoxMagnumRubber
|
||||
- MagazineBoxPistolRubber
|
||||
- MagazineBoxRifleRubber
|
||||
- ShellShotgunBeanbag
|
||||
- ShellShotgunIncendiary
|
||||
- ShellShotgunPractice
|
||||
- Signaller
|
||||
- SignalTrigger
|
||||
- VoiceTrigger
|
||||
- TelescopicShield
|
||||
- TimerTrigger
|
||||
- Truncheon
|
||||
- TelescopicShield
|
||||
- HoloprojectorSecurity
|
||||
- FlashPayload
|
||||
- ExplosivePayload
|
||||
- WeaponLaserCarbine
|
||||
- VoiceTrigger
|
||||
- WeaponAdvancedLaser
|
||||
- WeaponDisablerPractice
|
||||
- WeaponLaserCannon
|
||||
- WeaponXrayCannon
|
||||
- WeaponLaserCarbine
|
||||
- WeaponLaserCarbinePractice
|
||||
- WeaponTaser
|
||||
- WeaponXrayCannon
|
||||
- type: MaterialStorage
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -412,3 +412,56 @@
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 950
|
||||
|
||||
- type: latheRecipe
|
||||
id: ShellShotgunPractice
|
||||
result: ShellShotgunPractice
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 20
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxPistolPractice
|
||||
result: MagazineBoxPistolPractice
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 600
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxMagnumPractice
|
||||
result: MagazineBoxMagnumPractice
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 1200
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxLightRiflePractice
|
||||
result: MagazineBoxLightRiflePractice
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 1000
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxRiflePractice
|
||||
result: MagazineBoxRiflePractice
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 900
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponLaserCarbinePractice
|
||||
result: WeaponLaserCarbinePractice
|
||||
completetime: 6
|
||||
materials:
|
||||
Steel: 1800
|
||||
Glass: 400
|
||||
Plastic: 250
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponDisablerPractice
|
||||
result: WeaponDisablerPractice
|
||||
completetime: 4
|
||||
materials:
|
||||
Steel: 500
|
||||
Glass: 100
|
||||
Plastic: 200
|
||||
|
||||
@@ -84,6 +84,24 @@
|
||||
- MagazineBoxLightRifleRubber
|
||||
- MagazineBoxRifleRubber
|
||||
|
||||
- type: technology
|
||||
id: PracticeAmmunition
|
||||
name: research-technology-practice-ammunition
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi
|
||||
state: practice
|
||||
discipline: Arsenal
|
||||
tier: 1
|
||||
cost: 2000
|
||||
recipeUnlocks:
|
||||
- ShellShotgunPractice
|
||||
- MagazineBoxPistolPractice
|
||||
- MagazineBoxMagnumPractice
|
||||
- MagazineBoxLightRiflePractice
|
||||
- MagazineBoxRiflePractice
|
||||
- WeaponLaserCarbinePractice
|
||||
- WeaponDisablerPractice
|
||||
|
||||
# Tier 2
|
||||
|
||||
- type: technology
|
||||
|
||||
Reference in New Issue
Block a user