Silly teal gloves for realsies this time :3 (#31865)
* gosh please workies now i beg you qvq * Revert "gosh please workies now i beg you qvq" This reverts commit 96d03d07036eafa676972652a617f2774fa8811b. * please workies qvq qvq * Update Resources/Prototypes/Entities/Clothing/Hands/colored.yml Co-authored-by: 0x6273 <0x40@keemail.me> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: 0x6273 <0x40@keemail.me>
This commit is contained in:
@@ -16,6 +16,7 @@ fibers-purple = purple
|
||||
fibers-red = red
|
||||
fibers-black = black
|
||||
fibers-blue = blue
|
||||
fibers-teal = teal
|
||||
fibers-brown = brown
|
||||
fibers-grey = grey
|
||||
fibers-green = green
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
ClothingHandsGlovesColorWhite: 2
|
||||
ClothingHandsGlovesColorRed: 2
|
||||
ClothingHandsGlovesColorBlue: 2
|
||||
ClothingHandsGlovesColorTeal: 2
|
||||
ClothingHandsGlovesColorGreen: 2
|
||||
ClothingHandsGlovesColorOrange: 2
|
||||
ClothingHandsGlovesColorPurple: 2
|
||||
|
||||
@@ -89,6 +89,35 @@
|
||||
- type: Fiber
|
||||
fiberColor: fibers-blue
|
||||
|
||||
# Teal Gloves
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesSyntheticBase
|
||||
id: ClothingHandsGlovesColorTeal
|
||||
name: teal gloves
|
||||
description: Regular teal gloves that do not keep you from frying.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/Color/color.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
color: "#3CB57C"
|
||||
- type: Item
|
||||
inhandVisuals:
|
||||
left:
|
||||
- state: inhand-left
|
||||
color: "#3CB57C"
|
||||
right:
|
||||
- state: inhand-right
|
||||
color: "#3CB57C"
|
||||
- type: Clothing
|
||||
sprite: Clothing/Hands/Gloves/Color/color.rsi
|
||||
clothingVisuals:
|
||||
gloves:
|
||||
- state: equipped-HAND
|
||||
color: "#3CB57C"
|
||||
- type: Fiber
|
||||
fiberColor: fibers-teal
|
||||
|
||||
# Brown Gloves
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesSyntheticBase
|
||||
|
||||
Reference in New Issue
Block a user