-
Notifications
You must be signed in to change notification settings - Fork 243
[TWEAK] Возвращение возможностей ЕМАГ, переработка взломщика доступов #2645
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
base: master
Are you sure you want to change the base?
Changes from 5 commits
35cb35c
dd94b6a
ec3ecbf
c18367d
4afdb1f
6e9270d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| ent-ADTEmagHandMade = модифицированная ID карта | ||
| .desc = Выглядит как айди карта, к которой привязали мультитул, бумагу, а так же ещё несколько инструментов. Пахнет довольно красновато. | ||
|
|
||
| ent-ADTEhackUnlimited = криптографический модулятор | ||
| .desc = Устройство, способное взламывать приборы, автоматы, боргов, но не доступы. Младший брат стандартного EMAG, он же EHACK. | ||
| .suffix = Неограниченный | ||
| ent-ADTEhack = { ent-ADTEhackUnlimited } | ||
| .desc = { ent-ADTEhackUnlimited.desc } | ||
| .suffix = Ограниченный |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,7 +87,7 @@ ent-BorgModuleAdvancedClowning = продвинутый клоунский мо | |
| ent-BorgModuleSyndicateWeapon = оружейный модуль киборга | ||
| .desc = { ent-BaseBorgModule.desc } | ||
| ent-BorgModuleOperative = оперативный модуль киборга | ||
| .desc = Модуль, в который входят монтировка,"Емаг", взломщик доступа и пинпоинтер Синдиката. | ||
| .desc = Модуль, в который входят монтировка,"Емаг", EMAG и пинпоинтер Синдиката. | ||
| ent-BorgModuleEsword = модуль киборга c энергомечом | ||
| .desc = Модуль, в который входит энергетический меч. | ||
| ent-BorgModuleDoubleEsword = модуль киборга с двухклинковым энергомечом | ||
|
|
@@ -102,7 +102,7 @@ ent-XenoborgModuleBasic = базовый модуль ксеноборга | |
| .desc = Необходимые вещи для любого ксеноборга. | ||
| ent-XenoborgModuleTool = инструментальный модуль ксеноборга | ||
| .desc = Простые инструменты для большинства ксеноборгов. | ||
| ent-XenoborgModuleAccessBreaker = модуль ксеноборга с взломщиком доступа | ||
| ent-XenoborgModuleAccessBreaker = модуль ксеноборга с криптографическим секвенсером | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Унифицируйте написание термина «секвенсор». На Line 105 используется форма «секвенсером», тогда как в EMAG-локали проекта используется «секвенсор/секвенсором». Предлагаемая правка-ent-XenoborgModuleAccessBreaker = модуль ксеноборга с криптографическим секвенсером
+ent-XenoborgModuleAccessBreaker = модуль ксеноборга с криптографическим секвенсоромAs per coding guidelines " 🤖 Prompt for AI Agents |
||
| .desc = Модуль с разрушителем аутентификации. | ||
| ent-XenoborgModuleFireExtinguisher = огнетушащий модуль ксеноборга | ||
| .desc = Модуль с самозаполняющимся огнетушителем. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -971,3 +971,16 @@ | |
| blacklist: | ||
| tags: | ||
| - NukeOpsUplink | ||
|
|
||
| - type: listing | ||
| id: UplinkEhack | ||
| name: uplink-ehack-name | ||
| description: uplink-ehack-desc | ||
|
Comment on lines
+976
to
+978
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
rg -n '^(uplink-ehack-name|uplink-ehack-desc)\s*=' Resources/LocaleRepository: AdventureTimeSS14/space_station_ADT Length of output: 425 Добавьте en-US локаль для Ключи 🤖 Prompt for AI Agents |
||
| productEntity: ADTEhack | ||
| discountCategory: veryRareDiscounts | ||
| discountDownTo: | ||
| Telecrystal: 2 # ADT-Tweak | ||
| cost: | ||
| Telecrystal: 3 # ADT-Tweak | ||
| categories: | ||
| - UplinkDisruption | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| - type: entity | ||
| parent: [BaseItem, BaseSyndicateContraband] | ||
| id: ADTEhackUnlimited | ||
| suffix: Unlimited | ||
| name: Cryptographic Modulator | ||
| description: Little brother of the EMAG. Specialized to bypass machines, borgs, but not access. | ||
| components: | ||
| - type: Emag | ||
| - type: Sprite | ||
| sprite: Objects/Tools/access_breaker.rsi | ||
| state: icon | ||
| - type: Item | ||
| sprite: Objects/Tools/access_breaker.rsi | ||
|
|
||
| - type: entity | ||
| parent: ADTEhackUnlimited | ||
| id: ADTEhack | ||
| suffix: Limited | ||
| components: | ||
| - type: LimitedCharges | ||
| - type: AutoRecharge | ||
| - type: StaticPrice | ||
| price: 2000 |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -955,19 +955,19 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - UplinkDeception | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # Disruption | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: listing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id: UplinkAccessBreaker | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name: uplink-access-breaker-name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description: uplink-access-breaker-desc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| productEntity: AccessBreaker | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| discountCategory: rareDiscounts | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| discountDownTo: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cost: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| categories: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - UplinkDisruption | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # ADT-Tweak: Вместо взламывателя доступов - криптографический модулятор | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # - type: listing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # id: UplinkAccessBreaker | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # name: uplink-access-breaker-name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # description: uplink-access-breaker-desc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # productEntity: AccessBreaker | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # discountCategory: rareDiscounts | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # discountDownTo: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # Telecrystal: 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # cost: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # Telecrystal: 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # categories: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # - UplinkDisruption | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+958
to
+970
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Оберните этот отключённый листинг в Для многострочного изменения вне 💡 Пример оформления-# ADT-Tweak: Вместо взламывателя доступов - криптографический модулятор
+# ADT-Tweak-Start
+# Вместо взламывателя доступов - криптографический модулятор
# - type: listing
# id: UplinkAccessBreaker
# name: uplink-access-breaker-name
# description: uplink-access-breaker-desc
# productEntity: AccessBreaker
# discountCategory: rareDiscounts
# discountDownTo:
# Telecrystal: 2
# cost:
# Telecrystal: 4
# categories:
# - UplinkDisruption
+# ADT-Tweak-End📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: listing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id: UplinkEmag | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -976,9 +976,9 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| productEntity: Emag | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| discountCategory: veryRareDiscounts | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| discountDownTo: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 2 # ADT-Tweak | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 5 # ADT-Tweak | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cost: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 3 # ADT-Tweak | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Telecrystal: 7 # ADT-Tweak | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| categories: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - UplinkDisruption | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| - type: entity | ||||||
| - type: entity | ||||||
| id: BaseBorgModule | ||||||
| parent: BaseItem | ||||||
| name: borg module | ||||||
|
|
@@ -1282,7 +1282,7 @@ | |||||
| parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule, BaseSyndicateContraband ] | ||||||
| id: BorgModuleOperative | ||||||
| name: operative cyborg module | ||||||
| description: A module that comes with a crowbar, an Emag, an Access Breaker and a syndicate pinpointer. | ||||||
| description: A module that comes with a crowbar, an Emag, an EMAG and a syndicate pinpointer. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Добавьте ADT-Tweak маркировку к изменённым строкам вне На Line 1285 и Line 1498-1499 изменения внесены без ADT-Tweak-комментариев, хотя файл находится вне Пример минимальной правки+ # ADT-Tweak: updated operative module description after AccessBreaker removal
description: A module that comes with a crowbar, an Emag, an EMAG and a syndicate pinpointer.
...
+ # ADT-Tweak: switched Xenoborg access breaker module text to EMAG
name: EMAG xenoborg module
description: Module with a EMAG.As per coding guidelines " Also applies to: 1498-1499 🤖 Prompt for AI Agents |
||||||
| components: | ||||||
| - type: Sprite | ||||||
| layers: | ||||||
|
|
@@ -1292,7 +1292,7 @@ | |||||
| hands: | ||||||
| - item: Crowbar | ||||||
| - item: Emag | ||||||
| - item: AccessBreaker | ||||||
| # - item: AccessBreaker # ADT tweak | ||||||
| - item: PinpointerSyndicateNuclear | ||||||
| - type: BorgModuleIcon | ||||||
| icon: { sprite: Interface/Actions/actions_borg.rsi, state: syndicate-operative-module } | ||||||
|
|
@@ -1495,16 +1495,16 @@ | |||||
| - type: entity | ||||||
| parent: [ BaseXenoborgModuleEngi, BaseProviderBorgModule, BaseXenoborgContraband ] | ||||||
| id: XenoborgModuleAccessBreaker | ||||||
| name: access breaker xenoborg module | ||||||
| description: Module with a access breaker. | ||||||
| name: EMAG xenoborg module | ||||||
| description: Module with a EMAG. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте артикль в английском описании. На Line 1499 должно быть Предлагаемая правка- description: Module with a EMAG.
+ description: Module with an EMAG.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| components: | ||||||
| - type: Sprite | ||||||
| layers: | ||||||
| - state: xenoborg_engi | ||||||
| - state: icon-xenoborg-access-breaker | ||||||
| - type: ItemBorgModule | ||||||
| hands: | ||||||
| - item: AccessBreaker | ||||||
| - item: Emag # ADT-Tweak | ||||||
| - type: BorgModuleIcon | ||||||
| icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-access-breaker-module } | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,26 @@ | ||
| - type: entity | ||
| parent: [BaseItem, BaseSyndicateContraband] | ||
| id: AccessBreakerUnlimited | ||
| suffix: Unlimited | ||
| name: authentication disruptor | ||
| description: A hacked access configurator, specialized to unlock and erase access from digital locks. | ||
| components: | ||
| - type: Emag | ||
| emagImmuneTag: AccessBreakerImmune | ||
| emagType: Access | ||
| - type: Sprite | ||
| sprite: Objects/Tools/access_breaker.rsi | ||
| state: icon | ||
| - type: Item | ||
| sprite: Objects/Tools/access_breaker.rsi | ||
| # ADT-Tweak - Удалён нахуй взломщик доступов. За место него кое что другое | ||
| # - type: entity | ||
| # parent: [BaseItem, BaseSyndicateContraband] | ||
| # id: AccessBreakerUnlimited | ||
| # suffix: Unlimited | ||
| # name: authentication disruptor | ||
| # description: A hacked access configurator, specialized to unlock and erase access from digital locks. | ||
| # components: | ||
| # - type: Emag | ||
| # emagImmuneTag: AccessBreakerImmune | ||
| # emagType: Access | ||
| # - type: Sprite | ||
| # sprite: Objects/Tools/access_breaker.rsi | ||
| # state: icon | ||
| # - type: Item | ||
| # sprite: Objects/Tools/access_breaker.rsi | ||
|
|
||
| - type: entity | ||
| parent: AccessBreakerUnlimited | ||
| id: AccessBreaker | ||
| suffix: Limited | ||
| components: | ||
| - type: LimitedCharges | ||
| - type: AutoRecharge | ||
| - type: StaticPrice | ||
| price: 2000 | ||
| # - type: entity | ||
| # parent: AccessBreakerUnlimited | ||
| # id: AccessBreaker | ||
| # suffix: Limited | ||
| # components: | ||
| # - type: LimitedCharges | ||
| # - type: AutoRecharge | ||
| # - type: StaticPrice | ||
| # price: 2000 | ||
|
Comment on lines
+1
to
+26
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Оформите этот закомментированный прототип как полноценный Сейчас это многострочное изменение вне As per coding guidelines: 🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Входят монтировка, "Емаг", EMAG
Зачем об одном два раза-то?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Изменено