Winter is coming... (#918)

This commit is contained in:
creamybag
2025-02-20 02:12:17 +03:00
committed by GitHub
parent 88462e5a1b
commit b29cfaf2a8
5 changed files with 36 additions and 1 deletions

View File

@@ -73,4 +73,15 @@
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakInsulated
name: insulated mantle
description: Winter is coming...
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi

View File

@@ -13,6 +13,7 @@
- CP14ClothingCloakGreen
- CP14ClothingCloakBlue
- CP14ClothingCloakFurCoat
- CP14ClothingCloakInsulated
- type: loadout
id: CP14ClothingCloakFurcapeBlack
@@ -54,6 +55,11 @@
equipment:
cloak: CP14ClothingCloakFurCoat
- type: loadout
id: CP14ClothingCloakInsulated
equipment:
cloak: CP14ClothingCloakInsulated
# OuterClothing
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by Lucson1337",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-CLOAK",
"directions": 4
}
]
}