diff --git a/Resources/Prototypes/Catalog/Fills/lockers.yml b/Resources/Prototypes/Catalog/Fills/lockers.yml index dce7215253..ebeb1040ba 100644 --- a/Resources/Prototypes/Catalog/Fills/lockers.yml +++ b/Resources/Prototypes/Catalog/Fills/lockers.yml @@ -110,6 +110,11 @@ suffix: Filled parent: LockerSecurity +- type: entity + id: LockerDetectiveFilled + suffix: Filled + parent: LockerDetective + - type: entity id: LockerFormalFilled suffix: Filled diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml index e78b4cd10c..aad1d63f44 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml @@ -221,6 +221,156 @@ ClothingPrefix: sec_skirt femaleMask: UniformTop +- type: entity + parent: UniformSec + id: UniformSecBlueShirt + name: blue shirt and tie + description: I'm a little busy right now, Calhoun. + components: + - type: Sprite + state: blueshift + - type: Icon + state: blueshift + - type: Clothing + ClothingPrefix: blueshift + +- type: entity + parent: UniformSec + id: UniformSecConstable + name: constable outfit + description: A british looking outfit. + components: + - type: Sprite + state: constable + - type: Icon + state: constable + - type: Clothing + ClothingPrefix: constable + +- type: entity + parent: UniformSec + id: UniformSecFormal + name: security officer's formal uniform + description: The latest in fashionable security outfits. + components: + - type: Sprite + state: officerblueclothes + - type: Icon + state: officerblueclothes + - type: Clothing + ClothingPrefix: officerblueclothes + +- type: entity + parent: UniformSec + id: UniformSecFormalTan + name: security officer's formal uniform (tan) + description: The latest in fashionable security outfits. + components: + - type: Sprite + state: officertanclothes + - type: Icon + state: officertanclothes + - type: Clothing + ClothingPrefix: officertanclothes + +- type: entity + parent: UniformSec + id: UniformSecGrey + name: grey security jumpsuit + description: A tactical relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood. + components: + - type: Sprite + state: security_grey + - type: Icon + state: security_grey + - type: Clothing + ClothingPrefix: security_grey + HeldPrefix: gy_suit + +- type: entity + parent: UniformSec + id: UniformSecSpacePol + name: police uniform + description: Space not controlled by megacorporations, planets, or pirates is under the jurisdiction of Spacepol. + components: + - type: Sprite + state: spacepol + - type: Icon + state: spacepol + - type: Clothing + ClothingPrefix: spacepol + +- type: entity + parent: UniformSec + id: UniformSecSpacePolFamilies + name: space police uniform + description: A police uniform often found in the lines at donut shops. + components: + - type: Sprite + state: spacepolice_families + - type: Icon + state: spacepolice_families + - type: Clothing + ClothingPrefix: spacepolice_families + +- type: entity + parent: UniformBase + id: UniformDetective + name: hard-worn suit + description: Someone who wears this means business. + components: + - type: Sprite + sprite: Clothing/Uniforms/uniform_detective.rsi + state: detective + - type: Icon + sprite: Clothing/Uniforms/uniform_detective.rsi + state: detective + - type: Clothing + sprite: Clothing/Uniforms/uniform_detective.rsi + ClothingPrefix: detective + HeldPrefix: detective + +- type: entity + parent: UniformDetective + id: UniformDetectiveSkirt + name: detective's suitskirt + description: Someone who wears this means business. + components: + - type: Sprite + state: detective_skirt + - type: Icon + state: detective_skirt + - type: Clothing + ClothingPrefix: detective_skirt + femaleMask: UniformTop + +- type: entity + parent: UniformDetective + id: UniformDetectiveGrey + name: noir suit + description: A hard-boiled private investigator's grey suit, complete with tie clip. + components: + - type: Sprite + state: greydetective + - type: Icon + state: greydetective + - type: Clothing + ClothingPrefix: greydetective + +- type: entity + parent: UniformDetectiveGrey + id: UniformDetectiveGreySkirt + name: noir suitskirt + description: A hard-boiled private investigator's grey suitskirt, complete with tie clip. + components: + - type: Sprite + state: greydetective_skirt + - type: Icon + state: greydetective_skirt + - type: Clothing + ClothingPrefix: greydetective_skirt + femaleMask: UniformTop + - type: entity parent: UniformBase id: UniformCargoTech @@ -548,6 +698,144 @@ ClothingPrefix: hos_skirt femaleMask: UniformTop +- type: entity + parent: UniformHoS + id: UniformHoSGrey + name: head of security's grey jumpsuit + description: + components: + - type: Sprite + state: hos_grey + - type: Icon + state: hos_grey + - type: Clothing + ClothingPrefix: hos_grey + HeldPrefix: gy_suit + +- type: entity + parent: UniformHoS + id: UniformHoSParadeMale + name: head of security's parade uniform + description: A male head of security's luxury-wear, for special occasions. + components: + - type: Sprite + state: hos_parade_male + - type: Icon + state: hos_parade_male + - type: Clothing + ClothingPrefix: hos_parade_male + +- type: entity + parent: UniformHoSParadeMale + id: UniformHoSParadeFem + name: head of security's parade uniform + description: A female head of security's luxury-wear, for special occasions. + components: + - type: Sprite + state: hos_parade_fem + - type: Icon + state: hos_parade_fem + - type: Clothing + ClothingPrefix: hos_parade_fem + femaleMask: UniformTop + +- type: entity + parent: UniformHoS + id: UniformHoSFormal + name: head of security's formal uniform + description: The insignia on this uniform tells you that this uniform belongs to the Head of Security. + components: + - type: Sprite + state: hosblueclothes + - type: Icon + state: hosblueclothes + - type: Clothing + ClothingPrefix: hosblueclothes + +- type: entity + parent: UniformHoS + id: UniformHoSFormalTan + name: head of security's formal uniform (tan) + description: The insignia on this uniform tells you that this uniform belongs to the Head of Security. + components: + - type: Sprite + state: hostanclothes + - type: Icon + state: hostanclothes + - type: Clothing + ClothingPrefix: hostanclothes + +- type: entity + parent: UniformBase + id: UniformWarden + name: security suit + description: A formal security suit for officers complete with Nanotrasen belt buckle. + components: + - type: Sprite + sprite: Clothing/Uniforms/uniform_warden.rsi + state: rwarden + - type: Icon + sprite: Clothing/Uniforms/uniform_warden.rsi + state: rwarden + - type: Clothing + sprite: Clothing/Uniforms/uniform_warden.rsi + ClothingPrefix: rwarden + HeldPrefix: rwarden + +- type: entity + parent: UniformWarden + id: UniformWardenSkirt + name: warden's suitskirt + description: A formal security suitskirt for officers complete with Nanotrasen belt buckle. + components: + - type: Sprite + state: rwarden_skirt + - type: Icon + state: rwarden + - type: Clothing + femaleMask: UniformTop + ClothingPrefix: rwarden_skirt + +- type: entity + parent: UniformWarden + id: UniformWardenGrey + name: grey security suit + description: A formal relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood. + components: + - type: Sprite + state: warden + - type: Icon + state: warden + - type: Clothing + ClothingPrefix: warden + HeldPrefix: gy_suit + +- type: entity + parent: UniformWarden + id: UniformWardenFormal + name: warden's formal uniform + description: The insignia on this uniform tells you that this uniform belongs to the Warden. + components: + - type: Sprite + state: wardenblueclothes + - type: Icon + state: wardenblueclothes + - type: Clothing + ClothingPrefix: wardenblueclothes + +- type: entity + parent: UniformWarden + id: UniformWardenFormalTan + name: warden's formal uniform (tan) + description: The insignia on this uniform tells you that this uniform belongs to the Warden. + components: + - type: Sprite + state: wardentanclothes + - type: Icon + state: wardentanclothes + - type: Clothing + ClothingPrefix: wardentanclothes + - type: entity parent: UniformBase id: UniformPrisoner diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml index 4f6218a8f1..c6059ca393 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml @@ -36,3 +36,16 @@ state: sec - type: Icon state: sec_door + +# Detective +- type: entity + id: LockerDetective + parent: LockerSecureBase + name: "detective's cabinet" + components: + - type: Appearance + visuals: + - type: StorageVisualizer + state: cabinet + - type: Icon + state: cabinet_door diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..db9842a95e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-left hand.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-left hand.png new file mode 100644 index 0000000000..aed8b4f025 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-left hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-right hand.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-right hand.png new file mode 100644 index 0000000000..fd6f60eabb Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective-inhand-right hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective.png new file mode 100644 index 0000000000..c08f4aa765 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..9113e935ef Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..567a06b8d3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt.png new file mode 100644 index 0000000000..0d8ec23948 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/detective_skirt.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..d83f6a8b21 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective.png new file mode 100644 index 0000000000..dfe4f4f8b3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..20f55b5fd4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..6e576b6e40 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt.png b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt.png new file mode 100644 index 0000000000..737576e156 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/greydetective_skirt.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/meta.json new file mode 100644 index 0000000000..3217cabb9e --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/uniform_detective.rsi/meta.json @@ -0,0 +1,191 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation/ at commit c323b1ed63e7a9c33f48abcdf24f11e30e136aa0", + "states": [ + { + "name": "detective", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "detective-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "detective-inhand-left hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "detective-inhand-right hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "detective_skirt", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "greydetective", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "greydetective_skirt", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "detective_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "detective_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "greydetective-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "greydetective_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "greydetective_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-left hand.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-left hand.png new file mode 100644 index 0000000000..6fa516dbc5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-left hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-right hand.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-right hand.png new file mode 100644 index 0000000000..f985a97ca6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/gy_suit-inhand-right hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..8863e61992 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey.png new file mode 100644 index 0000000000..547aab783b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..1e92088d4e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_grey_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..f27e553b99 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem.png new file mode 100644 index 0000000000..9f82ea7673 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_fem.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..c9cb8ac622 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male.png new file mode 100644 index 0000000000..c947c630e7 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hos_parade_male.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..98f4d7093c Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes.png new file mode 100644 index 0000000000..6c0ef8efe3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..b69f5c343a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hosblueclothes_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..e4ed047364 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes.png new file mode 100644 index 0000000000..0f2fc79504 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/hostanclothes.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-left hand.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-left.png rename to Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-left hand.png diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-right hand.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-right.png rename to Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/inhand-right hand.png diff --git a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/meta.json index 8a88429721..00c21521b3 100644 --- a/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/uniform_hos.rsi/meta.json @@ -1,191 +1,398 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/BeeStation/BeeStation-Hornet", - "states": [ - { - "name": "equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] + "version": 1, + "size": { + "x": 32, + "y": 32 }, - { - "name": "hos_skirt-equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "hosalt_skirt-equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "hosalt-equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "icon", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "hosalt", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "hosalt_skirt", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "hos_skirt", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "inhand-right", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "hosalt-inhand-left", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "hosalt-inhand-right", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - } - ] + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/BeeStation/BeeStation-Hornet and https://github.com/tgstation/tgstation/ at commit c323b1ed63e7a9c33f48abcdf24f11e30e136aa0", + "states": [ + { + "name": "equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "gy_suit-inhand-left hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "gy_suit-inhand-right hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hos_grey-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hos_parade_fem-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hos_parade_fem", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_parade_male-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hos_parade_male", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_grey", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_grey_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hos_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hosalt_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hosalt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hosalt", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hosalt_skirt", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_skirt", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hosblueclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hosblueclothes", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hosblueclothes_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hostanclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hostanclothes", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "inhand-left hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hosalt-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hosalt-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] } diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..b5676f523e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift.png new file mode 100644 index 0000000000..9265834ae3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/blueshift.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..5488bd9393 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable.png new file mode 100644 index 0000000000..d7fe7e2092 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/constable.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-left hand.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-left hand.png new file mode 100644 index 0000000000..6fa516dbc5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-left hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-right hand.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-right hand.png new file mode 100644 index 0000000000..f985a97ca6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/gy_suit-inhand-right hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-left hand.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-left.png rename to Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-left hand.png diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-right hand.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-right.png rename to Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/inhand-right hand.png diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/meta.json index 8b1f7477da..8407f7c36c 100644 --- a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/meta.json @@ -1,101 +1,344 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation", - "states": [ - { - "name": "equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] + "version": 1, + "size": { + "x": 32, + "y": 32 }, - { - "name": "sec_skirt-equipped-INNERCLOTHING", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "icon", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "sec_skirt", - "directions": 1, - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "inhand-left", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "inhand-right", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - } - ] + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation at commit c323b1ed63e7a9c33f48abcdf24f11e30e136aa0", + "states": [ + { + "name": "blueshift", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "blueshift-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "constable", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "constable-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sec_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "gy_suit-inhand-left hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "gy_suit-inhand-right hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sec_skirt", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "inhand-left hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right hand", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "officerblueclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "officerblueclothes", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "officerblueclothes_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "officertanclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "officertanclothes", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "security_grey-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "security_grey", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "spacepol-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "spacepol", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "spacepolice_families-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "spacepolice_families", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] } diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..61ad400a90 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes.png new file mode 100644 index 0000000000..8c04be8e0d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..3d273e2eb5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officerblueclothes_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..39b30e9200 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes.png new file mode 100644 index 0000000000..c6affba968 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/officertanclothes.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..fac0c0156d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey.png new file mode 100644 index 0000000000..51510a908f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/security_grey.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..af60ebe9a2 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol.png new file mode 100644 index 0000000000..0ff4286557 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepol.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..9315110ef4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families.png b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families.png new file mode 100644 index 0000000000..3634611975 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_sec.rsi/spacepolice_families.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-left hand.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-left hand.png new file mode 100644 index 0000000000..6fa516dbc5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-left hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-right hand.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-right hand.png new file mode 100644 index 0000000000..f985a97ca6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/gy_suit-inhand-right hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/meta.json new file mode 100644 index 0000000000..e2477ddfb9 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/meta.json @@ -0,0 +1,272 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation/ at commit c323b1ed63e7a9c33f48abcdf24f11e30e136aa0", + "states": [ + { + "name": "gy_suit-inhand-left hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "gy_suit-inhand-right hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "rwarden-inhand-left hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "rwarden-inhand-right hand", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "rwarden", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "rwarden-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "rwarden_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "rwarden_skirt", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "rwarden_skirt-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "warden", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "warden-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "warden_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "wardenblueclothes", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "wardenblueclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "wardenblueclothes_d-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "wardentanclothes", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "wardentanclothes-equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..a912ead177 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-left hand.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-left hand.png new file mode 100644 index 0000000000..30f0be7f75 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-left hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-right hand.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-right hand.png new file mode 100644 index 0000000000..8a3b1671ac Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden-inhand-right hand.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden.png new file mode 100644 index 0000000000..331203e531 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..9c5741990b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..56e7e3567a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt.png new file mode 100644 index 0000000000..77db2ff028 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/rwarden_skirt.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..f8b486bf99 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden.png new file mode 100644 index 0000000000..2fdfd6caf9 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..4e04315ad6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/warden_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..045e72f309 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes.png new file mode 100644 index 0000000000..5d53f930da Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes_d-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes_d-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..fb93ba7dfb Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardenblueclothes_d-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..8fcfa9c8db Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes.png b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes.png new file mode 100644 index 0000000000..e54b5f4eae Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/uniform_warden.rsi/wardentanclothes.png differ