-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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 <[email protected]>
- Loading branch information
1 parent
90d716c
commit c733eb1
Showing
7 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/SimpleStation14/Entites/Clothing/Hands/gloves.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+5.61 KB
...s/SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi/equipped-HAND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.91 KB
...s/Textures/SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.56 KB
...res/SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.59 KB
...es/SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |