From 65fb697bffac19271d66e8114094762ae49f54cc Mon Sep 17 00:00:00 2001 From: Svarshik Date: Mon, 23 Sep 2024 21:58:48 +0500 Subject: [PATCH 1/4] general buff for both visors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit у визоров есть защита от вспышек, сварки. Так же, они закрывают область глаз при опозновании. Визору агента добавлена возможность видеть здоровье боргов, а так же сканер солюшнов. --- .../Prototypes/Entities/Clothing/Eyes/hud.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 9e881bf9c218c5..e24949c264f294 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -210,6 +210,12 @@ - type: Clothing sprite: Clothing/Eyes/Hud/synd.rsi - type: ShowSyndicateIcons + #SS220 Syndie visor buff start + - type: EyeProtection + - type: FlashImmunity + - type: IdentityBlocker + coverage: EYES + #SS220 Syndie visor buff end - type: entity parent: [ClothingEyesBase, ShowSecurityIcons, BaseSyndicateContraband] @@ -225,6 +231,14 @@ - type: ShowHealthBars damageContainers: - Biological + #SS220 Syndie visor buff start + - Silicon #to destroy borgs or heal syndie assault borg + - type: EyeProtection + - type: FlashImmunity + - type: IdentityBlocker + coverage: EYES + - type: SolutionScanner #because nukie medic should make chems + #SS220 Syndie visor buff end - type: entity parent: [ClothingEyesGlassesSunglasses, ShowSecurityIcons] From ec2761d42c922a34a1a72c9f30376e96694d2996 Mon Sep 17 00:00:00 2001 From: Svarshik Date: Mon, 23 Sep 2024 22:04:48 +0500 Subject: [PATCH 2/4] uplink changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit В аплинке визор заменен на визор агента, изменена цена, добавлена локализация на русском и английском языке --- .../Locale/en-US/store/uplink-catalog.ftl | 4 +++ .../Locale/ru-RU/store/uplink-catalog.ftl | 3 ++ .../Prototypes/Catalog/uplink_catalog.yml | 34 +++++++++++++------ 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 384d3d794a12e1..9cd979bd0ddcef 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -444,3 +444,7 @@ uplink-backpack-syndicate-desc = A lightweight explosion-proof backpack for hold uplink-combat-bakery-name = Combat Bakery Kit uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette sword, a pair of throwing croissants, and a syndicate microwave board for making more. Once the job is done, eat the evidence. + +#SS220 syndie-visor-buff +uplink-clothing-eyes-hud-syndicate-agent-name = Syndicate agent Visor +uplink-clothing-eyes-hud-syndicate-agent-desc = The syndicate's advanced head-up display, designed for better detection of humanoids and their subsequent elimination. Able to determine the health condition of humanoids and cyborgs. diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index a5d064ad6ca749..e540009959d1ab 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -307,3 +307,6 @@ uplink-backpack-syndicate-name = Рюкзак Синдиката uplink-backpack-syndicate-desc = Лёгкий взрывоустойчивый рюкзак для хранения различных предательских штучек. uplink-combat-bakery-name = Набор боевой выпечки uplink-combat-bakery-desc = Набор подпольного печёного оружия. Содержит багет, который опытный мим может использовать в качестве меча, и пару метательных круассанов. Когда дело сделано, съешьте улики. +#SS220 syndie-visor-buff +uplink-clothing-eyes-hud-syndicate-agent-name = Визор агента Синдиката +uplink-clothing-eyes-hud-syndicate-agent-desc = Продвинутый визор Синдиката с индикатором на стекле, предназначенный для более точного обнаружения гуманоидов с их последующим уничтожением. Способен опеределять уровень здоровья гуманоидов и киборгов. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 2b58b1e3586989..430db87a7e6795 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1711,21 +1711,33 @@ - LoneOpsUplink # ss220-fix-uplink-end +#SS220 Syndie visor buff begin +#- type: listing +# id: UplinkClothingEyesHudSyndicate +# name: uplink-clothing-eyes-hud-syndicate-name +# description: uplink-clothing-eyes-hud-syndicate-desc +# productEntity: ClothingEyesHudSyndicate +# cost: +# Telecrystal: 2 +# categories: +# - UplinkWearables +# conditions: +# - !type:StoreWhitelistCondition +# blacklist: +# tags: +# - NukeOpsUplink +# - LoneOpsUplink + - type: listing - id: UplinkClothingEyesHudSyndicate - name: uplink-clothing-eyes-hud-syndicate-name - description: uplink-clothing-eyes-hud-syndicate-desc - productEntity: ClothingEyesHudSyndicate + id: UplinkClothingEyesHudSyndicateAgent + name: uplink-clothing-eyes-hud-syndicate-agent-name + description: uplink-clothing-eyes-hud-syndicate-agent-desc + productEntity: ClothingEyesHudSyndicateAgent cost: - Telecrystal: 2 + Telecrystal: 1 #price is lower because that is basically enemy equipment and in-game perma categories: - UplinkWearables - conditions: - - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink - - LoneOpsUplink +#SS220 Syndie visor buff end - type: listing id: UplinkClothingConductingGloves From ea2c5297b6d530f19e6a193e2d25f9c960e45020 Mon Sep 17 00:00:00 2001 From: Svarshik Date: Tue, 24 Sep 2024 00:15:09 +0500 Subject: [PATCH 3/4] localization moved to ss220 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Русская и английские локализации перенесены в папку 220 --- Resources/Locale/en-US/ss220/store/uplink-catalog.ftl | 4 ++++ Resources/Locale/en-US/store/uplink-catalog.ftl | 4 ---- Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl | 5 +++++ Resources/Locale/ru-RU/store/uplink-catalog.ftl | 3 --- 4 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 Resources/Locale/en-US/ss220/store/uplink-catalog.ftl diff --git a/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl b/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl new file mode 100644 index 00000000000000..e30c6774db0197 --- /dev/null +++ b/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl @@ -0,0 +1,4 @@ +#Misc + +uplink-clothing-eyes-hud-syndicate-agent-name = Syndicate agent Visor +uplink-clothing-eyes-hud-syndicate-agent-desc = The syndicate's advanced head-up display, designed for better detection of humanoids and their subsequent elimination. Able to determine the health condition of humanoids and cyborgs. diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 9cd979bd0ddcef..384d3d794a12e1 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -444,7 +444,3 @@ uplink-backpack-syndicate-desc = A lightweight explosion-proof backpack for hold uplink-combat-bakery-name = Combat Bakery Kit uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette sword, a pair of throwing croissants, and a syndicate microwave board for making more. Once the job is done, eat the evidence. - -#SS220 syndie-visor-buff -uplink-clothing-eyes-hud-syndicate-agent-name = Syndicate agent Visor -uplink-clothing-eyes-hud-syndicate-agent-desc = The syndicate's advanced head-up display, designed for better detection of humanoids and their subsequent elimination. Able to determine the health condition of humanoids and cyborgs. diff --git a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl index 3136eda4a9f987..7e42eff993c727 100644 --- a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl @@ -2,6 +2,11 @@ uplink-ecrossbow-name = { ent-WeaponMiniEnergyCrossbow } uplink-ecrossbow-desc = { ent-WeaponMiniEnergyCrossbow.desc } +#Misc + +uplink-clothing-eyes-hud-syndicate-agent-name = Визор агента Синдиката +uplink-clothing-eyes-hud-syndicate-agent-desc = Продвинутый визор Синдиката с индикатором на стекле, предназначенный для более точного обнаружения гуманоидов с их последующим уничтожением. Способен опеределять уровень здоровья гуманоидов и киборгов. + # Disruption uplink-syndicate-pen-signaller = Ручка-передатчик diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index e540009959d1ab..a5d064ad6ca749 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -307,6 +307,3 @@ uplink-backpack-syndicate-name = Рюкзак Синдиката uplink-backpack-syndicate-desc = Лёгкий взрывоустойчивый рюкзак для хранения различных предательских штучек. uplink-combat-bakery-name = Набор боевой выпечки uplink-combat-bakery-desc = Набор подпольного печёного оружия. Содержит багет, который опытный мим может использовать в качестве меча, и пару метательных круассанов. Когда дело сделано, съешьте улики. -#SS220 syndie-visor-buff -uplink-clothing-eyes-hud-syndicate-agent-name = Визор агента Синдиката -uplink-clothing-eyes-hud-syndicate-agent-desc = Продвинутый визор Синдиката с индикатором на стекле, предназначенный для более точного обнаружения гуманоидов с их последующим уничтожением. Способен опеределять уровень здоровья гуманоидов и киборгов. From cba11074e91be08c0e3f56e4e9b6ccd62e855edc Mon Sep 17 00:00:00 2001 From: Svarshik Date: Tue, 24 Sep 2024 13:18:09 +0500 Subject: [PATCH 4/4] old price back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit цена в аплинке - 2 тк --- Resources/Prototypes/Catalog/uplink_catalog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 430db87a7e6795..482bcc223cdb4e 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1734,7 +1734,7 @@ description: uplink-clothing-eyes-hud-syndicate-agent-desc productEntity: ClothingEyesHudSyndicateAgent cost: - Telecrystal: 1 #price is lower because that is basically enemy equipment and in-game perma + Telecrystal: 2 categories: - UplinkWearables #SS220 Syndie visor buff end