christmas hat (#695)

This commit is contained in:
Nim
2025-01-04 22:34:59 +02:00
committed by GitHub
parent 36d02fdf6e
commit fc1e9d2638
6 changed files with 38 additions and 1 deletions

View File

@@ -139,4 +139,15 @@
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/triangularhat_golden.rsi
- type: CP14MagicManacostModify
globalModifier: 0.8
globalModifier: 0.8
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadChristmasHat
name: christmas hat
description: A festive red hat, nobody remembers why it is customary to wear it.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by ripmax",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}