recoloring (#1221)

This commit is contained in:
creamybag
2025-04-25 18:27:07 +03:00
committed by GitHub
parent 67912d2c44
commit 72d8767a6d
32 changed files with 323 additions and 0 deletions

View File

@@ -75,6 +75,17 @@
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakBrownFurCoat
name: brown fur coat
description: Warm in the rain, warm in the snow, warm in the wind. Nice.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakInsulated
@@ -108,3 +119,46 @@
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakBlueSyurko
name: blue surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakGreenSyurko
name: green surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakWhiteSyurko
name: white surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakYellowSyurko
name: yellow surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi

View File

@@ -64,6 +64,28 @@
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadGreenHuntersHat
name: green hunter's hat
description: A headdress revered by hunters on undead.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadRedHuntersHat
name: red hunter's hat
description: A headdress revered by hunters on undead.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadJestersCap

View File

@@ -59,6 +59,32 @@
- type: IdentityBlocker
- type: IngestionBlocker
- type: entity
parent: CP14ClothingMaskBase
id: CP14ClothingMaskRedNeckerchief
name: red neckerchief
description: It hides your face to the best of its ability.
components:
- type: Sprite
sprite: _CP14/Clothing/Masks/red_neckerchief.rsi
- type: Clothing
sprite: _CP14/Clothing/Masks/red_neckerchief.rsi
- type: IdentityBlocker
- type: IngestionBlocker
- type: entity
parent: CP14ClothingMaskBase
id: CP14ClothingMaskGreenNeckerchief
name: green neckerchief
description: It hides your face to the best of its ability.
components:
- type: Sprite
sprite: _CP14/Clothing/Masks/green_neckerchief.rsi
- type: Clothing
sprite: _CP14/Clothing/Masks/green_neckerchief.rsi
- type: IdentityBlocker
- type: IngestionBlocker
- type: entity
parent: CP14ClothingMaskBase
id: CP14ClothingMaskBoneMask

View File

@@ -13,9 +13,14 @@
- CP14ClothingCloakGreen
- CP14ClothingCloakBlue
- CP14ClothingCloakFurCoat
- CP14ClothingCloakBrownFurCoat
- CP14ClothingCloakInsulated
- CP14ClothingCloakBlackSyurko
- CP14ClothingCloakRedSyurko
- CP14ClothingCloakBlueSyurko
- CP14ClothingCloakGreenSyurko
- CP14ClothingCloakWhiteSyurko
- CP14ClothingCloakYellowSyurko
- type: loadout
id: CP14ClothingCloakFurcapeBlack
@@ -72,6 +77,31 @@
equipment:
cloak: CP14ClothingCloakInsulated
- type: loadout
id: CP14ClothingCloakBrownFurCoat
equipment:
cloak: CP14ClothingCloakBrownFurCoat
- type: loadout
id: CP14ClothingCloakBlueSyurko
equipment:
cloak: CP14ClothingCloakBlueSyurko
- type: loadout
id: CP14ClothingCloakGreenSyurko
equipment:
cloak: CP14ClothingCloakGreenSyurko
- type: loadout
id: CP14ClothingCloakWhiteSyurko
equipment:
cloak: CP14ClothingCloakWhiteSyurko
- type: loadout
id: CP14ClothingCloakYellowSyurko
equipment:
cloak: CP14ClothingCloakYellowSyurko
# OuterClothing
- type: loadoutGroup
@@ -161,6 +191,8 @@
- CP14ClothingMaskSinner
- CP14ClothingMaskSteelMask
- CP14ClothingMaskNeckerchief
- CP14ClothingMaskRedNeckerchief
- CP14ClothingMaskGreenNeckerchief
- CP14ClothingMaskMime
- type: loadout
@@ -183,6 +215,16 @@
equipment:
mask: CP14ClothingMaskMime
- type: loadout
id: CP14ClothingMaskRedNeckerchief
equipment:
mask: CP14ClothingMaskRedNeckerchief
- type: loadout
id: CP14ClothingMaskGreenNeckerchief
equipment:
mask: CP14ClothingMaskGreenNeckerchief
# Head
- type: loadoutGroup
@@ -195,6 +237,8 @@
- CP14ClothingHeadTriangularHatGolden
- CP14ClothingHeadJestersCap
- CP14ClothingHeadHuntersHat
- CP14ClothingHeadGreenHuntersHat
- CP14ClothingHeadRedHuntersHat
- CP14ClothingHeadJagermeisterHat
- CP14ClothingHeadStrawHat
@@ -233,6 +277,17 @@
equipment:
head: CP14ClothingHeadJagermeisterHat
- type: loadout
id: CP14ClothingHeadGreenHuntersHat
equipment:
head: CP14ClothingHeadGreenHuntersHat
- type: loadout
id: CP14ClothingHeadRedHuntersHat
equipment:
head: CP14ClothingHeadRedHuntersHat
# Pants
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View File

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