Skip to content

Commit

Permalink
hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimfar11 committed Aug 31, 2024
1 parent ff421c5 commit bbf4c0c
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,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,17 @@ 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 = { ent-BaseBorgModule }
.desc = { ent-BaseBorgModule.desc }
ent-BorgModuleOperative = { ent-BaseBorgModule }
.desc = { ent-BaseBorgModule.desc }
.suffix = оперативный модуль киборга
ent-BorgModuleEsword = { ent-BaseBorgModule }
.desc = { ent-BaseBorgModule.desc }
.suffix = модуль киборга c двухклинковым энергомечом
ent-BorgModuleL6C = { ent-BaseBorgModule }
.desc = { ent-BaseBorgModule.desc }
.suffix = модуль киборга с L6C ROW
ent-BorgModuleMartyr = { ent-BaseBorgModule }
.desc = { ent-BaseBorgModule.desc }
.suffix = модуль киборга Мученик
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,21 @@
items:
- WeaponPistolEchis
- EnergyDaggerLoud
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-syndicate
whitelistMind:
components:
- TraitorRole
- NukeOperative
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End

- type: entity
id: BorgModuleOperative
Expand All @@ -524,6 +539,21 @@
- Crowbar
- Emag
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleOperative-syndicate
whitelistMind:
components:
- TraitorRole
- NukeOperative
- label: corvax-hidden-desc-BorgModuleOperative-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End

- type: entity
id: BorgModuleEsword
Expand All @@ -539,6 +569,21 @@
items:
- CyborgEnergySwordDouble
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleEsword-syndicate
whitelistMind:
components:
- TraitorRole
- NukeOperative
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End

- type: entity
id: BorgModuleL6C
Expand All @@ -554,6 +599,21 @@
items:
- WeaponLightMachineGunL6C
- PinpointerSyndicateNuclear
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleL6C-syndicate
whitelistMind:
components:
- TraitorRole
- NukeOperative
- label: corvax-hidden-desc-BorgModuleSyndicateWeapon-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End

- type: entity
id: BorgModuleMartyr
Expand All @@ -568,3 +628,18 @@
- type: ItemBorgModule
items:
- SelfDestructSeq
# Corvax-HiddenDesc-Start
- type: HiddenDescription
entries:
- label: corvax-hidden-desc-BorgModuleMartyr-syndicate
whitelistMind:
components:
- TraitorRole
- NukeOperative
- label: corvax-hidden-desc-BorgModuleMartyr-research
jobRequired:
- ResearchAssistant
- ResearchDirector
- Scientist
- Borg
# Corvax-HiddenDesc-End
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:
components:
- TraitorRole
- NukeOperative
# Corvax-HiddenDesc-End

- type: entity
name: artistic toolbox
Expand Down

0 comments on commit bbf4c0c

Please sign in to comment.