diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index d519f23818..32c1cfb506 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -117,6 +117,8 @@ prob: 0.2 - id: ClothingHandsGlovesColorYellow prob: 0.05 + - id: ClothingHandsGlovesFingerlessInsulated + prob: 0.07 - id: ClothingBeltUtility prob: 0.10 - id: ClothingHeadHatCone diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 1a220c92c0..364fd17584 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -264,6 +264,20 @@ fiberMaterial: fibers-synthetic fiberColor: fibers-black +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesFingerlessInsulated + name: fingerless insulated gloves + description: Insulated gloves resistant to shocks, or at least they used to. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/fingerlessinsuls.rsi + - type: Clothing + sprite: Clothing/Hands/Gloves/fingerlessinsuls.rsi + - type: Fiber + fiberMaterial: fibers-insulative + fiberColor: fibers-yellow + - type: entity parent: ClothingHandsBase id: ClothingHandsGlovesMercFingerless diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/equipped-HAND.png new file mode 100644 index 0000000000..5a85dbeafd Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/icon.png new file mode 100644 index 0000000000..cb3f336c96 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-left.png new file mode 100644 index 0000000000..8e8542213f Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-right.png new file mode 100644 index 0000000000..a99658a193 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/meta.json new file mode 100644 index 0000000000..16c9e9e5e1 --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/fingerlessinsuls.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "license": "CC-BY-SA-3.0", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": {"x": 32, "y": 32}, "states": [{"name": "icon"}, {"name": "equipped-HAND", "directions": 4}, {"name": "inhand-left", "directions": 4}, {"name": "inhand-right", "directions": 4}]}