greenified the cap cap (#22013)

This commit is contained in:
MACMAN2003
2023-11-29 23:20:45 -08:00
committed by GitHub
parent 4b3fcd9ebe
commit ca3e09b6cc
6 changed files with 39 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
ClothingUniformJumpsuitCentcomFormal: 3 ClothingUniformJumpsuitCentcomFormal: 3
ClothingUniformJumpskirtCentcomFormalDress: 3 ClothingUniformJumpskirtCentcomFormalDress: 3
ClothingHeadHatCentcom: 3 ClothingHeadHatCentcom: 3
ClothingHeadHatCentcomcap: 3
ClothingMaskGasCentcom: 3 ClothingMaskGasCentcom: 3
ClothingHeadsetCentCom: 3 ClothingHeadsetCentCom: 3
ClothingOuterWinterCentcom: 3 ClothingOuterWinterCentcom: 3

View File

@@ -780,6 +780,22 @@
- WhitelistChameleon - WhitelistChameleon
- HamsterWearable - HamsterWearable
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCentcomcap
name: CentCom cap
description: An extravagant, fancy Central Commander cap.
components:
- type: Sprite
sprite: Clothing/Head/Hats/comcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/comcap.rsi
- type: Tag
tags:
- ClothMade
- WhitelistChameleon
- HamsterWearable
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatGladiator id: ClothingHeadHatGladiator

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0671297bb1c1b31d5885f2768aecbe9dc51d39e7 , edited by Skarletto (github), Greenified by MACMAN2003",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}