diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml index e517a4c8f0..bb5bdf7139 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml @@ -184,6 +184,8 @@ amount: 1 - id: ClothingUniformJumpskirtCargo amount: 1 + - id: ClothingHandsGlovesFingerless + amount: 1 # - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 440e26be52..34a891dd06 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -142,3 +142,15 @@ sprite: Clothing/Hands/Gloves/Color/black.rsi HeatResistance: 1400 - type: Insulated + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesFingerless + name: fingerless gloves + description: Plain black gloves without fingertips for the hard working. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/fingerless.rsi + - type: Clothing + sprite: Clothing/Hands/Gloves/fingerless.rsi + diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index 636b212649..b67c88b95f 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -18,6 +18,7 @@ jumpsuit: ClothingUniformJumpsuitCargo back: ClothingBackpackFilled shoes: ClothingShoesColorBlack + gloves: ClothingHandsGlovesFingerless id: CargoPDA ears: ClothingHeadsetCargo innerclothingskirt: ClothingUniformJumpskirtCargo diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/equipped-HAND.png new file mode 100644 index 0000000000..569d85e129 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png new file mode 100644 index 0000000000..010b2064b5 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-left.png new file mode 100644 index 0000000000..8f8953d635 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-right.png new file mode 100644 index 0000000000..dec3a7db6d Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/meta.json new file mode 100644 index 0000000000..e47f13296a --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/54ecdcc05bcaf335489938b1253a2a733ba12271", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}