Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent shoes #2146

Merged
merged 9 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
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: SilentShoes
lexaSvarshik marked this conversation as resolved.
Show resolved Hide resolved
#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: SilentShoes
# 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
5 changes: 5 additions & 0 deletions Resources/Prototypes/SS220/SoundCollections/footsteps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
- /Audio/SS220/Effects/Footsteps/quicksand2.ogg
- /Audio/SS220/Effects/Footsteps/quicksand3.ogg
- /Audio/SS220/Effects/Footsteps/quicksand4.ogg

- type: soundCollection
id: SilentShoes
files:
- /Audio/SS220/Effects/Footsteps/nothing.ogg
Loading