Skip to content

Commit

Permalink
Добавление скрытого описания модулей киборгов (space-syndicate#2544)
Browse files Browse the repository at this point in the history
Co-authored-by: Kill_Me_I_Noobs <[email protected]>
  • Loading branch information
2 people authored and aw-c committed Dec 5, 2024
1 parent 24c3b24 commit cd745bf
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,12 @@ corvax-hidden-desc-BibleNecronomicon-service = [color=#9FED58]Этот древ
corvax-hidden-desc-Telecrystal-syndicate = [color=#e31735]Валюта чёрного рынка синдиката. Позволяет покупать через редспейс пространство посредством аплинка различное нелегальное вооружение.[/color]
corvax-hidden-desc-Telecrystal-cargo = [color=#D381C9]Выглядят, как необычные фрагменты артефактов.[/color]
corvax-hidden-desc-Telecrystal-research = [color=#A46106]Эти кристаллы изучают аномальное редспейс-излучение.[/color]
corvax-hidden-desc-BorgModuleSyndicateWeapon-syndicate = [color=#e31735]Модуль, в который входят самозарядный пистолет Эфа и лазерный кинжал.[/color]
corvax-hidden-desc-BorgModuleOperative-syndicate = [color=#e31735]Модуль, в который входят монтировка, "Емаг" и пинпоинтер Синдиката.[/color]
corvax-hidden-desc-BorgModuleEsword-syndicate = [color=#e31735]Модуль, в который входит двухклинковый энергетический меч и пинпоинтер Синдиката.[/color]
corvax-hidden-desc-BorgModuleL6C-syndicate = [color=#e31735]Модуль, в который входит пулемёт L6C и пинпоинтер Синдиката.[/color]
corvax-hidden-desc-BorgModuleMartyr-syndicate = [color=#e31735]Модуль, поставляемый со взрывчаткой активируемой боргом.[/color]
corvax-hidden-desc-BorgModuleSyndicateWeapon-research = [color=#A46106]Нестандартный модуль боргов, в котором судя по отметкам размещено боевое оружие.[/color]
corvax-hidden-desc-BorgModuleOperative-research = [color=#A46106]Нестандартный модуль боргов, в котором судя по отметкам размещены специфические инструменты.[/color]
corvax-hidden-desc-BorgModuleMartyr-research = [color=#A46106]Нестандартный модуль боргов, в котором судя по отметкам расположена мощная взрывчатка.[/color]
corvax-hidden-desc-ToolboxElectricalTurret-syndicate = [color=#e31735]Замаскированная под ящик инструментов, турель Синдиката. Чтобы активировать развёртывание, необходимо ударить по ящику.[/color]
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,18 @@ ent-BorgModuleHarvesting = урожайный модуль киборга
.desc = { ent-BaseBorgModule.desc }
ent-BorgModuleClowning = клоунский модуль киборга
.desc = { ent-BaseBorgModule.desc }
ent-BorgModuleSyndicateWeapon = оружейный модуль киборга
.desc = { ent-BaseBorgModule.desc }
ent-BorgModuleOperative = оперативный модуль киборга
.desc = Модуль, в который входят монтировка, "Емаг" и пинпоинтер Синдиката.
ent-BorgModuleEsword = модуль киборга c двухклинковым энергомечом
.desc = Модуль, в который входит двухклинковый энергетический меч.
ent-BorgModuleL6C = модуль киборга с L6C ROW
.desc = Модуль, в который входит пулемёт L6C.
ent-BorgModuleMartyr = модуль киборга Мученик
.desc = Модуль, поставляемый со взрывчаткой, с которой вы, скорее всего, не захотите связываться сами.
ent-BorgModuleSyndicateWeapon = кроваво-красный модуль киборга
.desc = { ent-BaseBorgModule.desc }
.suffix = оружейный модуль киборга
ent-BorgModuleOperative = кроваво-красный модуль киборга
.desc = { ent-BaseBorgModule.desc }
.suffix = оперативный модуль киборга
ent-BorgModuleEsword = кроваво-красный модуль киборга
.desc = { ent-BaseBorgModule.desc }
.suffix = двухклинковый энергомеч
ent-BorgModuleL6C = кроваво-красный модуль киборга
.desc = { ent-BaseBorgModule.desc }
.suffix = L6C ROW
ent-BorgModuleMartyr = кроваво-красный модуль киборга
.desc = { ent-BaseBorgModule.desc }
.suffix = модуль киборга Мученик
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,21 @@
items:
- WeaponPistolEchis
- EnergyDaggerLoud
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-weapon-module }

Expand All @@ -581,6 +596,21 @@
- Crowbar
- Emag
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleOperative-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
- label: corvax-hidden-desc-BorgModuleOperative-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-operative-module }

Expand All @@ -598,6 +628,21 @@
items:
- CyborgEnergySwordDouble
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleEsword-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-esword-module }

Expand All @@ -615,6 +660,21 @@
items:
- WeaponLightMachineGunL6C
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleL6C-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-l6c-module }

Expand All @@ -631,5 +691,20 @@
- type: ItemBorgModule
items:
- SelfDestructSeq
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleMartyr-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
- label: corvax-hidden-desc-BorgModuleMartyr-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-martyr-module }
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@
max: 1
- type: StaticPrice
price: 1350
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-ToolboxElectricalTurret-syndicate
whitelistMind:
mindRoles:
- TraitorRole
- NukeopsRole
# Corvax-HiddenDesc-End

- type: entity
name: artistic toolbox
Expand Down

0 comments on commit cd745bf

Please sign in to comment.