Death squad changes (#16173)

This commit is contained in:
KEEYNy
2023-05-19 13:21:36 +03:00
committed by GitHub
parent 84aaec20d9
commit caa4da31f3
7 changed files with 47 additions and 3 deletions

View File

@@ -1,3 +1,21 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitDeathSquad
name: Death squad uniform
description: Advanced armored jumpsuit used by special forces in special operations.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/deathsquad.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/deathsquad.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
Heat: 0.8
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitAncient

View File

@@ -52,9 +52,9 @@
#Deathsquad Outfit
- type: startingGear
id: DeadsquadGear
id: DeathSquadGear
equipment:
jumpsuit: ClothingUniformJumpsuitColorBlack
jumpsuit: ClothingUniformJumpsuitDeathSquad
back: ClothingBackpackDuffelSyndicateAmmo
mask: ClothingMaskBreath
eyes: ClothingEyesGlassesSecurity
@@ -62,7 +62,7 @@
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitDeathsquad
suitstorage: YellowOxygenTankFilled
shoes: ClothingShoesChameleonNoSlips
shoes: ClothingShoesBootsMagAdv
id: CentcomPDA
pocket1: EnergySword
belt: ClothingBeltChiefEngineerFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by KEEYNy (Github) for Space Station 14. contacts: https://github.com/KEEYNy discord: KEEYN#3805",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}