Syurko update (#1148)

* Syurko\

* Translation editsЭ

* fix
This commit is contained in:
creamybag
2025-04-07 17:15:21 +03:00
committed by GitHub
parent 56299c62d6
commit d5ce5d9f37
13 changed files with 108 additions and 2 deletions

View File

@@ -84,4 +84,27 @@
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakBlackSyurko
name: black surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakRedSyurko
name: red surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi

View File

@@ -12,4 +12,15 @@
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
- type: entity
parent: CP14ClothingCloakGuardBase
id: CP14ClothingCloakGuardSyurko
name: guard surcoats
description: A long and roomy cloak that serves to protect your armour.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi

View File

@@ -14,6 +14,8 @@
- CP14ClothingCloakBlue
- CP14ClothingCloakFurCoat
- CP14ClothingCloakInsulated
- CP14ClothingCloakBlackSyurko
- CP14ClothingCloakRedSyurko
- type: loadout
id: CP14ClothingCloakFurcapeBlack
@@ -25,6 +27,16 @@
equipment:
cloak: CP14ClothingCloakFurcapeBlue
- type: loadout
id: CP14ClothingCloakBlackSyurko
equipment:
cloak: CP14ClothingCloakBlackSyurko
- type: loadout
id: CP14ClothingCloakRedSyurko
equipment:
cloak: CP14ClothingCloakRedSyurko
- type: loadout
id: CP14ClothingCloakMaidArpon
equipment:

View File

@@ -7,12 +7,18 @@
minLimit: 0
loadouts:
- CP14ClothingCloakGuardBlue
- CP14ClothingCloakGuardSyurko
- type: loadout
id: CP14ClothingCloakGuardBlue
equipment:
cloak: CP14ClothingCloakGuardBlue
- type: loadout
id: CP14ClothingCloakGuardSyurko
equipment:
cloak: CP14ClothingCloakGuardSyurko
# Head
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 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.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 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.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 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
}
]
}