Fashion Guardians 2025 (#1524)

* Dinazzewr recoloring guards clothing

* new guards hats
This commit is contained in:
Red
2025-07-12 13:10:31 +03:00
committed by GitHub
parent f9b89cda11
commit b7017ce2ed
41 changed files with 204 additions and 10 deletions

View File

@@ -42,6 +42,8 @@ cp14-loadout-guard-commander-cloak = Guard commander's cloak
# Guard
cp14-loadout-investigator-cloak = Investigator's cloak
cp14-loadout-investigator-head = Investigator's head
cp14-loadout-guard-cloak = Guard's cloak
cp14-loadout-guard-head = Guard's head
cp14-loadout-guard-pants = Guard's pants

View File

@@ -42,6 +42,8 @@ cp14-loadout-guard-commander-cloak = Накидка командира стра
# Guard
cp14-loadout-investigator-cloak = Накидка дознавателя
cp14-loadout-investigator-head = Шляпа дознавателя
cp14-loadout-guard-cloak = Накидка стражи
cp14-loadout-guard-head = Шляпа стражи
cp14-loadout-guard-pants = Штаны стражи

View File

@@ -22,7 +22,67 @@
sprite: _CP14/Clothing/Head/Roles/Guard/helmet.rsi
- type: HideLayerClothing
slots:
- Snout
- Hair
- HeadTop
- HeadSide
- type: entity
parent: CP14ClothingHeadGuardBase
id: CP14ClothingHeadGuardCorinthianHelmet
name: "corinthian helmet"
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guard/corinthian_helmet.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guard/corinthian_helmet.rsi
- type: HideLayerClothing
slots:
- Hair
- HeadTop
- HeadSide
- type: entity
parent: CP14ClothingHeadGuardBase
id: CP14ClothingHeadGuardCap
name: "guard's cap"
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guard/guard_cap.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guard/guard_cap.rsi
- type: entity
parent: CP14ClothingHeadGuardBase
id: CP14ClothingHeadGuardFedora
name: "guard's fedora"
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guard/guard_fedora.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guard/guard_fedora.rsi
- type: entity
parent: CP14ClothingHeadGuardBase
id: CP14ClothingHeadGuardTriangular
name: "guard's triangular hat"
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guard/guard_triangularhat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guard/guard_triangularhat.rsi
- type: entity
parent: CP14ClothingHeadGuardBase
id: CP14ClothingHeadGuardInvestigatorHelmet
name: "investigator helmet"
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guard/investigator_helmet.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guard/investigator_helmet.rsi
- type: HideLayerClothing
slots:
- Hair
- HeadTop
- HeadSide

View File

@@ -27,12 +27,30 @@
minLimit: 1
loadouts:
- CP14ClothingHeadGuardHelmet
- CP14ClothingHeadGuardCorinthianHelmet
- CP14ClothingHeadGuardCap
- CP14ClothingHeadGuardFedora
- type: loadout
id: CP14ClothingHeadGuardHelmet
equipment:
head: CP14ClothingHeadGuardHelmet
- type: loadout
id: CP14ClothingHeadGuardCorinthianHelmet
equipment:
head: CP14ClothingHeadGuardCorinthianHelmet
- type: loadout
id: CP14ClothingHeadGuardCap
equipment:
head: CP14ClothingHeadGuardCap
- type: loadout
id: CP14ClothingHeadGuardFedora
equipment:
head: CP14ClothingHeadGuardFedora
# Pants
- type: loadoutGroup

View File

@@ -10,4 +10,26 @@
- type: loadout
id: CP14ClothingCloakGuardInvestigator
equipment:
cloak: CP14ClothingCloakGuardInvestigator
cloak: CP14ClothingCloakGuardInvestigator
# Head
- type: loadoutGroup
id: CP14InvestigatorHead
name: cp14-loadout-investigator-head
minLimit: 1
loadouts:
- CP14ClothingHeadGuardInvestigatorHelmet
- CP14ClothingHeadGuardFedora
- CP14ClothingHeadGuardTriangular
- type: loadout
id: CP14ClothingHeadGuardTriangular
equipment:
head: CP14ClothingHeadGuardTriangular
- type: loadout
id: CP14ClothingHeadGuardInvestigatorHelmet
equipment:
head: CP14ClothingHeadGuardInvestigatorHelmet

View File

@@ -89,7 +89,7 @@
- type: roleLoadout
id: JobCP14Investigator
groups:
- CP14GuardHead
- CP14InvestigatorHead
- CP14GeneralOuterClothing
- CP14GeneralEyes
- CP14InvestigatorCloak #

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd",
"copyright": "Created by TheShuEd, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd",
"copyright": "Created by TheShuEd, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 602 B

After

Width:  |  Height:  |  Size: 628 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by creamy",
"copyright": "Created by creamy, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 643 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd",
"copyright": "Created by TheShuEd, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by dinazewwr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by dinazewwr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by dinazewwr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by dinazewwr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 413 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd, edited by dinazewwr",
"copyright": "Created by TheShuEd, recolored by dinazewwr",
"size": {
"x": 48,
"y": 48

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by dinazewwr",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 388 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by KBAS5",
"copyright": "Created by KBAS5, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 574 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd",
"copyright": "Created by TheShuEd, recolored by Dinazewwr",
"size": {
"x": 32,
"y": 32