ClothingNeckScarfStripedOrange: 3
ClothingNeckScarfStripedPurple: 3
ClothingOuterWinterCoat: 6
+ ClothingShoesBootsWinter: 6
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}