Fix DeltaV Armors not having AllowSuitStorage (#1227)
Add AllowSuitStorage to armors
This commit is contained in:
parent
6699b20c1b
commit
2ded8b5df4
|
|
@ -21,6 +21,7 @@
|
|||
sprintModifier: 0.90
|
||||
- type: ExplosionResistance # More protective against explosives than you think. Helps in preventing all those vital organs from jiggling around o.o
|
||||
damageCoefficient: 0.70
|
||||
- type: AllowSuitStorage
|
||||
|
||||
#Alternate / slim basic armor vest replacement
|
||||
- type: entity
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
Heat: 0.90
|
||||
- type: ExplosionResistance # Better than nothing against a blast or shockwave.
|
||||
damageCoefficient: 0.90
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBaseLarge
|
||||
|
|
@ -66,3 +68,4 @@
|
|||
- type: ExplosionResistance # Almost as good as a plate carrier! Still not going to save you from most bombs though.
|
||||
damageCoefficient: 0.80
|
||||
- type: GroupExamine
|
||||
- type: AllowSuitStorage
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
Slash: 0.8
|
||||
Piercing: 0.8
|
||||
Heat: 0.8
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
Slash: 0.85
|
||||
Piercing: 0.85
|
||||
Heat: 0.75
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
|
|
@ -110,6 +112,7 @@
|
|||
Slash: 0.95
|
||||
Piercing: 0.95
|
||||
Heat: 0.75
|
||||
- type: AllowSuitStorage #Syndicate Windbreaker, so gun.
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
sprintModifier: 0.75
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitCombatStandard
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitCombatStandard
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
sprintModifier: 0.85
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitCombatMedical
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitCombatMedical
|
||||
|
|
@ -116,6 +118,7 @@
|
|||
sprintModifier: 0.65
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitCombatRiot
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitCombatRiot
|
||||
|
|
@ -160,6 +163,7 @@
|
|||
sprintModifier: 0.80
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitCombatAdvanced
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitCombatAdvanced
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
Slash: 0.7
|
||||
Piercing: 0.4 #Stronger than the warden's armored jacket, because shenanigans and CC spends alot of money.
|
||||
Heat: 0.75
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterWinterCoat
|
||||
|
|
@ -55,3 +56,4 @@
|
|||
Slash: 0.85
|
||||
Piercing: 0.85
|
||||
Heat: 0.75
|
||||
- type: AllowSuitStorage
|
||||
|
|
|
|||
Loading…
Reference in New Issue