From 4b9beb1c86877fd6c3819adf08176c2ca0b64a76 Mon Sep 17 00:00:00 2001 From: Filo Date: Fri, 25 Oct 2024 02:57:02 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=B4=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/Clothing/Underwear/socks.ftl | 4 +-- .../Mobs/Customization/Markings/Human.ftl | 4 ++- .../Clothing/Underwear/Socks/socks.yml | 2 +- .../Mobs/Customization/Markings/Human.yml | 19 ++++++++++ .../ADT/Loadouts/Jobs/Security/brigmedic.yml | 33 ++++++------------ .../ADT/Loadouts/loadout_groups.yml | 13 +------ .../Prototypes/ADT/Loadouts/role_loadouts.yml | 3 +- .../Roles/Jobs/Medical/senior_physician.yml | 1 - .../ADT/Roles/Jobs/Security/brigmedic.yml | 1 - .../Inventories/clothesmate.yml | 3 ++ .../Customization/Human/demon.rsi/meta.json | 8 +++++ .../Human/demon.rsi/milky_ears.png | Bin 0 -> 157 bytes .../Human/demon.rsi/milky_horns.png | Bin 0 -> 256 bytes 13 files changed, 48 insertions(+), 43 deletions(-) create mode 100644 Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/milky_ears.png create mode 100644 Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/milky_horns.png diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Underwear/socks.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Underwear/socks.ftl index 95858e1c850..592b7578d1b 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Underwear/socks.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Underwear/socks.ftl @@ -51,9 +51,7 @@ ent-ADTClothingUnderwearSocksStockingsHeart = длинные чулки с се ent-ADTClothingUnderwearSocksRabbit = носки с кроликами .desc = Теплый и необычные носочки в виде кроликов. -ent-ClothingUnderwearSocksCoder = носочки для програмиста - .desc = Пришло время отдаться коду!11!! -ent-ClothingUnderwearSocksBee = носочки с пчёлами +ent-ADTClothingUnderwearSocksBee = носочки с пчёлами .desc = Заставь их загудеть от волнения. ent-ADTClothingUnderwearSocksBlueshield = носки офицера "Синего Щита" diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/Customization/Markings/Human.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/Customization/Markings/Human.ftl index d7b70ca6b97..4568b902c4b 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/Customization/Markings/Human.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/Customization/Markings/Human.ftl @@ -6,7 +6,9 @@ marking-HumanPiercingNippleR = Правый сосок marking-HumanPiercingNipple = Сосок marking-ADTFoxTail = Лисий хвост -marking-ADTMilkyTail = Шипастый хвост +marking-ADTMilkyTail = Шипастый хвост, Человек +marking-ADTMilkyEars = Удлинённые уши, Человек +marking-ADTMilkyHorns = Рога, Человек # Аргументации marking-AugmentsRoboticArmRight-r_roboarm = Аугментация, правая рука (Робот) diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Underwear/Socks/socks.yml b/Resources/Prototypes/ADT/Entities/Clothing/Underwear/Socks/socks.yml index 41239c7e1b5..64ae206355d 100644 --- a/Resources/Prototypes/ADT/Entities/Clothing/Underwear/Socks/socks.yml +++ b/Resources/Prototypes/ADT/Entities/Clothing/Underwear/Socks/socks.yml @@ -40,7 +40,7 @@ - type: entity parent: ADTClothingUnderwearSocksBase - id: ClothingUnderwearSocksBee # HACK + id: ADTClothingUnderwearSocksBee # HACK name: bee socks description: Make them loins buzz! components: diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Human.yml b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Human.yml index a078085c9d7..f73cfce3882 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Human.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Human.yml @@ -86,3 +86,22 @@ state: milky_tail - sprite: ADT/Mobs/Customization/Human/demon.rsi state: milky_tail_secondary + +- type: marking + id: ADTMilkyEars + bodyPart: Head + markingCategory: HeadTop + speciesRestriction: [Human] + sprites: + - sprite: ADT/Mobs/Customization/Human/demon.rsi + state: milky_ears + +- type: marking + id: ADTMilkyHorns + bodyPart: Head + markingCategory: HeadSide + speciesRestriction: [Human] + sprites: + - sprite: ADT/Mobs/Customization/Human/demon.rsi + state: milky_horns + diff --git a/Resources/Prototypes/ADT/Loadouts/Jobs/Security/brigmedic.yml b/Resources/Prototypes/ADT/Loadouts/Jobs/Security/brigmedic.yml index 069f7e1d88f..37641c35d24 100644 --- a/Resources/Prototypes/ADT/Loadouts/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/ADT/Loadouts/Jobs/Security/brigmedic.yml @@ -72,69 +72,58 @@ - type: loadout id: ADTEyesGlassesMed equipment: - back: ADTClothingEyesGlassesMed + eyes: ADTClothingEyesGlassesMed - type: loadout id: ADTEyesGlassesSecurity equipment: - back: ClothingEyesGlassesSecurity + eyes: ClothingEyesGlassesSecurity - type: loadout id: ADTEyesGlassesSunglasses equipment: - back: ClothingEyesGlassesSunglasses + eyes: ClothingEyesGlassesSunglasses # Hands Gloves - type: loadout id: ADTHandsGlovesLatex equipment: - back: ClothingHandsGlovesLatex + gloves: ClothingHandsGlovesLatex - type: loadout id: ADTHandsGlovesNitrile equipment: - back: ClothingHandsGlovesNitrile - -- type: loadout - id: ADTHandsGlovesCombat - equipment: - back: ClothingHandsGlovesCombat - -# PDA -- type: loadout - id: ADTBrigmedicPDA - equipment: - back: BrigmedicPDA + gloves: ClothingHandsGlovesNitrile # belt - type: loadout id: ADTBeltMedicalFilled equipment: - back: ClothingBeltMedicalFilled + belt: ClothingBeltMedicalFilled - type: loadout id: ADTBeltSecurityRPS equipment: - back: ClothingBeltSecurityWebbingFilled + belt: ClothingBeltSecurityWebbingFilled - type: loadout id: ADTBeltSecurityForBrigmedic equipment: - back: ClothingBeltSecurityFilled + belt: ClothingBeltSecurityFilled # outerwear - type: loadout id: ADTOuterCoatBrigmedicWB equipment: - back: ADTClothingOuterCoatBrigmedicWB + outerClothing: ADTClothingOuterCoatBrigmedicWB - type: loadout id: ADTOuterVestSecurityMedic equipment: - back: ClothingOuterVestSecurityMedic + outerClothing: ClothingOuterVestSecurityMedic - type: loadout id: ADTOuterCoatLabSecurityMedic equipment: - back: ClothingOuterCoatLabSecurityMedic + outerClothing: ClothingOuterCoatLabSecurityMedic diff --git a/Resources/Prototypes/ADT/Loadouts/loadout_groups.yml b/Resources/Prototypes/ADT/Loadouts/loadout_groups.yml index 1d052192bab..33a6a0cfe0f 100644 --- a/Resources/Prototypes/ADT/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/ADT/Loadouts/loadout_groups.yml @@ -307,16 +307,6 @@ loadouts: - ADTHandsGlovesLatex - ADTHandsGlovesNitrile - - ADTHandsGlovesCombat - - # PDA -- type: loadoutGroup - id: ADTBrigmedicPDA - name: loadout-brigmedic-pda-adt - minLimit: 0 - maxLimit: 1 - loadouts: - - ADTBrigmedicPDA # Eyes - type: loadoutGroup @@ -337,8 +327,7 @@ maxLimit: 1 loadouts: - ADTBeltMedicalFilled - - ADTBeltSecurityRPS - - ADTBeltSecurityForBrigmedic + - ADTMedicalBeltBag # outerwear - type: loadoutGroup diff --git a/Resources/Prototypes/ADT/Loadouts/role_loadouts.yml b/Resources/Prototypes/ADT/Loadouts/role_loadouts.yml index d7cf3d54f3b..37a4e8f910a 100644 --- a/Resources/Prototypes/ADT/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/ADT/Loadouts/role_loadouts.yml @@ -170,10 +170,9 @@ - ADTBrigmedicOuterWear - ADTBrigmedicBack # Another stuffs - - ADTBrigmedicBelts + - ADTMedicalBelt - ADTBrigmedicEyes - ADTBrigmedicGloves - - ADTBrigmedicPDA # another: - SecurityShoes - SurvivalSecurity diff --git a/Resources/Prototypes/ADT/Roles/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/ADT/Roles/Jobs/Medical/senior_physician.yml index d0c2402da9e..884f0c9579f 100644 --- a/Resources/Prototypes/ADT/Roles/Jobs/Medical/senior_physician.yml +++ b/Resources/Prototypes/ADT/Roles/Jobs/Medical/senior_physician.yml @@ -26,4 +26,3 @@ equipment: id: SeniorPhysicianPDA ears: ClothingHeadsetMedical - belt: ClothingBeltMedicalFilled \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/ADT/Roles/Jobs/Security/brigmedic.yml index c0aca988a94..916d7b7381a 100644 --- a/Resources/Prototypes/ADT/Roles/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/ADT/Roles/Jobs/Security/brigmedic.yml @@ -27,7 +27,6 @@ - type: startingGear id: BrigmedicGear equipment: - jumpsuit: ADTClothingUniformBrigmedicJumpsuitTurtleneck id: BrigmedicPDA ears: ClothingHeadsetBrigmedic pocket1: WeaponPistolMk58 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 07e50d4a594..1c8b54342de 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -95,6 +95,9 @@ ADTClothingUnderwearSocksKneeComfyGrey: 2 ADTClothingUnderwearSocksKneeComfyRed: 2 ADTClothingUnderwearSocksKneeComfyViolet: 2 + ADTClothingUnderwearSocksBee: 2 + ClothingUnderSocksBee: 2 + ClothingUnderSocksCoder: 1 # ADT конец носков # ADT бельё/обмотки/плащи начало ADTClothingFootWrapsWhite: 2 diff --git a/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/meta.json b/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/meta.json index 15064296cd7..6b5d1d11c40 100644 --- a/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/meta.json +++ b/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/meta.json @@ -26,6 +26,14 @@ [0.25,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2], [0.25,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2] ] + }, + { + "name": "milky_horns", + "directions": 4 + }, + { + "name": "milky_ears", + "directions": 4 } ] } diff --git a/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/milky_ears.png b/Resources/Textures/ADT/Mobs/Customization/Human/demon.rsi/milky_ears.png new file mode 100644 index 0000000000000000000000000000000000000000..998cca9bb68ea9e92768b7e049f1a4a0d579c068 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|!aZFaLn`LH zy=lpHz<`J4fa?GHwc3x>eme3fvCTfS#VTyC5W|dDd+*18n>%g3O6JH$Ny(vr@*?-;@2-##;x6zj~r>mzLe;(NOKxvXdhyssm;EZ{p8~$&dvA2TJ&#=p7qDxK6iHvuepFbKm>hUqwo;g#sZolpS%hKys zP5&Np^{;ZyS#x9IiN_fP4cDvf`83Q@upADM|F7C-&Z!)kIQ^Ap@03g11A3gd ty3Org_dDWl^J^E6?(K7&U literal 0 HcmV?d00001