@@ -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
|
||||
|
||||
@@ -601,6 +601,9 @@ ent-CP14ClothingHeadAlchemistBeret = берет алхимика
|
||||
ent-CP14ClothingHeadCaptainCap = капитанская кепка
|
||||
.desc = Нет, ну вы посмотрите какой красавчик!
|
||||
|
||||
ent-CP14ClothingHeadGildmaster = шляпа гильдмастера
|
||||
.desc = Знак безграничного опыта и чести.
|
||||
|
||||
ent-CP14ClothingHeadBeretBase = { ent-CP14ClothingHeadBase }
|
||||
.desc = Это берет.
|
||||
|
||||
|
||||
@@ -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 = Штаны гильдмастера
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user