[Add] Adds CentCom scarf (#16832)

Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
OctoRocket
2023-05-27 04:09:32 -05:00
committed by GitHub
parent 2dd2a534b6
commit 3499f4265b
7 changed files with 39 additions and 0 deletions

View File

@@ -13,7 +13,9 @@
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2
ClothingNeckScarfStripedCentcom: 1
emaggedInventory:
ClothingNeckScarfStripedSyndieGreen: 3
ClothingNeckScarfStripedSyndieRed: 3
ClothingNeckScarfStripedCentcom: 3

View File

@@ -108,6 +108,17 @@
- type: Clothing
sprite: Clothing/Neck/Scarfs/syndiered.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckScarfStripedCentcom
name: striped CentCom scarf
description: A stylish striped centcom colored scarf. The perfect winter accessory for those with a keen fashion sense, and those who need to do paperwork in the cold.
components:
- type: Sprite
sprite: Clothing/Neck/Scarfs/centcom.rsi
- type: Clothing
sprite: Clothing/Neck/Scarfs/centcom.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckScarfStripedZebra

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by MrGreen06#0618 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}