-
Notifications
You must be signed in to change notification settings - Fork 30
Увыwatcher #65
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?
Увыwatcher #65
Changes from all commits
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,5 +1,6 @@ | ||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseComputer | ||||||||||||||||||||||||||||||
| abstract: true | ||||||||||||||||||||||||||||||
| id: BaseComputerOverwatch | ||||||||||||||||||||||||||||||
| name: overwatch console | ||||||||||||||||||||||||||||||
| description: A computer console used to track faction members via wearable cameras. | ||||||||||||||||||||||||||||||
|
|
@@ -225,3 +226,141 @@ | |||||||||||||||||||||||||||||
| # layers: | ||||||||||||||||||||||||||||||
| # - map: ["computerLayerScreen"] | ||||||||||||||||||||||||||||||
| # state: tsp | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BoxFolderBase | ||||||||||||||||||||||||||||||
| abstract: true | ||||||||||||||||||||||||||||||
| id: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatc digi-board | ||||||||||||||||||||||||||||||
| description: A bulky electric clipboard, filled with shipping orders and financing details. With so many compromising documents, you ought to keep this safe. | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: Sprite | ||||||||||||||||||||||||||||||
| sprite: Objects/Misc/qm_clipboard.rsi | ||||||||||||||||||||||||||||||
| layers: | ||||||||||||||||||||||||||||||
| - state: qm_clipboard | ||||||||||||||||||||||||||||||
| - state: qm_clipboard_paper | ||||||||||||||||||||||||||||||
| map: ["qm_clipboard_paper"] | ||||||||||||||||||||||||||||||
| visible: false | ||||||||||||||||||||||||||||||
| - state: qm_clipboard_pen | ||||||||||||||||||||||||||||||
| map: ["qm_clipboard_pen"] | ||||||||||||||||||||||||||||||
| visible: false | ||||||||||||||||||||||||||||||
| - state: qm_clipboard_over | ||||||||||||||||||||||||||||||
| - type: ContainerContainer | ||||||||||||||||||||||||||||||
| containers: | ||||||||||||||||||||||||||||||
| storagebase: !type:Container | ||||||||||||||||||||||||||||||
| ents: [] | ||||||||||||||||||||||||||||||
| pen_slot: !type:ContainerSlot {} | ||||||||||||||||||||||||||||||
| - type: ItemSlots | ||||||||||||||||||||||||||||||
| slots: | ||||||||||||||||||||||||||||||
| pen_slot: | ||||||||||||||||||||||||||||||
| name: clipboard-slot-component-slot-name-pen | ||||||||||||||||||||||||||||||
| whitelist: | ||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||
| - Write | ||||||||||||||||||||||||||||||
| insertOnInteract: true | ||||||||||||||||||||||||||||||
| - type: Item | ||||||||||||||||||||||||||||||
| sprite: Objects/Misc/qm_clipboard.rsi | ||||||||||||||||||||||||||||||
| size: Small | ||||||||||||||||||||||||||||||
| - type: Clothing | ||||||||||||||||||||||||||||||
| slots: [belt] | ||||||||||||||||||||||||||||||
| quickEquip: false | ||||||||||||||||||||||||||||||
| sprite: Objects/Misc/qm_clipboard.rsi | ||||||||||||||||||||||||||||||
| - type: Storage | ||||||||||||||||||||||||||||||
| grid: | ||||||||||||||||||||||||||||||
| - 0,0,4,3 | ||||||||||||||||||||||||||||||
| quickInsert: true | ||||||||||||||||||||||||||||||
| whitelist: | ||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||
| - Document | ||||||||||||||||||||||||||||||
| - type: StorageFill | ||||||||||||||||||||||||||||||
| contents: [] | ||||||||||||||||||||||||||||||
| - type: ItemMapper | ||||||||||||||||||||||||||||||
| mapLayers: | ||||||||||||||||||||||||||||||
| qm_clipboard_paper: | ||||||||||||||||||||||||||||||
| whitelist: | ||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||
| - Document | ||||||||||||||||||||||||||||||
| qm_clipboard_pen: | ||||||||||||||||||||||||||||||
| whitelist: | ||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||
| - Write | ||||||||||||||||||||||||||||||
| - type: CargoOrderConsole | ||||||||||||||||||||||||||||||
| - type: BankClient | ||||||||||||||||||||||||||||||
|
Comment on lines
+287
to
+288
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. Лишние компоненты CargoOrderConsole и BankClient. Компоненты Предлагаемое исправление — удалить лишние компоненты tags:
- Write
- - type: CargoOrderConsole
- - type: BankClient
- type: ActivatableUI📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||
| - type: ActivatableUI | ||||||||||||||||||||||||||||||
| verbText: overwatch-clipboard-computer-verb-text | ||||||||||||||||||||||||||||||
| key: enum.OverwatchUiKey.Key | ||||||||||||||||||||||||||||||
| - type: UserInterface | ||||||||||||||||||||||||||||||
| interfaces: | ||||||||||||||||||||||||||||||
| enum.OverwatchUiKey.Key: | ||||||||||||||||||||||||||||||
| type: Content.Client._Rat.Overwatch.OverwatchBoundUserInterface | ||||||||||||||||||||||||||||||
| enum.StorageUiKey.Key: | ||||||||||||||||||||||||||||||
| type: StorageBoundUserInterface | ||||||||||||||||||||||||||||||
| - type: MeleeWeapon | ||||||||||||||||||||||||||||||
| wideAnimationRotation: 180 | ||||||||||||||||||||||||||||||
| damage: | ||||||||||||||||||||||||||||||
| types: | ||||||||||||||||||||||||||||||
| Blunt: 10 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: DSMOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console DSM | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: DSM | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: NCWLOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console NCWL | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: NCWL | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: SHIOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console SHI | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: SHI | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: TAPOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console TAP | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: TAP | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: IPMOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console IPM | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: IPM | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: SAWOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console SAW | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: SAW | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: GSCOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch clipboard GSC | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: GSC | ||||||||||||||||||||||||||||||
|
Comment on lines
+352
to
+358
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. Несогласованность именования.
Предлагаемое исправление - type: entity
parent: BaseOverwatchClipboard
id: GSCOverwatchClipboard
- name: overwatch clipboard GSC
+ name: overwatch console GSC
components:
- type: OverwatchConsole
faction: GSC📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - type: entity | ||||||||||||||||||||||||||||||
| parent: BaseOverwatchClipboard | ||||||||||||||||||||||||||||||
| id: CDOverwatchClipboard | ||||||||||||||||||||||||||||||
| name: overwatch console CD | ||||||||||||||||||||||||||||||
| components: | ||||||||||||||||||||||||||||||
| - type: OverwatchConsole | ||||||||||||||||||||||||||||||
| faction: CD | ||||||||||||||||||||||||||||||
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.
Опечатка в имени и несоответствие описания функциональности.
overwatc— пропущена буква 'h', должно бытьoverwatch.Предлагаемое исправление
📝 Committable suggestion
🤖 Prompt for AI Agents