Merge pull request #973 from creamybag/GuildmasterHat

Guildmaster hat
This commit is contained in:
creamybag
2025-03-05 17:28:41 +03:00
committed by GitHub
parent f9ff91d74b
commit d9a5869504
9 changed files with 44 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ cp14-loadout-merchant-shoes = Merchant's shoes
# Guildmaster
cp14-loadout-guildmaster-outer = Guildmaster outer clothes
cp14-loadout-guildmaster-head = Guildmaster hat
cp14-loadout-guildmaster-cloak = Guildmaster cloak
cp14-loadout-guildmaster-shirt = Guildmaster shirt
cp14-loadout-guildmaster-pants = Guildmaster pants

View File

@@ -601,6 +601,9 @@ ent-CP14ClothingHeadAlchemistBeret = берет алхимика
ent-CP14ClothingHeadCaptainCap = капитанская кепка
.desc = Нет, ну вы посмотрите какой красавчик!
ent-CP14ClothingHeadGildmaster = шляпа гильдмастера
.desc = Знак безграничного опыта и чести.
ent-CP14ClothingHeadBeretBase = { ent-CP14ClothingHeadBase }
.desc = Это берет.

View File

@@ -54,6 +54,7 @@ cp14-loadout-merchant-shoes = Ботинки торговца
# Guildmaster
cp14-loadout-guildmaster-outer = Верхняя одежда гильдмастера
cp14-loadout-guildmaster-head = Шляпа гильдмастера
cp14-loadout-guildmaster-cloak = Накидка гильдмастера
cp14-loadout-guildmaster-shirt = Рубашка гильдмастера
cp14-loadout-guildmaster-pants = Штаны гильдмастера

View File

@@ -0,0 +1,10 @@
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadGildmaster
name: guildmaster hat
description: A sign of unlimited experience and honor.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/Guildmaster/guildmaster_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/Guildmaster/guildmaster_hat.rsi

View File

@@ -1,6 +1,16 @@
# Head
- type: loadoutGroup
id: CP14GuildmasterHead
name: cp14-loadout-guildmaster-head
loadouts:
- CP14ClothingHeadGildmaster
- type: loadout
id: CP14ClothingHeadGildmaster
equipment:
cloak: CP14ClothingHeadGildmaster
# Cloak
- type: loadoutGroup

View File

@@ -127,6 +127,7 @@
- CP14GeneralSpells
- CP14GuildmasterOuterClothing
- CP14GeneralEyes
- CP14GuildmasterHead
- CP14GuildmasterCloak
- CP14GuildmasterShirt
- CP14GuildmasterPants

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

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