diff --git a/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl b/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl index 3a4ad72e334c..a49b9f4851e8 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl @@ -27,6 +27,8 @@ ent-ClothingHeadHatSalvageFlipped = кепка утилизатора ent-ClothingHeadHatBeretBard = берет с пером .desc = Добавит атмосферы! ent-ClothingHeadTiaraDruid = диадема друида - .desc = Символ гармонии с природой, даже среди звезд и планет. + .desc = Символ гармонии с природой, даже среди звезд и планет. ent-ClothingHeadBeretSalvageSpecialist = берет утилизатора - .desc = Берет утилизатора, потому что, ну, а почему нет? \ No newline at end of file + .desc = Берет утилизатора, потому что, ну, а почему нет? +ent-ClothingHeadHoPSilverHeadBand = серебряный ободок и серёжки + .desc = Ярки столько же, сколько и ваше будущее. diff --git a/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl index 230bc53ed51a..c8141cdada4b 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl @@ -4,3 +4,5 @@ ent-ClothingOuterCoatCentcomJacket = куртка Центком .desc = Куртка центрального командования, подчеркивающий ваш статус. ent-ClothingOuterCoatQMWarehouseman = пальто заведующего складом .desc = Идеально совмещающее выдержанный стиль и рабочее назначение пальто. По сути, является вашим старым рабочим пальто, которое всё ещё цело только благодаря использованию дюраткани и сигаретному пеплу, что уже въелся в ткань. Вы никогда не понимали людей, надевающих поверх пальто одежды ещë слои одежды. +ent-ClothingOuterCoatHoPPurpleDress = пурпурное платье + .desc = Одеяние настоящей самодовольной змеи. diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index ed17703526c0..496f2780a4da 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -145,6 +145,7 @@ minLimit: 0 loadouts: - HoPHead + - HoPSilverHeadBand #SS220-Purple HoP - type: loadoutGroup id: HoPJumpsuit @@ -176,6 +177,7 @@ minLimit: 0 loadouts: - HoPWintercoat + - HoPPurpleDress #SS220-Purple HoP # Civilian - type: loadoutGroup diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml index 9b4c40836482..3fbc0483365f 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml @@ -40,6 +40,18 @@ - type: Clothing sprite: SS220/Clothing/Head/Hats/whitecapcap.rsi + # Глава Персонала +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHoPSilverHeadBand + name: silver headband and earrings + description: They are as bright as your future. + components: + - type: Sprite + sprite: SS220/Clothing/Head/Hats/silverheadband.rsi + - type: Clothing + sprite: SS220/Clothing/Head/Hats/silverheadband.rsi + # CentCom # Берет @@ -255,4 +267,3 @@ - type: Sprite sprite: SS220/Clothing/Head/Hats/druid_tiara.rsi - type: Clothing - sprite: SS220/Clothing/Head/Hats/druid_tiara.rsi \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml index 28d8ac2ea27a..afca7167292b 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml @@ -84,6 +84,17 @@ - type: Clothing sprite: SS220/Clothing/OuterClothing/Coats/hop_coat.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatHoPPurpleDress + name: purple dress + description: The robe of a real smug snake. + components: + - type: Sprite + sprite: SS220/Clothing/OuterClothing/Coats/purpledress.rsi + - type: Clothing + sprite: SS220/Clothing/OuterClothing/Coats/purpledress.rsi + # Cargo - type: entity parent: ClothingOuterStorageBase diff --git a/Resources/Prototypes/SS220/Loadouts/Jobs/Command/head_of_personal.yml b/Resources/Prototypes/SS220/Loadouts/Jobs/Command/head_of_personal.yml new file mode 100644 index 000000000000..3f7a434a29cc --- /dev/null +++ b/Resources/Prototypes/SS220/Loadouts/Jobs/Command/head_of_personal.yml @@ -0,0 +1,27 @@ +#play-time-loadout +- type: loadoutEffectGroup + id: HoPPurpleDress + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobHeadOfPersonnel + time: 100000 + +# Head +- type: loadout + id: HoPSilverHeadBand + effects: + - !type:GroupLoadoutEffect + proto: HoPPurpleDress + equipment: + head: ClothingHeadHoPSilverHeadBand + +# Outer clothing +- type: loadout + id: HoPPurpleDress + effects: + - !type:GroupLoadoutEffect + proto: HoPPurpleDress + equipment: + outerClothing: ClothingOuterCoatHoPPurpleDress diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/equipped-HELMET.png new file mode 100644 index 000000000000..d665e617cfbd Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/icon.png b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/icon.png new file mode 100644 index 000000000000..adefa9e14dd1 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-left.png new file mode 100644 index 000000000000..bef44a39cec4 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-left.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-right.png new file mode 100644 index 000000000000..b99a335690bb Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/inhand-right.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/meta.json b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/meta.json new file mode 100644 index 000000000000..0ec5e5f6a732 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Head/Hats/silverheadband.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Made for SS220 by DaGo7393 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 000000000000..00d7077640d7 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 000000000000..0951a18ec855 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/icon.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/icon.png new file mode 100644 index 000000000000..d4ae42561b4d Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-left.png new file mode 100644 index 000000000000..4eb3cea27531 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-left.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-right.png new file mode 100644 index 000000000000..d98f262688b8 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/inhand-right.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/meta.json b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/meta.json new file mode 100644 index 000000000000..057d46dd469f --- /dev/null +++ b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/purpledress.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG station at: https://github.com/tgstation/tgstation/commit/dbc2435fa562f4ef130a7112d2a4cc9c80099894#diff-ada70b2d4470118728541e389021f5b1320ace12ce32195045358bc795452819, Resprited by DaGo7393 for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +}