From 8a70350aba61bede4d693145f8d05ce15067de7c Mon Sep 17 00:00:00 2001 From: EstKemran <157578255+EstKemran@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:49:53 +0300 Subject: [PATCH 1/5] =?UTF-8?q?=D0=94=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8C=20"=D0=98=D1=81=D1=81=D0=BB=D0=B5=D0=B4=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ru-RU/ss220/job/job-description.ftl | 1 + Resources/Locale/ru-RU/ss220/job/job-name.ftl | 2 ++ .../Prototypes/Roles/Jobs/departments.yml | 1 + .../SS220/Entities/JobSpawners/seniorMark.yml | 14 ++++++++- .../SS220/Roles/Jobs/Science/explorer.yml | 27 ++++++++++++++++++ .../SS220/Roles/play_time_trackers.yml | 3 ++ .../Prototypes/SS220/StatusIcons/job.yml | 8 ++++++ .../Interface/Misc/job_icons.rsi/explorer.png | Bin 0 -> 152 bytes .../Interface/Misc/job_icons.rsi/meta.json | 5 +++- .../SS220/Markers/jobs.rsi/explorer.png | Bin 0 -> 1101 bytes .../Textures/SS220/Markers/jobs.rsi/green.png | Bin 0 -> 295 bytes .../Textures/SS220/Markers/jobs.rsi/meta.json | 6 ++++ 12 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/SS220/Roles/Jobs/Science/explorer.yml create mode 100644 Resources/Textures/SS220/Interface/Misc/job_icons.rsi/explorer.png create mode 100644 Resources/Textures/SS220/Markers/jobs.rsi/explorer.png create mode 100644 Resources/Textures/SS220/Markers/jobs.rsi/green.png diff --git a/Resources/Locale/ru-RU/ss220/job/job-description.ftl b/Resources/Locale/ru-RU/ss220/job/job-description.ftl index 8aa88b1836ac..69b58c8dc656 100644 --- a/Resources/Locale/ru-RU/ss220/job/job-description.ftl +++ b/Resources/Locale/ru-RU/ss220/job/job-description.ftl @@ -7,3 +7,4 @@ job-description-magistrate = Магистрат обязан быть гаран job-description-prisoner = Заключённый космической станции... Что может быть лучше? job-description-blueshield = Ваша главная цель - защитить глав станции. Помните, вы не офицер СБ. job-description-deathsquad = Член эскадрона смерти. Уничтожьте всё живое! +job-description-explorer = Исследователь обязан изучать неизведанные территории, собирать данные и образцы, а также передавать информацию научному отделу. diff --git a/Resources/Locale/ru-RU/ss220/job/job-name.ftl b/Resources/Locale/ru-RU/ss220/job/job-name.ftl index fd5b13bb8946..11ad406202cd 100644 --- a/Resources/Locale/ru-RU/ss220/job/job-name.ftl +++ b/Resources/Locale/ru-RU/ss220/job/job-name.ftl @@ -18,3 +18,5 @@ job-name-ussp = СССП job-name-dq-operative = оперативник Эскадрона Смерти job-name-dq-commander = командир Эскадрона Смерти job-name-dq-specialist = специалист Эскадрона Смерти + +job-name-explorer = исследователь diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 2a2d6ca65a77..45a7ea373f9c 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -140,6 +140,7 @@ roles: - ResearchDirector - SeniorResearcher #ss220 + - Explorer #SS220 Add Explorer - Scientist - ResearchAssistant diff --git a/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml b/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml index 4bfba98ec3b6..7adc59578e4e 100644 --- a/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml +++ b/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml @@ -57,4 +57,16 @@ layers: - state: green - state: serviceworker -# \ No newline at end of file +# +- type: entity + id: SpawnPointExplorer + parent: SpawnPointJobBase + name: explorer + components: + - type: SpawnPoint + job_id: Explorer + - type: Sprite + sprite: + layers: + - state: green + - state: explorer diff --git a/Resources/Prototypes/SS220/Roles/Jobs/Science/explorer.yml b/Resources/Prototypes/SS220/Roles/Jobs/Science/explorer.yml new file mode 100644 index 000000000000..24024324719c --- /dev/null +++ b/Resources/Prototypes/SS220/Roles/Jobs/Science/explorer.yml @@ -0,0 +1,27 @@ +- type: job + id: Explorer + name: job-name-explorer + description: job-description-explorer + playTimeTracker: JobExplorer + requirements: + - !type:OverallPlaytimeRequirement + time: 3600 + # Todo: Добавить после обсуждения + startingGear: ExplorerGear + icon: "JobIconExplorer" + supervisors: job-supervisors-science + canBeAntag: true + access: + - Research + - Explorer + - Maintenance + - Cargo + - Salvage + - Maintenance + - External + +- type: startingGear + id: ExplorerGear + equipment: + id: ExplorerPDA + ears: ClothingHeadsetScience diff --git a/Resources/Prototypes/SS220/Roles/play_time_trackers.yml b/Resources/Prototypes/SS220/Roles/play_time_trackers.yml index e0b6c525cb45..6d200c816e20 100644 --- a/Resources/Prototypes/SS220/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/SS220/Roles/play_time_trackers.yml @@ -34,6 +34,9 @@ - type: playTimeTracker id: Prisoner +- type: playTimeTracker + id: JobExplorer + # Antags - type: playTimeTracker id: AntagNukeops diff --git a/Resources/Prototypes/SS220/StatusIcons/job.yml b/Resources/Prototypes/SS220/StatusIcons/job.yml index 63d1660bffb8..6a859973da13 100644 --- a/Resources/Prototypes/SS220/StatusIcons/job.yml +++ b/Resources/Prototypes/SS220/StatusIcons/job.yml @@ -5,3 +5,11 @@ sprite: /Textures/SS220/Interface/Misc/job_icons.rsi state: magistrate jobName: job-name-magistrate + +- type: jobIcon + parent: JobIcon + id: JobIconExplorer + icon: + sprite: /Textures/SS220/Interface/Misc/job_icons.rsi + state: explorer + jobName: job-name-explorer diff --git a/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/explorer.png b/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed3b52ce5c7d6be4ec199f9f1577bdb07076aac GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`@C5jTxc>kD zzuTbyWbS?-}1%%FeRtc^+#gm38Nj!8^ZF->-iNJvKsE+egxFT;OXk;vd$@?2>@oaHbejb literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/meta.json index 1a66daad029b..99295c20f7cd 100644 --- a/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/SS220/Interface/Misc/job_icons.rsi/meta.json @@ -1,12 +1,15 @@ { "version": 1, "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "SecurityPilot Made by Surani, mindslave Made by ell_good (Discord) For SS220, magistrate sprited by Estkemran (GIthub) for SS220, deathsquad state sprited by Estkemran (Github) for SS220", + "copyright": "SecurityPilot Made by Surani, mindslave Made by ell_good (Discord) For SS220, magistrate & deathsquad states & explorer sprited by Estkemran (Github) for SS220", "size": { "x": 8, "y": 8 }, "states": [ + { + "name": "explorer" + }, { "name": "SecurityPilot" }, diff --git a/Resources/Textures/SS220/Markers/jobs.rsi/explorer.png b/Resources/Textures/SS220/Markers/jobs.rsi/explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..20bacdce64be0610cd4ce7f7d1463a743ccd13e7 GIT binary patch literal 1101 zcmV-T1hV^yP)Px(2T4RhR9J<@mtRaxWea4inYCz!+RPBh^)B) zu-80+FW~|ZrGVI0jPu!{17hf32$Eeu$=m+t&n;#Yv z(=g(*LkGl>XX`lkf@J)_muC6Yc1;Y#gSbL9}mY2MwVk-cICawXHimkA`6+aq8K=_|CErsWMONoMegrse)JdQ{(fw2wa8tvII;g!`FfzYuScly z3@=u^$N9Twkaq4sjc4>RS3fp<)o@%xj&heQT01QI+U-#I_Pd{WZn zaXSIP^y+o8}vMI1OZ*4dCZr zKh@`wr7C+Hlr#WOnonl;rEW08OhFL;DvOscij1O)+v{l&92*ra_I4q6$)d&HEOgt1Q2%z9So%rH2 z0r2!|Z<@4szGSJ=>wW*)<8zvF_xxu7x$?^3Gh%YqPxryS1j8!U-I6|P`mcWcy?meJ z$yq;x$2$NBMOO)iRYKA1l^Z8yt1QT4I4zO`2+iM$lOnLgU0?Px#;Ymb6R9J=8SFsVoFbsT~f^;cTrQ=w^3otqhWQ80ZRSLRLa8RW}ifu_}fol2x zPnKRb@QZP{bnjM}kxD#{ovDaD%t$4k(iv7Fa+rZi+~PLPc-~jMu4{lGN-!gp*rx#i zRFx>jWGm380gq`RRZGY@tROvTLH;E`D?)PC3`i=REoTj&rfTZ@1OQFnWV<>i0)VP% z)nm1VbZmb2lkDKy1U-@gG;<+JvrS=xRi+R_wZrT-UMdgT(boW=UQv t!u?s!_JEeW6qB6-3vw}L%g?EMd;rpbAlK@*u7v;q002ovPDHLkV1nLWd5{1A literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Markers/jobs.rsi/meta.json b/Resources/Textures/SS220/Markers/jobs.rsi/meta.json index b592ff832f2e..6c4a7089cefc 100644 --- a/Resources/Textures/SS220/Markers/jobs.rsi/meta.json +++ b/Resources/Textures/SS220/Markers/jobs.rsi/meta.json @@ -16,6 +16,12 @@ { "name": "centcommfieldofficer" }, + { + "name": "explorer" + }, + { + "name": "green" + }, { "name": "nanotrasenadmiral" }, From f4052896f88cedd1b9d06f61f67ea5a9d883ff73 Mon Sep 17 00:00:00 2001 From: EstKemran <157578255+EstKemran@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:50:32 +0300 Subject: [PATCH 2/5] =?UTF-8?q?=D0=9E=D0=B4=D0=B5=D0=B6=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=B8=D1=81=D1=81=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ss220/clothing/Jumpsuit/turtleneck.ftl | 5 ++- .../ss220/clothing/Uniforms/jumpsuit.ftl | 5 +++ .../ru-RU/ss220/loadout-groups/explorer.ftl | 4 ++ .../Clothing/Uniforms/Jumpsuit/jumpsuits.yml | 16 +++++++ .../Clothing/Uniforms/Jumpsuit/turtleneck.yml | 12 +++++ .../equipped-HELMET-dog.png | Bin 0 -> 605 bytes .../equipped-HELMET-hamster.png | Bin 0 -> 669 bytes .../beret_explorer.rsi/equipped-HELMET.png | Bin 0 -> 502 bytes .../Head/Hats/beret_explorer.rsi/icon.png | Bin 0 -> 423 bytes .../Hats/beret_explorer.rsi/inhand-left.png | Bin 0 -> 537 bytes .../Hats/beret_explorer.rsi/inhand-right.png | Bin 0 -> 557 bytes .../Head/Hats/beret_explorer.rsi/meta.json | 34 +++++++++++++++ .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1548 bytes .../explorer.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1873 bytes .../Uniforms/Jumpsuit/explorer.rsi/icon.png | Bin 0 -> 934 bytes .../Jumpsuit/explorer.rsi/icon_tie.png | Bin 0 -> 792 bytes .../Jumpsuit/explorer.rsi/inhand-left.png | Bin 0 -> 1087 bytes .../Jumpsuit/explorer.rsi/inhand-right.png | Bin 0 -> 1049 bytes .../Uniforms/Jumpsuit/explorer.rsi/meta.json | 41 ++++++++++++++++++ .../tie-equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1055 bytes .../tie-equipped-INNERCLOTHING.png | Bin 0 -> 1003 bytes .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1005 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 1230 bytes .../Jumpsuit/explorer_turtle.rsi/icon.png | Bin 0 -> 519 bytes .../explorer_turtle.rsi/inhand-left.png | Bin 0 -> 759 bytes .../explorer_turtle.rsi/inhand-right.png | Bin 0 -> 737 bytes .../Jumpsuit/explorer_turtle.rsi/meta.json | 30 +++++++++++++ 27 files changed, 146 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/ru-RU/ss220/loadout-groups/explorer.ftl create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-dog.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-hamster.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/meta.json create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon_tie.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/turtleneck.ftl b/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/turtleneck.ftl index f68835da1cad..504670d51d1f 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/turtleneck.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/turtleneck.ftl @@ -18,4 +18,7 @@ ent-ClothingUniformJumpsuitSalvageSpecialistTurtleneck = водолазка ут .suffix = За время в игре ent-ClothingUniformJumpsuitBrigmedicTurtleneck = водолазка бригмедика .desc = Водолазка бригмедика. - .suffix = За время в игре \ No newline at end of file + .suffix = За время в игре +ent-ClothingUniformJumpsuitExplorerTurtleneck = водолазка исследователя + .desc = Униформа, созданная для тех, кто стремится исследовать неизведанные уголки космоса. + .suffix = За время в игре diff --git a/Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpsuit.ftl b/Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpsuit.ftl index 65b8d5a41e62..3ed5af2c8999 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpsuit.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpsuit.ftl @@ -50,3 +50,8 @@ ent-ClothingUniformJumpsuitInterdyne = форма парамедика Interdyne ent-ClothingUniformJumpsuitUssp = униформа СССП .desc = Форма, пропитанная кровью, потом и ненавистью к капитализму. + +ent-ClothingUniformJumpsuitExplorer = униформа исследователя + .desc = Практичный и функциональный комплект одежды, разработанный для работы в экстремальных условиях. +ent-ClothingUniformJumpsuitExplorerTie = униформа исследователя + .desc = Практичный и функциональный комплект одежды, разработанный для работы в экстремальных условиях. diff --git a/Resources/Locale/ru-RU/ss220/loadout-groups/explorer.ftl b/Resources/Locale/ru-RU/ss220/loadout-groups/explorer.ftl new file mode 100644 index 000000000000..c559e14f851b --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/loadout-groups/explorer.ftl @@ -0,0 +1,4 @@ +loadout-group-explorer-jumpsuit = Исследователь, комбинезон +loadout-group-explorer-head = Исследователь, голова +loadout-group-explorere-outerclothing = Исследователь, верхняя одежда +loadout-group-explorer-headset = Исследователь, гарнитура diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml index fb9d343c023f..12d8fc0f6b11 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml @@ -655,6 +655,22 @@ - type: Clothing sprite: SS220/Clothing/Uniforms/Jumpsuit/rd_alt.rsi + # Исследователь +- type: entity + parent: ClothingUniformBaseFoldable + id: ClothingUniformJumpsuitExplorer + name: explorer uniform + description: A practical and functional set of clothes designed to work in extreme conditions. + components: + - type: Sprite + sprite: SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi + - type: Clothing + sprite: SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi + +- type: entity + parent: [ClothingUniformBaseFoldableTie, ClothingUniformJumpsuitExplorer] + id: ClothingUniformJumpsuitExplorerTie + # Служба Безопасности # Офицер СБ diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/turtleneck.yml b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/turtleneck.yml index dc899672745d..0ef4b0ca8074 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/turtleneck.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/turtleneck.yml @@ -109,3 +109,15 @@ sprite: SS220/Clothing/Uniforms/Jumpsuit/brigmedic_turtle.rsi - type: Clothing sprite: SS220/Clothing/Uniforms/Jumpsuit/brigmedic_turtle.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitExplorerTurtleneck + name: explorer turtleneck + description: A uniform created for those who seek to explore the unexplored corners of the cosmos. + suffix: For playtime + components: + - type: Sprite + sprite: SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi + - type: Clothing + sprite: SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-dog.png b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-dog.png new file mode 100644 index 0000000000000000000000000000000000000000..3b43c4cfe8451300dfa866170165713fd5dc2c44 GIT binary patch literal 605 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU{djPaSW-L^LCcCH?yNiYyOdA z<{FPy3+RS*ELCXYP~zYUyT$pB$uat(8~4FO$1VZMOJN6tSfmdg6VX)anh@%E@W>LG zoz7}&3Z2sqtuub`b5^a&%<6YH=bC&MVE8}VW$)eds^zU#=l9${m3+&7b+v8qo_ns5 z^*f5!{5joyWm@6iV^v+npC8w9f0^We`t?Dxe!1dLF@IV)@7S21E1fwn%)eH}$Jaot zdV`Ucn%eG{FDgP!eXX;nmlXeXd%pejr`(RqELUqLED((SdwNS<(fZi?9vP{h%jMe_ z-v7MWf1~7uOIOsi-uv?Ao>*+8^fEVlcET3cKRJy?{jN7{>@)B8ufLd8BU-#aE6(;! zXJg;ZPo?SG1m-i;abJ<2ki9`KIM>ZTfJ6N^pX$U5*=rx3pK8g*Q{d1Xn$W;3wT6jV z=0bv~#DfO5)dv{ZO(Iy?EEXKpGC07<8`j9km$88htI|K!%&$(dw=8rEJovyxVBYQ5 zeb*}1ZYXV9{C&l-l8KTIjSpNzTi)py<;e0SPdRpfVw-`Ial`UWIulyigruK}aJFl7 zm~Fi_OWt~E$gSUn{;h^y4>@v;vjuOKR4mC~DHA<&-p%C?52{Hn33#+#?wdyZk1MOL z-?|g``R}@|)83U>T+&@|C}{op%E}N&u2n)gE85lt1`5n%+@oJ9ed39S=0d^pI1XUq dKmdb=j(v<(^+!uo16>_K!k(^vF6*2UngHO#2M7QF literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-hamster.png b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000000000000000000000000000000000..4f58b9f3c9a1be46464b2e760718b4320b3cf630 GIT binary patch literal 669 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU`p|HaSW-L^LCb@hjgIC@%_Tf zg|u02N$If2>Ioco&=grH#>6&PN=9VY4z^cOB^zX;tae;Edz7bZZi$eRg++%#V}PL2 ziv>%X%a>l@+h%3=GwxH;$PBavF@`=ULL;fd+Y8`&!wkY zc;uEXYFacYeF`6|zn|V_rDfAr?JNCJwQ=4b+DUEII8IkDY)Yd=MPDNCPyzVP{; zuZ=sot{f{C-oxqkcPH<)^675+`_eYa?yg=P_+PC2;>Y``*OC$%7^Su_G4otlAS#j2 zz_#`P1G7m6E1SduM{R=x47^c|jBFVfxOfa4n!~UvRSl@V zaz6*99*Vj*f6CS4r`H-v<~Xgm(Ky{fYvS~H(M|1Neq{Efb?-HqA~XH*2E(^EnEyN| w=WMyfax?e(Pqo;Aga7~l literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..bc48b3efd4be64fd8dc26a4e06580c3540b8eddb GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVBG8J;uumf=j|#7~~%Wv02t!10-df{YyE4QKDuHncZAWom(y`G%XhAnauxq6w>@Hm50=*TT;9ud_8w!PpvzUR z^7J)p<^?Iq1^#8K651KG?5$Xt{npol8LBgze~4bNb+s6O^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/icon.png b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..275fd29f42f076aa6ebe91d50503ea6968d31cb0 GIT binary patch literal 423 zcmV;Y0a*TtP)Px$VM#ryz(@rZot?rWel_+Bs{^9n0{Rxl$d*eRWVVZWfJjh zAWh5>{xL7%369OtW2ytGP)^k@)mm)qfc6CXoS7KV#EpVRalL4@U!IKtedPeh3mGDt zPBv->U&O2ZGVAd+KG{k2Y~Hj1(=%}Ryp2!(Ufk!u2cXe>0YK^GP2Fp11}<&;$crv) zS349KeQSNYo2?!VWd)^^M|LNr%G>F528I^9bn>*P#v^`~A2TB{O1dHUvO8(| ze;M0>ttG2;-Rh}b!(@BiQOWC$Qg^NK(7gd*H+jd=#VP=m*7)iL0)apP@Bx~^iQ}jT Ra0>tc002ovPDHLkV1m>LxlRB8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..62171b28e81a1372bad7c612a4cd0fa731164528 GIT binary patch literal 537 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV0_@|;uumf=k2Zi-iIAT*gu39 zPFfWpAj*DG(OH&Tsbg`%!IOa>^aWmN?RcTE!)n)-1s5)cE?mr^$IAZp!onbSX~B{e z+a90X{mm)&lKe64@}uwBy)K#U-1A-aWRW}27BKkl>r%d7`eX9KZ{F`Kck1q%{>jRz zLoZ#(RjIdV&P?6P2T3{)|CYyEe8_rh(r5MG-0kr8SI5ulpU=DWIz8~8x&6CP$&^zU@4l6eeY!oBdG9-mt2V*O z8ZtRX6Gf}V`=gvM7)31psp*womiq9!e0t;Y(702v>&0bff4F-)oBMas>USMGial0- zZa+}iW6PAc)NN@|tl9bVdtckNbA4MK_jPXh=Mtr7YS;I^-{|$W|0*BHeb!e`uX66+ zv#WO3!;M#e%ss~8d|FxH+oN5rl`L*+R@_lwNpR$KQ)J-IGT>s22xt!EIM5{3}vIxb_Qk zOy5=ib=Q(@+bpoK5~{P10?n6XZiL-f!EpFXy=vKitgd-=ctU+40LSM<~){hd$d8C_pGy~$2|u5j)A zAg>aei6`3U9(gcH%u39E=li*LbGBEcF1p7!+n--SW1cCqi}cW(3a^yj_YvSE?^f&610hi0VrurvSP@OfqO zRLfoeo+*Ax-8X;J&eFdRuD)Kle(fpe$P$K)@9s@AwX)r{^n99|im>$)UdQtc%Y&8& z?Ob^F^RDtay90c_r`?mfDt7nz_TO1M@~_Dr*Dn3vUMV)?>|)tHoL+WyO?!X-f&wDA9sbGcM?xhl=LQH;U^ywy(S- zV!`m~i{KW=8p*rf4^$7Zy6KtDR^wvs|M_5ElflJ{atX8ek6q5*vSCi);Rn~#&A1nG zEm*9YP}M%~UG}e>UtBAEd*h56nIFU{#GRV3>5Z PB}l;2)z4*}Q$iB}QpWM4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/meta.json b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/meta.json new file mode 100644 index 000000000000..79b66ff8ccd4 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Head/Hats/beret_explorer.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by molochk (Discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET-dog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..89cf4fcf99aa279e429139aa4774e794c6f15f9f GIT binary patch literal 1548 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 IM6N<$g39^3QUCw| literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon_tie.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon_tie.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f325f4d85c1748bd98415ff5bd082a382ebc11 GIT binary patch literal 792 zcmV+z1LypSP)EX>4Tx04R}tkv&MmKpe$iQ;Q;%B6d)5$WWc^q9Tr^ibb$c+6t{Ym|Xe=O&XFE z7e~Rh;NZt%)xpJCR|i)?5c~jfb#YR3krMxx6k5c1aNLh~_a1le0HIlBs@W3*RLwHd ziMW`{uZq2|2w(&u2pE)@sV6gwS$K}Gd-(Wz7v)*r=l&c6O2K4+Pb7{p-LQx^h-Wt~ zo%23%n3W}k_?&pspbHW|a$R=$jdRIifoFz|YK2d-P^xs+Wq|iTXS-qQE`9~0003`Nkl8@NeT{0 zYqf|F#Kte+R5vH_1Gu@nISPIPKZIXEw+e!t6hXRK3JocVh|p-x!E`zobH*ZaCxXlU zmdm?$y!ZdVy8sG>LZMJ7{uxc?@Y3QcBUTy2)-fM#;l=HsdvT++Hd>6>I-)^}AnZ%k zEXnBwXp*7*e1K8q{8Q9Na{yqBN!1fpo4cn;hT=+W9dtb5F#z=Ldct*uCy+NIRvF8l z#pCLNft}JJ)+)Oowk}$ZGb3|28l>DMO)`ER!}1z<4KoIsdzhUtB z;VJ#H0)XEzaMih%`VFPtK<>KeetKWir25MVD7yVl+)w#G#cS4>*Q~MWZ-qkf8{Pqn W|9HcC0}na?0000EX>4Tx04R}tkv&MmKpe$iQ;Q;%B6d)5$WWc^q9Tr^ibb$c+6t{Ym|Xe=O&XFE z7e~Rh;NZt%)xpJCR|i)?5c~jfb#YR3krMxx6k5c1aNLh~_a1le0HIlBs@W3*RLwHd ziMW`{uZq2|2w(&u2pE)@sV6gwS$K}Gd-(Wz7v)*r=l&c6O2K4+Pb7{p-LQx^h-Wt~ zo%23%n3W}k_?&pspbHW|a$R=$jdRIifoFz|YK2d-P^xs+Wq|iTXS-qQE`9~0007ZNkl@PB0+*1M z6iJf~DM3iP1RXL20xovQoTWPZA5@2;ldFQ8n}bkv=^_Rk916}MP{f3wEv6&~c@Uc* z@*FhhHLZ|${auUt{Xn4U!S}tqzFyP3FF-^@L_|bHL_|bnXnkcUTKU+vGwlSJ@Mb@K{NlvPvB}sXXMbs55DgA+S8Jqq!KL8pwh#(qfDJuW~002ovPDHLk FV1hy$1L*(& literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f495fefe2af2f4453884fd4124152f5f3031c8 GIT binary patch literal 1049 zcmV+!1m^pRP)EX>4Tx04R}tkv&MmKpe$iQ;Q;%B6d)5$WWc^q9Tr^ibb$c+6t{Ym|Xe=O&XFE z7e~Rh;NZt%)xpJCR|i)?5c~jfb#YR3krMxx6k5c1aNLh~_a1le0HIlBs@W3*RLwHd ziMW`{uZq2|2w(&u2pE)@sV6gwS$K}Gd-(Wz7v)*r=l&c6O2K4+Pb7{p-LQx^h-Wt~ zo%23%n3W}k_?&pspbHW|a$R=$jdRIifoFz|YK2d-P^xs+Wq|iTXS-qQE`9~0006|NklhRxdhVrq_8U|WMNghRd-GQG;zblZ`UOIuhzUU(Y-kp;P?{hz z9?C51I<-@rIIDSnu#n8M^S%r-lRxtUL_|bHL_|bHL^Sud*7iiHSQYX1`bJ%pidC_- zw)e}uB+|+EnyRsVc7WadKANpY_+Ycu5apVO-TXeR}&UjHx^_!9)9DQ>ObL$~9H zOCazk==Bd1IsJk2r7AC-e3b)GDprN-r4jfOyngcxZq5O4J~Lb|4b>+^66xft9DwM< zcketvFq#4YJD#kXJ#C!NLmstc@UaP&1muWvqi z6DoxT42EMA7PDAc&Rm-Bg=?dA`=$VZ!ElVur_ZTc<%TFMW&r^2KC~0N2S_u`R|o+i z{)ugXh=_=Yi0J=f>Id0{e~8Qr4uI_h=nrrYAfmsFnvCB2@ zr}!pl9~juI8HmR=8Ap2t*sK|d_r1NdX>1lK&jwX&)(k{ro2ESjY}O1!W6QIDQ?v)b zX3an}wrN-TDr~c6K*pA5|E6f~0XAy}qOp(C-!T}P8-OdVTbnfl@z}GBMf2nbC}@g% T1SweT00000NkvXXu0mjf2>tCh literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json new file mode 100644 index 000000000000..9681d05fa7d9 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Sprited by Estkemran (Github) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_tie" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "tie-equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "tie-equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING-monkey.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..3742d00603239db30118d5af969f46fc611020b2 GIT binary patch literal 1055 zcmV+)1mOFLP)EX>4Tx04R}tkv&MmKpe$iQ;Q;%B6d)5$WWc^q9Tr^ibb$c+6t{Ym|Xe=O&XFE z7e~Rh;NZt%)xpJCR|i)?5c~jfb#YR3krMxx6k5c1aNLh~_a1le0HIlBs@W3*RLwHd ziMW`{uZq2|2w(&u2pE)@sV6gwS$K}Gd-(Wz7v)*r=l&c6O2K4+Pb7{p-LQx^h-Wt~ zo%23%n3W}k_?&pspbHW|a$R=$jdRIifoFz|YK2d-P^xs+Wq|iTXS-qQE`9~00073NklI8Hd?R)IE8ElkY22A5523vJ6(0Z*w5=h2781n9N*r;)@^)aKyeT??KKndt@ zlD5iaY`T7U444M9Qx3CJ4!MlY*v%MD(pI`_YTtl()Wq1CA={mX-8l~O&&dGZ2a}aj zS$8>Y?skJ*#%9p!VblH2i&t-2fIx=_&40kd**nVL*xhbWsn&@{O{`etTtZ=(9)6;- z-DzHadvxyEN~s)ZU#%P9ZZ`mUUo1B_Tq%`Ls&6-+hh^!g2)nS;cAKrW#pZzrQqyXB zcup-H6;H)4L+fQHX{&hDq*AS)s`&5XLI@#*5JCtcgb+dqA%qY@{5t}-u@b42+Nss( z?dxNt^#P^BdE!x%!rSFgTVs>?QRO#f*S{X%=dixE7JhRSe)R#z$1FD8Yt&XJ$abg6 zeM+TTZ^r#wp*y1xDB;QcsPbn5fY9dxE^>BOAlWe&=mTiq z0N_;RfzamyF5>krupWC&Zs>R}p;Vm@v`(M`!1*FLNn8D`*#LhW#xMNYT!aup2qA>{ Zv!7f)?e+LqPq6?1002ovPDHLkV1lt#`iTGl literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer.rsi/tie-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d60eb0bc5fc39f0df0212213a2c0923aa579fb GIT binary patch literal 1003 zcmVPx&rAb6VRCt{2nqNp$Q5?s=SIjvsUDq~PxH+dov|(*V1Vsgcq7V9@1jT%jUL>fe zo`OOmqbFbLA$sXi=p~4HO9=8IiYx_L6KQL87b@G|beVl>NG5C-Ti|_C~Y^?Bd?(QZZV08{O8+&>WW1b|(qf;dH6EJ9SMs-c0RD zuT``I0EjRLvLUChY#|h#K+O9Hr}{oYU)d6&SSdEv(r~&|m_`O0YiZoS^9-huK`dgF zbO2Hg@N_i6yE}wXbOPhfdx$5NmAQr~c-%+DI6sYYV;UK8!m)@U>|DQjW#6kPL(vZ4 z0#5aPLd^RJa}85sOiylS=cM*3`WkQzn!_TlhX!tl>r$exXa~d-%Syzqv{D#}jgEN;x3+vhx7UV|v0kC4 zt+kWcREN}h(j_vUjwU!=DmK>ALJ$CvovlQ1L@vReAZriU@q7L}epp`%r{@+<$m9p5 zA^-q}25ul0F#zOm-sw{R_gLBB>G|DbFY`12sBCtaGcz-d_JCa&HjNBydOt$Z33zvh zqy@?SOFjmIyV|$RIrIgZ;!?OwM0bUPT{NtwPLwTtj%+ zCvyB!dkymQjMZ?o!~(Ns!h3Umh6DsVuacEOI5E9oqfNg^quQwg<1$g Zjz6XUz7`@BT+RRh002ovPDHLkV1if`(4+tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..85db2b9eb8c281c77724a8b64ade16cccca4574c GIT binary patch literal 1005 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 TUHFu700000NkvXXu0mjf1VmR~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/meta.json b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/meta.json new file mode 100644 index 000000000000..373ed3acafa9 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Uniforms/Jumpsuit/explorer_turtle.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and modified by Estkemran (GitHub) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 1bfdfe2a898a87ea913137e7a6e97bcccfe04601 Mon Sep 17 00:00:00 2001 From: EstKemran <157578255+EstKemran@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:49:31 +0300 Subject: [PATCH 3/5] =?UTF-8?q?=D0=9A=D0=9F=D0=9A,=20ID,=20=D0=93=D0=B0?= =?UTF-8?q?=D1=80=D0=BD=D0=B8=D1=82=D1=83=D1=80=D0=B0=20=D0=B8=20=D0=BC?= =?UTF-8?q?=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D1=84=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entities/objects/devices/pda.ftl | 2 + .../ru-RU/ss220/clothing/Ears/headset.ftl | 5 +++ .../Locale/ru-RU/ss220/clothing/Head/hats.ftl | 2 + .../entities/misc/identification_cards.ftl | 3 ++ .../SS220/Entities/Clothing/Ears/headset.yml | 34 +++++++++++++++ .../SS220/Entities/Clothing/Head/hats.yml | 17 ++++++++ .../SS220/Entities/JobSpawners/seniorMark.yml | 2 +- .../SS220/Entities/Objects/Devices/pda.yml | 40 ++++++++++++++++++ .../Objects/Misc/identification_cards.yml | 18 ++++++++ .../Objects/Devices/pda.rsi/meta.json | 5 ++- .../Objects/Devices/pda.rsi/pda-explorer.png | Bin 0 -> 649 bytes .../Objects/Misc/id_cards.rsi/idexplorer.png | Bin 0 -> 337 bytes .../Objects/Misc/id_cards.rsi/meta.json | 5 ++- .../explorer.rsi/alt-equipped-EARS-secdog.png | Bin 0 -> 707 bytes .../explorer.rsi/alt-equipped-EARS.png | Bin 0 -> 350 bytes .../explorer.rsi/equipped-EARS-secdog.png | Bin 0 -> 540 bytes .../Headsets/explorer.rsi/equipped-EARS.png | Bin 0 -> 180 bytes .../Ears/Headsets/explorer.rsi/icon.png | Bin 0 -> 386 bytes .../Ears/Headsets/explorer.rsi/icon_alt.png | Bin 0 -> 530 bytes .../Ears/Headsets/explorer.rsi/meta.json | 33 +++++++++++++++ 20 files changed, 163 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Objects/Devices/pda.rsi/pda-explorer.png create mode 100644 Resources/Textures/Objects/Misc/id_cards.rsi/idexplorer.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/alt-equipped-EARS-secdog.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/alt-equipped-EARS.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/equipped-EARS-secdog.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/equipped-EARS.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/icon_alt.png create mode 100644 Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl index d07921a30409..30b1d5f51053 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl @@ -142,6 +142,8 @@ ent-CluwnePDA = КПК клувеня .suffix = Неснимаемый ent-BlueShieldPDA = КПК синего щита .desc = Удивительно, но он не синий. +ent-ExplorerPDA = КПК исследователя + .desc = Прочный как камень. ent-SeniorEngineerPDA = КПК ведущего инженера .desc = Похоже, что его несколько раз разбирали и собирали. ent-SeniorResearcherPDA = КПК ведущего учёного diff --git a/Resources/Locale/ru-RU/ss220/clothing/Ears/headset.ftl b/Resources/Locale/ru-RU/ss220/clothing/Ears/headset.ftl index 3a990ba86ac4..587413fd52d4 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Ears/headset.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Ears/headset.ftl @@ -15,3 +15,8 @@ ent-ClothingHeadsetCaptain = гарнитура капитана ent-ClothingHeadsetBlueShield = полноразмерная гарнитура "Синий Щит" .desc = Безупречная гарнитура для синего щита. + +ent-ClothingHeadsetAltExplorer = полноразмерная гарнитура исследователя + .desc = Гарнитура исследователя. Способна услышать глубины космоса.. +ent-ClothingHeadsetExplorer = гарнитура исследователя + .desc = Гарнитура исследователя. Способна услышать глубины космоса. diff --git a/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl b/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl index 16978cc429c3..386b3d7b704b 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl @@ -61,3 +61,5 @@ ent-ClothingHeadHatInterdyneFlipped = кепка парамедика Interdyne .desc = { ent-ClothingHeadHatInterdyneFlipped.desc } ent-ClothingHeadHatNewYearsCap = новогодний колпак .desc = Яркий новогодний колпак с пушистым помпоном, добавляющий волшебства и праздничного настроения! +ent-ClothingHeadHatBeretExplorer = берет исследователя + .desc = Берет специально для исследователя. diff --git a/Resources/Locale/ru-RU/ss220/prototypes/entities/misc/identification_cards.ftl b/Resources/Locale/ru-RU/ss220/prototypes/entities/misc/identification_cards.ftl index 31515a60cd0b..686988b21306 100644 --- a/Resources/Locale/ru-RU/ss220/prototypes/entities/misc/identification_cards.ftl +++ b/Resources/Locale/ru-RU/ss220/prototypes/entities/misc/identification_cards.ftl @@ -4,3 +4,6 @@ ent-MagistrateIDCard = ID карта магистрата ent-PrisonerIDCard = ID карта заключённого .desc = { ent-IDCardStandard.desc } +ent-ExplorerIDCard = ID карта исследователя + .desc = { ent-IDCardStandard.desc } + diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Ears/headset.yml b/Resources/Prototypes/SS220/Entities/Clothing/Ears/headset.yml index 79cec749d5a7..b5a40ac3b31e 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Ears/headset.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Ears/headset.yml @@ -106,3 +106,37 @@ sprite: SS220/Clothing/Ears/Headsets/blueshield.rsi - type: Clothing sprite: SS220/Clothing/Ears/Headsets/blueshield.rsi + +- type: entity + parent: ClothingHeadsetAlt + id: ClothingHeadsetAltExplorer + name: full-size headset of the explorer + description: It is used by representatives of the law. + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyScience + - EncryptionKeyCargo + - EncryptionKeyCommon + - type: Sprite + sprite: SS220/Clothing/Ears/Headsets/explorer.rsi + - type: Clothing + sprite: SS220/Clothing/Ears/Headsets/explorer.rsi + +- type: entity + parent: ClothingHeadset + id: ClothingHeadsetExplorer + name: headset of the explorer + description: It is used by representatives of the law. + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyScience + - EncryptionKeyCargo + - EncryptionKeyCommon + - type: Sprite + sprite: SS220/Clothing/Ears/Headsets/explorer.rsi + - type: Clothing + sprite: SS220/Clothing/Ears/Headsets/explorer.rsi diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml index 6c78edb8e1b9..fd9ec18268a7 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml @@ -518,6 +518,23 @@ Female: FemaleEngineer Unsexed: MaleEngineer +# Научный отдел + + # Исследователь +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretExplorer + name: beret explorer + description: The beret is specially for the explorer. + components: + - type: Sprite + sprite: SS220/Clothing/Head/Hats/beret_explorer.rsi + - type: Clothing + sprite: SS220/Clothing/Head/Hats/beret_explorer.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon # OTHER diff --git a/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml b/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml index 7adc59578e4e..6958b7f423f1 100644 --- a/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml +++ b/Resources/Prototypes/SS220/Entities/JobSpawners/seniorMark.yml @@ -66,7 +66,7 @@ - type: SpawnPoint job_id: Explorer - type: Sprite - sprite: + sprite: SS220/Markers/jobs.rsi layers: - state: green - state: explorer diff --git a/Resources/Prototypes/SS220/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/SS220/Entities/Objects/Devices/pda.yml index aad819909b7d..f73e9a64984e 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Devices/pda.yml @@ -284,3 +284,43 @@ - state: "id_overlay" map: [ "enum.PdaVisualLayers.IdLight" ] visible: false + +- type: entity + parent: BasePDA + id: ExplorerPDA + name: explorer PDA + description: Solid as a rock + components: + - type: Pda + id: ExplorerIDCard + - type: Appearance + appearanceDataInit: + enum.PdaVisuals.PdaType: + !type:String + pda-explorer + - type: PdaBorderColor + borderColor: "#7b6c47" + accentVColor: "#8133a8" + - type: Sprite + sprite: Objects/Devices/pda.rsi + layers: + - map: [ "enum.PdaVisualLayers.Base" ] + state: "pda" + - state: "screen-pai" + shader: "unshaded" + - state: "light_overlay" + map: [ "enum.PdaVisualLayers.Flashlight" ] + shader: "unshaded" + visible: false + - state: "id_overlay" + map: [ "enum.PdaVisualLayers.IdLight" ] + visible: false + - type: Icon + state: pda-explorer + - type: Tag + tags: + - WhitelistPdaIdPainter + - DoorBumpOpener + - WhitelistChameleon + - WhitelistChameleonPDA + diff --git a/Resources/Prototypes/SS220/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/SS220/Entities/Objects/Misc/identification_cards.yml index d8f894b658fa..95f8cab22375 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Misc/identification_cards.yml @@ -146,6 +146,24 @@ - type: PresetIdCard job: Prisoner +- type: entity + parent: IDCardStandard + id: ExplorerIDCard + name: explorer ID card + components: + - type: Sprite + layers: + - state: silver + - state: idexplorer + - type: PresetIdCard + job: Explorer + - type: Tag + tags: + - WhitelistPdaIdPainter + - DoorBumpOpener + - WhitelistChameleon + - WhitelistChameleonIdCard + # Deathsquad - type: entity parent: IDCardStandard diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index c92ffc8163fa..c7bd4429841d 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Sprited by Kit0vras (Github) for SS220, pda-ce_dark sprited by nightmare_stalker (Discord) for SS220, pda-magistrate & screen-law sprited, iaa & lawyer modified, by Estkemran (Github) for SS220, pda-rd-alt sprited by okroshka59 (Discord) for SS220", + "copyright": "Sprited by Kit0vras (Github) for SS220, pda-ce_dark sprited by nightmare_stalker (Discord) for SS220, pda-magistrate & screen-law & pda-explorer sprited, iaa & lawyer modified, by Estkemran (Github) for SS220, pda-rd-alt sprited by okroshka59 (Discord) for SS220", "size": { "x": 32, "y": 32 @@ -95,6 +95,9 @@ { "name": "pda-engineer" }, + { + "name": "pda-explorer" + }, { "name": "pda-genetics" }, diff --git a/Resources/Textures/Objects/Devices/pda.rsi/pda-explorer.png b/Resources/Textures/Objects/Devices/pda.rsi/pda-explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..fb776a88bd8eb9a8fc074007350b17189a3e78eb GIT binary patch literal 649 zcmV;40(Sk0P)Px%LrFwIR9J=Wmc4IMVHAfSu2!oCtHz?YpfRSYv7v)v#l(qrsU0wle?bR~qZ3Qh z7&Qz!u{*Gk=p^wYbRvwV2*!`vE**>t*HY3OZbGn?KnLUoxF2v!lP)~dJ@0!tzaQs4 z=LP7~=YX-9Z7wW6>RI63>-PXP!1ncfMzepoXN3-2aJkfH%Lc~XULxUOt$FR3d>4T7 z={LG@JM#~p+nzmHG}JIP5D5os&hsa6IqmA&kq;99?0C|;aWf}|28e`%H7UP^=n$;j!Ja=c@C`ApOo)gSObNM3KKMDXNjv-1Ff%2ixoN{eYstA-S0y!l~ zPD%26v&e{J2!Q2GmgP)V&2#hmBvM||)i5knugi=v1mNyxH{EX%r|^Lm_kJx(=F zefkIn6K87R+N~Rg;%3B_R@Ec>kKwpm8pCeHLE8uS9|QmhJ$a=517%h z0?i}X&9?_y&c73;6|jP$DC)CL4;Zp9S8=mAnBD~%dagjbxK%7wU~byY)|wB1Ggp%U zEpg-0@~wwRjxOx4fktCp{#n2K&&^bkq=FjnIMcYCc6{q05`{Q}oAWRe?U;AZM<7WB zMDeUvW?p{X&v;KfB{`N)7ACl_!3IM{tqHe60 jPx$3rR#lR9J=WlObqAQ51&1D+9qI$YV{j;xh~}$yhVk4Kpm;AI$XN!P3I|vcaIN zF07lzFg#^uS0971A;`ith!2^&*S7_W=Yx~}b2$I~ITr*$5QJk#nFOshz8h%M+|49F zDYY~6YqK)0;lw2PZlFuqG63yS3xIxo2*B&dRNKsN-MZZ2IpDC;jbY_Q3pmJY~U;a}A^VM(j^8ReqZ8x9>mk)e>f9}-z>4oy$VDEB( jYOa>(w+MnD2*=9`^qpKtPHlR%00000NkvXXu0mjf34E9j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json index eab9d73e8ff1..95cecdf6e6b4 100644 --- a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json @@ -1,7 +1,7 @@ { "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 by Kit0vras (Github) for SS220, idmagistrate state sprited by Estkemran (Github) for SS220", + "copyright": "Made by Kit0vras (Github) for SS220, idmagistrate & idexplorer state sprited by Estkemran (Github) for SS220", "size": { "x": 32, "y": 32 @@ -88,6 +88,9 @@ { "name": "iddetective" }, + { + "name": "idexplorer" + }, { "name": "idgeneticist" }, diff --git a/Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/alt-equipped-EARS-secdog.png b/Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/alt-equipped-EARS-secdog.png new file mode 100644 index 0000000000000000000000000000000000000000..f28c39f13f11e969b23d08ccea28a103b436b770 GIT binary patch literal 707 zcmV;!0zCbRP)fPDQCGYp+^1z? z3E?B*F+&b0e693&onI8E>-?eEh=k_Au6laYEgWxQEo0<_M}>X4Y)NaJN8QAe%rAwd z4$2(DBt!r|UgDHkCrgoWsd>rlZ{I}Cw@5)en*4Rj7~)8i5$~9&CFz=!ni4%JUzW1U z{db;bYHG6H-Qx%6vt_*xgKHP670dcQwyf$2IG*4#-}DzGrjK@*Pj0gY#xK=lp95TkZJkMoW77-Dd=UMu`zbMw) z{#~@z+7(41UDth|ZJNeS(Uqlj@~yeErH&g~_^;TOyHv+JRHRj^O>swEz=H2_vz7(A z2CgWLy}C&!Yu2*eyay$ew||{eEM(l0aj)9&*omJd6X%qkTiz{^yy+UpvpJLZz29v1 z{o}uBHvfxPxm;JDkm-(SyE#7FtX}u} o-fPDQCGYp+^1z? z3E?B*F+&b0e693&onI8E>-?eEh=k_Au6laYEgWxQEo0<_M}>X4Y)NaJN8QAe%rAwd z4$2(DBt!r|UgDHkCrgoWsd>rlZ{I}Cw@5)en*4Rj7~)8i5$~9&CFz=!ni4%JUzW1U z{db;bYHG6H-Qx%6vt_*xgKHP670dcQwyf$2IG*4#-}DzGrLlrEq{-W*ujnP_uL^t}Pd2TF(l;J(bvw=+aU zycT1f#}WfL(|tLWn~!)XUu(?}s;a&m00000007{FsytF$8G04omZ?|i`hI<*Ke*Kc e00000P|ps#JSQ+*&r((Z0000*bY!9alJKtk=UDP{{?m-YP+s_|5E(Kq;Pcc|$5nPn^tpPx$JV``BR9J=Wls`%XK@^9-6$1e$!a#~e+uR_y*a{crOo${#E+b$w>D8B^Ei z`K6IuPtY3xSglr6RmH1ujS2)+psFfAzIeFzPx$%t=H+R9J=WmcNVBU>t{^T1)T6_Yw-xzTnc~c85Y2w`?MagVRkOE?vZ}|AXWG z0S?agA8;w$CcR1M#7EWfn))8mB_5hwk-CPN~Sl?-$1d1=Xtc-ZG7L)l_)d=z!vDHOe~_c7Ogb^zV8iUEq_`7U!2j&<&VQrvyPzXk2YGaDFM=J9>7j zEqMCm-w0Uy`w47(c)((@V0?H`Xl!lg)EFbLUOeLdgAM>ce?+{SerCB`W->|%^m@Hy zN3T|^R{C8OMZ9_W7=RBSzw+hmtlFP24H%6^xUS1=He)`YClXp~0qAr(bh}-E+{)vW z+5<7%bzNex)><6L!Eqd-D8l#s!f>dt1h#D_?d$a#AQq_aK2TI9y&sx1X;LP?0Xk{g U)^~N&0ssI207*qoM6N<$f(@_tZ~y=R literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/meta.json b/Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/meta.json new file mode 100644 index 000000000000..d316a53293f4 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Ears/Headsets/explorer.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Hqlle and SonicHDC (github), equipped-EARS-secdog && alt-equipped-EARS-secdog Made by dinazewwr (Discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_alt" + }, + { + "name": "equipped-EARS", + "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 + }, + { + "name": "equipped-EARS-secdog", + "directions": 4 + }, + { + "name": "alt-equipped-EARS-secdog", + "directions": 4 + } + ] +} From 81ee0810d2507465a4fd8feb1ad00a31d73c8479 Mon Sep 17 00:00:00 2001 From: EstKemran <157578255+EstKemran@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:26:38 +0300 Subject: [PATCH 4/5] =?UTF-8?q?=D0=9F=D0=B0=D0=BB=D1=8C=D1=82=D0=BE=20?= =?UTF-8?q?=D0=B8=D1=81=D1=81=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ss220/clothing/OuterClothing/coats.ftl | 3 ++ .../Entities/Clothing/OuterClothing/coats.yml | 24 +++++++++++++ .../equipped-OUTERCLOTHING-rezomi.png | Bin 0 -> 982 bytes .../equipped-OUTERCLOTHING-vox.png | Bin 0 -> 1355 bytes .../explorer.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1208 bytes .../OuterClothing/Coats/explorer.rsi/icon.png | Bin 0 -> 544 bytes .../Coats/explorer.rsi/inhand-left.png | Bin 0 -> 648 bytes .../Coats/explorer.rsi/inhand-right.png | Bin 0 -> 649 bytes .../Coats/explorer.rsi/meta.json | 34 ++++++++++++++++++ 9 files changed, 61 insertions(+) create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING-rezomi.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl index 222a22a11d31..1525a029dae1 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl @@ -19,3 +19,6 @@ ent-ClothingOuterBSOCoat = пальто оперативника "Синий Щ ent-ClothingOuterCoatHoSbomber = бомбер главы службы безопасности .desc = Крайне теплый и не менее бронированный бомбер, для не менее важного руководителя отдела обеспечения безопасности. + +ent-ClothingOuterExplorerCoat = пальто исследователя + .desc = Пальто исследователя с встроенным пластинами металла. Хорошо защищает от всяких тварих. diff --git a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml index 69cbea14665d..f2753063b103 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/coats.yml @@ -203,6 +203,30 @@ Caustic: 0.75 Radiation: 0.9 +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterExplorerCoat + name: the explorer coat + description: Explorer's coat with embedded metal plates. Protects well from all kinds of critters. + components: + - type: Sprite + sprite: SS220/Clothing/OuterClothing/Coats/explorer.rsi + - type: Clothing + sprite: SS220/Clothing/OuterClothing/Coats/explorer.rsi + - type: TemperatureProtection + heatingCoefficient: 0.1 + coolingCoefficient: 0.1 + - type: ExplosionResistance + damageCoefficient: 0.9 + - type: Armor + modifiers: + coefficients: + Heat: 0.8 + Blunt: 0.7 + Slash: 0.7 + Piercing: 0.6 + Caustic: 0.8 + # Сервис - type: entity parent: ClothingOuterStorageBase diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING-rezomi.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING-rezomi.png new file mode 100644 index 0000000000000000000000000000000000000000..fced39999beda051e815c146b1d05730aa8c1c48 GIT binary patch literal 982 zcmV;{11bE8P)Px&kV!;ARCt{2nlW$MKorOSq%?qXN7N0I#P(#7!C6QKrhI}ZOBnMpGDYgl2SAMd z0{sXbswzX2Axnvblnexl3R0KKwhFG&UI%i>xQXD-9HHv{COG5!zk7an_wYMFqtR$I z8jVJy(P%WYDHtY`xwfkMDH$Uy+hLvi+tjQ!RTK=9Wir{RwlExF(C-TCr$ukDY=;#M z19?hWvw58Y0M{)uLI?mTcLE=Lp3|10AV;n5CquYa4}4`#6~5dALsJ&Qwo5TzEHSWw!`w2!t;F;4FkiqbpSx__fLH7 z_rb5Jng(1S0QmIdxNeyN5Y`up03LdrEz87~Wlp~HP*eqXu;=@e0R!W~^LA1Fxfemp zb{HXK68=FDVA$yb0DeW<2q8*#gi7U*@lY=qCi5cKJl~(%1){%ILcuVZ>z0{iJIt~j z=DKC3G6$$s4yXDq80JJ57(bl2e*B*25Z(r(s0{ZgGEZ~fdxX{iU^)rm^9}$qne5Us z!FV2!r&L;BDgyXo6ow-J<0K?cDZV{^S517k;ftS)zEA|jQ_w-bn~G*$s-qyPA6;bm zXBmCrDXXOfMIA~gkg_;Vw|a0GAGO$xAVhlL5Jolpb}`rT9*j{f@R z^<4X+iRu7j$MY#6tDneNKHpRhdX_flC2Y`WG#ZUYqtR$I8ja?Eq+pmz>jA5-4`BRS zDq5ym7Q8T%w4X#TMWe;iWy4>ECv}3f1CC1PEcdXBll3#~Wvi&w8%v9VTD`&cvQ?a{ zpCR|Ki=)!Hw6=6<>@K*$o1O1?*ME!L!!C-wSF&9R)9wv$7u?|U=sk)%2JXJxNcSb} zfML3Y*8zR3(zI}O@k81OQLZj7F-&)mr*vGUPWPqzlAZ#c``eV~`yhm%Xc$xH1XQzS znJ5|t2qB3NWF)E%^D_aS@1uR+PSTYS*B?KC7f6#9Ml_-Px)1xZ9fRCt{2n$K(7W*Eo68VNE)G6Zah9AoQba?vS)Qdp0JKq+Cjtvlv082bYT zJrDK=j6n}Q_O{E|rO;#7l|jqOQb?D=Y709uI5b6aiL_we9h~RQYeka%%2tw&_X7r5 zdZq9CKJV}Mc>sk%p-?Ck3WXw*HLJnatOlDm&2`h)WD+;+7Au=3_V!*}c+YV*nI8n` zv=5}dDXSkvA#}ZT;TheR)t@;r72Yrm42Q!BBRI|`qx(e}p=q}m0MslC!{PA4bHgxj z=y?Djr9V@`I~(^{d-)Lz!vFvbheLez^)7$@@cx5|XZGnfetrG@!i*5tCmkYwUq=6v zX$dy!J8WykfqlBo1^ghu+isu#{2<^NvQM|Mwc=o-zO#_AK-8xi2F8V^A93h;()vr& z5}YjUSJkK0b*+tuK|qH zN$6)b6YBS;$8{{PcHsvBYLl2!rlzOoGWwZaAc{g5 zhJll%eGHBU=(G>CL(fCavM}=B;fpUn$H;%j3*TuUXoI5xPL}pz7zUy!%vtnweLn~$ z3M^jd(a$tMwNm97>3gn5*E9}1`TYg&|0LG;T#c^j{k){lZ95_z=?JH9HCq(Qa_qbn2&g+ifFC=`l|H0@Sl zu>dlxSq(PNnMAGwku|Hq%BBfjFTrs(ugnOJv&nS5gtBSoK82FrLEYK7$F^1+JpZtV zqt)NIKQJk1qDUwpqh?vC9DfSRldM}_>O_cK)#R;RT|Ez2_~FN&cny5_?Kg!OL)3V9 z{{d>21>oExytU%sO?`*G?*1~fzLWvpkN(8Z|90Vr0isce6R(7tW$}1{q7gOxAmC9U z(daGy3ir`oeuVd@iNYn;49qPJ+#{PE=3gg$k@X&$32q-O#0x{3}+F0?cdNf4c< zAP9WM^~$D+y>S#6>wB)I>m^o*cQ}b8Yxn>8JMZUa zCP`zSU@U0^blL}6({8b}aJ9=KuHUp~}F{2+kiZ1RHV*%nJ# zEFLB&Qj}A)=zQcJ1O6{a*I1JEFSGU+osV3Zj-S3^B?#Owe7 N002ovPDHLkV1kSwok;)y literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b175f20a4107fa4b48ec2d313f2e74d1f5f09b GIT binary patch literal 1208 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/meta.json b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/meta.json new file mode 100644 index 000000000000..4f1a56d0d9cc --- /dev/null +++ b/Resources/Textures/SS220/Clothing/OuterClothing/Coats/explorer.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "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 by Estkemran (Github) & Kit0vras (Github) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-rezomi", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 17ad6a3f9da267a7857efca1fc869c4342774122 Mon Sep 17 00:00:00 2001 From: EstKemran <157578255+EstKemran@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:32:41 +0300 Subject: [PATCH 5/5] =?UTF-8?q?=D0=9B=D0=BE=D0=B4=D0=B0=D1=83=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SS220/Loadouts/Jobs/Science/explorer.yml | 46 +++++++++++++++++++ .../SS220/Loadouts/loadout_groups.yml | 30 ++++++++++++ .../SS220/Loadouts/role_loadouts.yml | 16 +++++++ 3 files changed, 92 insertions(+) create mode 100644 Resources/Prototypes/SS220/Loadouts/Jobs/Science/explorer.yml diff --git a/Resources/Prototypes/SS220/Loadouts/Jobs/Science/explorer.yml b/Resources/Prototypes/SS220/Loadouts/Jobs/Science/explorer.yml new file mode 100644 index 000000000000..c1ac6fe7a15a --- /dev/null +++ b/Resources/Prototypes/SS220/Loadouts/Jobs/Science/explorer.yml @@ -0,0 +1,46 @@ +# Job Time +- type: loadoutEffectGroup + id: ExplorerTurtleneck + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobExplorer + time: 108000 # 30 hrs + +# Head +- type: loadout + id: HatExplorer + equipment: + head: ClothingHeadHatBeretExplorer + +# Headset +- type: loadout + id: ExplorerHeadset + equipment: + ears: ClothingHeadsetExplorer + +- type: loadout + id: ExplorerHeadsetAlt + equipment: + ears: ClothingHeadsetAltExplorer + +# Jumpsuit +- type: loadout + id: ExplorerJumpsuit + equipment: + jumpsuit: ClothingUniformJumpsuitExplorer + +- type: loadout + id: ExplorerTurtleneck + effects: + - !type:GroupLoadoutEffect + proto: ExplorerTurtleneck + equipment: + jumpsuit: ClothingUniformJumpsuitExplorerTurtleneck + +# Outerclothing +- type: loadout + id: ExplorerCoat + equipment: + outerClothing: ClothingOuterExplorerCoat diff --git a/Resources/Prototypes/SS220/Loadouts/loadout_groups.yml b/Resources/Prototypes/SS220/Loadouts/loadout_groups.yml index 1916d45c3905..cd2328c4cd54 100644 --- a/Resources/Prototypes/SS220/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/SS220/Loadouts/loadout_groups.yml @@ -576,6 +576,36 @@ - Glasses - CyberRnDVisor # Учёный (Конец) + + # Исследователь (Начало) +- type: loadoutGroup + id: ExplorerHead + name: loadout-group-explorer-head + loadouts: + - HatExplorer + +- type: loadoutGroup + id: ExplorerJumpsuit + name: loadout-group-explorer-jumpsuit + loadouts: + - ExplorerJumpsuit + - ExplorerTurtleneck + +- type: loadoutGroup + id: ExplorerOuterClothing + name: loadout-group-explorere-outerclothing + loadouts: + - ExplorerCoat + +- type: loadoutGroup + id: ExplorerHeadset + name: loadout-group-explorer-headset + minLimit: 1 + loadouts: + - ExplorerHeadset + - ExplorerHeadsetAlt + # Исследователь (Конец) + #! Исследовательский отдел (Конец) #! Отдел снабжения (Начало) diff --git a/Resources/Prototypes/SS220/Loadouts/role_loadouts.yml b/Resources/Prototypes/SS220/Loadouts/role_loadouts.yml index 1791989b6e7e..378d6bf76b48 100644 --- a/Resources/Prototypes/SS220/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/SS220/Loadouts/role_loadouts.yml @@ -137,6 +137,22 @@ # - Glasses #SS220-TwoOne-Floppa-Iteration - Trinkets - SponsorNeck #SS220-TwoOne-Floppa-Iteration + + # Исследователь +- type: roleLoadout + id: JobExplorer + groups: + - ExplorerHead + - GroupTankHarness + - ExplorerJumpsuit + - SalvageSpecialistBackpack + - ExplorerOuterClothing + - SalvageSpecialistShoes + - SurvivalExtended + - Glasses + - Trinkets + - GroupSpeciesBreathTool + - SponsorNeck #! Исследовательский отдел (Конец) #! Сервис (Начало)