Re-add upstreams warden and HOS winter coats (#5449)
* first * modifications not additions
This commit is contained in:
parent
4f6643fe6d
commit
31a1c19204
|
|
@ -86,11 +86,12 @@
|
||||||
- type: Armor
|
- type: Armor
|
||||||
modifiers:
|
modifiers:
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.65
|
#Begin DeltaV modifications
|
||||||
Slash: 0.65
|
Blunt: 0.70 # Was 0.65
|
||||||
Piercing: 0.7
|
Slash: 0.70 # Was 0.65
|
||||||
Heat: 0.7
|
Piercing: 0.70 # Was 0.7
|
||||||
Caustic: 0.9
|
Heat: 0.80 # Was 0.7
|
||||||
|
#End DeltaV modifications
|
||||||
- type: ExplosionResistance
|
- type: ExplosionResistance
|
||||||
damageCoefficient: 0.9
|
damageCoefficient: 0.9
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,5 +75,13 @@
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityWinterCoat
|
id: HeadofSecurityWinterCoat
|
||||||
|
#Begin DeltaV additions
|
||||||
|
effects:
|
||||||
|
- !type:JobRequirementLoadoutEffect
|
||||||
|
requirement:
|
||||||
|
!type:RoleTimeRequirement
|
||||||
|
role: JobHeadOfSecurity
|
||||||
|
time: 72000 # 20hr
|
||||||
|
#End DeltaV additions
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterHoS
|
outerClothing: ClothingOuterWinterHoS
|
||||||
|
|
|
||||||
|
|
@ -28,5 +28,12 @@
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenArmoredWinterCoat
|
id: WardenArmoredWinterCoat
|
||||||
|
#Begin DeltaV Additions
|
||||||
|
effects:
|
||||||
|
- !type:JobRequirementLoadoutEffect
|
||||||
|
requirement:
|
||||||
|
!type:RoleTimeRequirement
|
||||||
|
role: JobWarden
|
||||||
|
time: 72000 # 20hr
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterWarden
|
outerClothing: ClothingOuterWinterWarden
|
||||||
|
|
|
||||||
|
|
@ -470,6 +470,7 @@
|
||||||
- WardenLongcoat
|
- WardenLongcoat
|
||||||
- StasecWinterCoatWarden
|
- StasecWinterCoatWarden
|
||||||
- ArmorVestSlim
|
- ArmorVestSlim
|
||||||
|
- WardenArmoredWinterCoat
|
||||||
|
|
||||||
## Head of Security
|
## Head of Security
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
|
|
@ -482,6 +483,7 @@
|
||||||
- StasecWinterCoatHoS
|
- StasecWinterCoatHoS
|
||||||
- HeadOfSecurityTrenchcoat
|
- HeadOfSecurityTrenchcoat
|
||||||
- ArmorVestSlim
|
- ArmorVestSlim
|
||||||
|
- HeadofSecurityWinterCoat
|
||||||
|
|
||||||
## Detective
|
## Detective
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue