Add Winter Boots (#20622)

* add

* fix prototype
This commit is contained in:
Ubaser
2023-10-02 01:28:14 +11:00
committed by GitHub
parent e5c85ee662
commit 2ad9ae6bc1
7 changed files with 40 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
ClothingNeckScarfStripedOrange: 3
ClothingNeckScarfStripedPurple: 3
ClothingOuterWinterCoat: 6
ClothingShoesBootsWinter: 6
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2

View File

@@ -91,3 +91,16 @@
sprite: Clothing/Shoes/Boots/laceups.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/laceups.rsi
- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesBootsWinter
name: winter boots
description: Fluffy boots to help survive even the coldest of winters.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/winterboots.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/winterboots.rsi
- type: TemperatureProtection
coefficient: 0.05

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "drawn by Ubaser",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}