Adds slight protection to HoS common clothes (#15213)

This commit is contained in:
liltenhead
2023-04-08 19:32:22 -07:00
committed by GitHub
parent ee416b7aba
commit 35c7ae41bb
2 changed files with 24 additions and 4 deletions

View File

@@ -162,23 +162,33 @@
parent: ClothingUniformSkirtBase parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtHoS id: ClothingUniformJumpskirtHoS
name: head of security's jumpskirt name: head of security's jumpskirt
description: It's bright red and rather crisp, much like security's victims tend to be. description: It's bright red and rather crisp, much like security's victims tend to be. Its sturdy fabric provides minor protection from slash and pierce damage.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/hos.rsi sprite: Clothing/Uniforms/Jumpskirt/hos.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/hos.rsi sprite: Clothing/Uniforms/Jumpskirt/hos.rsi
- type: Armor
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
- type: entity - type: entity
parent: ClothingUniformSkirtBase parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtHoSAlt id: ClothingUniformJumpskirtHoSAlt
name: head of security's turtleneck name: head of security's turtleneck
description: It's a turtleneck worn by those strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from mechanical damage. description: It's a turtleneck worn by those strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from slash and pierce damage.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/hos_alt.rsi sprite: Clothing/Uniforms/Jumpskirt/hos_alt.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/hos_alt.rsi sprite: Clothing/Uniforms/Jumpskirt/hos_alt.rsi
- type: Armor
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
- type: entity - type: entity
parent: ClothingUniformSkirtBase parent: ClothingUniformSkirtBase

View File

@@ -265,23 +265,33 @@
parent: ClothingUniformBase parent: ClothingUniformBase
id: ClothingUniformJumpsuitHoS id: ClothingUniformJumpsuitHoS
name: head of security's jumpsuit name: head of security's jumpsuit
description: It's bright red and rather crisp, much like security's victims tend to be. description: It's bright red and rather crisp, much like security's victims tend to be. Its sturdy fabric provides minor protection from slash and pierce damage.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/hos.rsi sprite: Clothing/Uniforms/Jumpsuit/hos.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/hos.rsi sprite: Clothing/Uniforms/Jumpsuit/hos.rsi
- type: Armor
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
- type: entity - type: entity
parent: ClothingUniformBase parent: ClothingUniformBase
id: ClothingUniformJumpsuitHoSAlt id: ClothingUniformJumpsuitHoSAlt
name: head of security's turtleneck name: head of security's turtleneck
description: It's a turtleneck worn by those strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from mechanical damage. description: It's a turtleneck worn by those strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from slash and pierce damage.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/hos_alt.rsi sprite: Clothing/Uniforms/Jumpsuit/hos_alt.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/hos_alt.rsi sprite: Clothing/Uniforms/Jumpsuit/hos_alt.rsi
- type: Armor
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
- type: entity - type: entity
parent: ClothingUniformBase parent: ClothingUniformBase