Skip to content

Commit

Permalink
Silent shoes (#2146)
Browse files Browse the repository at this point in the history
* everything is here

* chameleon, ninja boots also silent now

* price down to 1TC, hidden desc add

* Update uplink_catalog.yml

forgor

* Update uplink_catalog.yml

um kinda dumb

* changed to null, removed redundant files

* Update footsteps.yml

---------

Co-authored-by: Kirus59 <145689588+Kirus59@users.noreply.github.com>
  • Loading branch information
lexaSvarshik and Kirus59 authored Oct 31, 2024
1 parent 50072a6 commit b2de865
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ClothingSilentShoes = black shoes
.desc = Stylish black shoes.
.suffix = Silent
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/ss220/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ClothingSilentShoes = чёрные туфли
.desc = Стильные черные туфли.
.suffix = Бесшумные
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Совершенно бесшумные ботинки, используемые на шпионских миссиях Синдиката.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/SS220/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
39 changes: 38 additions & 1 deletion Resources/Prototypes/SS220/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,41 @@
sprite: SS220/Clothing/Shoes/Specific/clown_pennywise.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepClown
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

0 comments on commit b2de865

Please sign in to comment.