From 7d7e963f7215062c6f25913ca1181d141a6c6409 Mon Sep 17 00:00:00 2001 From: Lamrr <96937466+Lamrr@users.noreply.github.com> Date: Sat, 5 Feb 2022 08:16:22 +1100 Subject: [PATCH] Adds fingerless gloves. (#6454) --- .../Catalog/Fills/Lockers/wardrobe_job.yml | 2 ++ .../Entities/Clothing/Hands/gloves.yml | 12 ++++++++ .../Roles/Jobs/Cargo/cargo_technician.yml | 1 + .../Gloves/fingerless.rsi/equipped-HAND.png | Bin 0 -> 264 bytes .../Hands/Gloves/fingerless.rsi/icon.png | Bin 0 -> 429 bytes .../Gloves/fingerless.rsi/inhand-left.png | Bin 0 -> 205 bytes .../Gloves/fingerless.rsi/inhand-right.png | Bin 0 -> 214 bytes .../Hands/Gloves/fingerless.rsi/meta.json | 26 ++++++++++++++++++ 8 files changed, 41 insertions(+) create mode 100644 Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/meta.json 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 0000000000000000000000000000000000000000..569d85e129ac8fd73bc85360d33f0daac7bfda7f GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC==RI8~)y=BYS51*j1SKE&?{*AKlKv)uEN z%EUyOrI}Ls>lUn>XYko`2XF8N7%9UUrkg@>g4$qE;pM!ipPHyDh-har&$Ak1$~slmZQJNi0ggBzj= zSd1T&*W+DhKg_EtuGed`H%={c@BLHqJZ{AfpV-HIN~xR%5$#UmtyQ^*Af>dc{40q_ zGk(9{AtD%t0nA)LYV80nmkUx#h%sUq2Bee@lZyzL86gB><|fQEO~u$bhZrO3m-Ga{ z%!o0+rbW|+GBcW+S@ zB2wl)z%;Kn#vB4aHDM-PmPNB^-fXSa)|G7AMnt3;I)qRlj*Nfx=hy#!S65e8*KhR> X3OoMg{qlRE00000NkvXXu0mjfhwr`= literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..8f8953d6350a9eaafc02aae11628dea79f4f41c6 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Q#@T9Ln`LHy|t0|umKN?gXLVa zhyN}Y2v7A(Wm)%`PvJ>kL;HtGT17lSwG0jVAy;<>ztffs3w=JvxbDXCqT?K50io&T z^4V)co}7)!F8MxDPciI3=?=?utxwOY81L4q6fcfX=sEAJYCOLt5@ZGg!vVQ{bH$Fg zFWx`phV+eX4Oi?AZDU>XO>mp;gHK27m>B+anqQu7cUvs?|9p^YPgg&ebxsLQ0Mmj` A*#H0l literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..dec3a7db6d67a6c1eff1564080f53fa59d5f1212 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=b3I)gLn`LHy=BOE$biQoaJsJf z$-n-OXQ$`{i?_4{tIS&T{aeU2|Lqn`K*bCXdhh+N`^qD_x!7)%eC}FZ`G;rbEM*WB zOzt^xCig1G-tV@?+YOIh*;&-EI43Rd^5wq=3N6=eU0J-8A^lX`(;va>=P`qfVPN=o za+Us3<5TMouYb46_`}JU41%xU^MurhCVZXS*marl-4bMIK|3DV-} L>gTe~DWM4fmf=_r literal 0 HcmV?d00001 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 + } + ] +}