Add changes
This commit is contained in:
parent
2ac5fb539b
commit
a28451fdf7
|
|
@ -18,9 +18,9 @@
|
|||
ClothingBeltSecurity: 5 # DeltaV - added security belt to SecTech
|
||||
CombatKnife: 3
|
||||
Zipties: 12
|
||||
RiotShield: 2
|
||||
RiotLaserShield: 2
|
||||
RiotBulletShield: 2
|
||||
RiotShield: 3 # DeltaV - Was 2
|
||||
RiotLaserShield: 3 # DeltaV - Was 2
|
||||
RiotBulletShield: 3 # DeltaV - Was 2
|
||||
RadioHandheldSecurity: 5
|
||||
Bola: 6
|
||||
ClothingHeadHelmetInsulated: 2 # Nyanotrasen - Insulative headgear
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
- ClothingBeltBandolier
|
||||
- ClothingMaskGasSecurityDV #Sec Gas Mask
|
||||
- ClothingMaskGasSecurity #Sec Breath Mask
|
||||
- RiotBulletShield
|
||||
- RiotLaserShield
|
||||
|
||||
- type: latheRecipePack
|
||||
id: SecurityPracticeStaticDeltaV
|
||||
|
|
|
|||
|
|
@ -429,3 +429,18 @@
|
|||
materials:
|
||||
Steel: 1000
|
||||
Uranium: 250
|
||||
|
||||
# Shields
|
||||
|
||||
- type: latheRecipe
|
||||
parent: RiotShield
|
||||
id: RiotBulletShield
|
||||
result: RiotBulletShield
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseShieldRecipe
|
||||
id: RiotLaserShield
|
||||
result: RiotLaserShield
|
||||
materials:
|
||||
Plasma: 400
|
||||
Glass: 400
|
||||
|
|
|
|||
Loading…
Reference in New Issue