-
Notifications
You must be signed in to change notification settings - Fork 244
[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
Changes from all 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 |
|---|---|---|
|
|
@@ -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 | ||||
|---|---|---|---|---|---|---|
| @@ -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. | ||||||
Darkiich marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| 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 |
||
Uh oh!
There was an error while loading. Please reload this page.