Skip to content

Commit

Permalink
Fingerless Insuls (#9)
Browse files Browse the repository at this point in the history
# Media

![Content
Client_fm2Lkqe3M5](https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/assets/77995199/b42c9053-601f-4031-8c07-c107d33e5e82)

# Changelog

:cl: Lophi
- add: Added Fingerless insulated gloves to the robodrobe

---------

Co-authored-by: LovelyLophi <111106265+LovelyLophi@users.noreply.github.com>
  • Loading branch information
DEATHB4DEFEAT and LovelyLophi authored Oct 29, 2023
1 parent 90d716c commit c733eb1
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
ClothingHeadBandSkull: 2
ClothingHeadsetRobotics: 2
ClothingOuterWinterRobo: 2
ClothingHandsGlovesInsulatedFingers: 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesInsulatedFingers
name: fingerless insulated gloves
description: Plain black gloves with yellow fiber fingertips, for the distinguished roboticist.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-insulative
fiberColor: fibers-yellow
- type: FingerprintMask
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited by DSC@heartparkyheart",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit c733eb1

Please sign in to comment.