diff --git a/Resources/Locale/en-US/ss220/prototypes/entities/clothing/shose/MilitaryPolice/specific.ftl b/Resources/Locale/en-US/ss220/prototypes/entities/clothing/shoes/MilitaryPolice/specific.ftl similarity index 100% rename from Resources/Locale/en-US/ss220/prototypes/entities/clothing/shose/MilitaryPolice/specific.ftl rename to Resources/Locale/en-US/ss220/prototypes/entities/clothing/shoes/MilitaryPolice/specific.ftl diff --git a/Resources/Locale/en-US/ss220/prototypes/entities/clothing/shoes/specific.ftl b/Resources/Locale/en-US/ss220/prototypes/entities/clothing/shoes/specific.ftl new file mode 100644 index 00000000000000..8c9250bc4929aa --- /dev/null +++ b/Resources/Locale/en-US/ss220/prototypes/entities/clothing/shoes/specific.ftl @@ -0,0 +1,3 @@ +ent-ClothingSilentShoes = black shoes + .desc = Stylish black shoes. + .suffix = Silent diff --git a/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl b/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl index e54ae425ff67e5..2812f55182e54d 100644 --- a/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/ss220/store/uplink-catalog.ftl @@ -6,3 +6,6 @@ uplink-clothing-eyes-hud-syndicate-agent-desc = The syndicate's advanced head-up # Wearables uplink-helmet-swat-syndicate-name = Syndicate SWAT Helmet uplink-helmet-swat-syndicate-desc = An extremely robust helmet, commonly used by paramilitary forces. It is adorned in a nefarious red and black stripe pattern. + +uplink-silent-shoes-name = Silent shoes +uplink-silent-shoes-desc = Completely silent shoes used on Syndicate spy missions. diff --git a/Resources/Locale/ru-RU/ss220/hidden-description/hiddenDescription.ftl b/Resources/Locale/ru-RU/ss220/hidden-description/hiddenDescription.ftl index ecd73ef015fdb0..b72172ed1fbf05 100644 --- a/Resources/Locale/ru-RU/ss220/hidden-description/hiddenDescription.ftl +++ b/Resources/Locale/ru-RU/ss220/hidden-description/hiddenDescription.ftl @@ -18,3 +18,7 @@ uplink-thermal-glasses-desc = Очки со встроенными термал uplink-thermal-visor-implanter-name = Имплант термального зрения uplink-thermal-visor-implanter-desc = Новейшая разработка синдиката, имплант позволяет глазу носителя различать тепловые сигнатуры сквозь преграды. + +# silent shoes +hidden-desc-SilentShoes-syndicate = [color=#e31735]Разработанные специально для шпионских миссий Синдиката, эти ботинки совершенно бесшумны на любых поверхностях[/color] +hidden-desc-SilentShoes-research = [color=#D381C9]Вы можете различить скрытый слой поглощающего материала, полностью глушащий любые звуки шагов[/color] diff --git a/Resources/Locale/ru-RU/ss220/prototypes/entities/clothing/shoes/specific.ftl b/Resources/Locale/ru-RU/ss220/prototypes/entities/clothing/shoes/specific.ftl new file mode 100644 index 00000000000000..a03d34f3ccc351 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/prototypes/entities/clothing/shoes/specific.ftl @@ -0,0 +1,3 @@ +ent-ClothingSilentShoes = чёрные туфли + .desc = Стильные черные туфли. + .suffix = Бесшумные diff --git a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl index b17c5175ad0a33..e1055c3c18208f 100644 --- a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl @@ -34,3 +34,6 @@ uplink-criminal-delivery-desc = Содержит случайную маску, # Wearables uplink-helmet-swat-syndicate-name = Шлем пехотинца Синдиката uplink-helmet-swat-syndicate-desc = Очень прочный шлем, обычно используемый военизированными формированиями Синдиката. Он украшен зловещим узором из красных и черных полос. + +uplink-silent-shoes-name = Бесшумные ботинки +uplink-silent-shoes-desc = Совершенно бесшумные ботинки, используемые на шпионских миссиях Синдиката. diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 801221a88c4cae..4f22e3e4a08d98 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -139,6 +139,11 @@ # ninja are masters of sneaking around relatively quickly, won't break cloak walkModifier: 1.1 sprintModifier: 1.3 +#ss220 silent shoes begin #ninja should be kinda sneaky, doesn't him? + - type: FootstepModifier + footstepSoundCollection: + collection: null +#ss220 silent shoes end # Corvax-HiddenDesc-Start - type: HiddenDescription entries: diff --git a/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml b/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml index 42f1f4147f78fb..f2d95af12d0bb7 100644 --- a/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml @@ -169,6 +169,17 @@ categories: - UplinkWearables +- type: listing + id: ClothingSilentShoes + name: uplink-silent-shoes-name + description: uplink-silent-shoes-desc + icon: {sprite: Clothing/Shoes/Specific/mboots.rsi, state: icon} #todo change + productEntity: ClothingSilentShoes + cost: + Telecrystal: 1 + categories: + - UplinkWearables + # READD-VEHICLES - type: listing id: UplinkSyndicateSegwayCrate diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/specific.yml index aabb1257879af8..00827987ce4196 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/specific.yml @@ -252,4 +252,41 @@ sprite: SS220/Clothing/Shoes/Specific/clown_pennywise.rsi - type: FootstepModifier footstepSoundCollection: - collection: FootstepClown \ No newline at end of file + collection: FootstepClown + +- type: entity + parent: ClothingShoesChameleon + id: ClothingSilentShoes + name: black shoes #actual name and description in uplink_catalog.yml + suffix: Silent, Chameleon + description: Stylish black shoes. + components: + - type: FootstepModifier + footstepSoundCollection: + collection: null + # HiddenDesc-Start + - type: HiddenDescription + entries: + - label: hidden-desc-SilentShoes-syndicate + whitelistMind: + components: + - TraitorRole + - NukeOperative + - label: hidden-desc-SilentShoes-research + jobRequired: + - ResearchAssistant + - ResearchDirector + - Scientist + - Borg + - label: corvax-hidden-desc-Chameleon-syndicate + whitelistMind: + components: + - TraitorRole + - NukeOperative + - label: corvax-hidden-desc-Chameleon-research + jobRequired: + - ResearchAssistant + - ResearchDirector + - Scientist + - Borg +# HiddenDesc-End