-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Небольшие фиксы и улучшения АВД и стража (#198)
* some iaa and jedi tweaks * авд не нужны очки
- Loading branch information
Showing
11 changed files
with
371 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 69 additions & 8 deletions
77
Resources/Prototypes/Stories/Entities/Objects/Devices/pda.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,91 @@ | ||
- type: entity | ||
parent: BasePDA | ||
parent: BaseSecurityPDA | ||
id: JediNtPDA | ||
name: КПК стража клинка | ||
description: Черный, чтобы скрыть повреждения от неправильного использования светового меча. | ||
description: Красный значит мощный. На нём имеются царапины от светового меча. | ||
components: | ||
- type: Tag | ||
tags: | ||
- ForceRecallEquipment | ||
- type: Pda | ||
id: JediNtIDCard | ||
state: pda-bartender | ||
state: pda-ert | ||
- type: PdaBorderColor | ||
borderColor: "#262626" | ||
borderColor: "#A32D26" | ||
accentHColor: "#447987" | ||
accentVColor: "#447987" | ||
- type: Icon | ||
state: pda-bartender | ||
state: pda-ert | ||
|
||
- type: entity | ||
parent: BasePDA | ||
parent: BaseSecurityPDA | ||
id: IAAPDA | ||
name: internal affairs agent PDA | ||
description: Corporation and profit are best friends. | ||
name: КПК агента внутрених дел | ||
description: Корпорация и прибыль - лучшие друзья. | ||
components: | ||
- type: Pda | ||
id: IAAIDCard | ||
state: pda-lawyer | ||
penSlot: | ||
startingItem: PenCentcom | ||
priority: -1 | ||
whitelist: | ||
tags: | ||
- Write | ||
- type: PdaBorderColor | ||
borderColor: "#6f6192" | ||
- type: Icon | ||
state: pda-lawyer | ||
|
||
- type: entity | ||
parent: BasePDA | ||
id: PRISONPDAHeadOfPrison | ||
name: КПК начальника тюрьмы | ||
description: Этот КПК - ваш путь к свободе. | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Objects/Devices/pda.rsi | ||
- type: Pda | ||
id: PRISONIDCardHeadOfPrison | ||
state: pda-hosp | ||
- type: Icon | ||
sprite: Stories/Objects/Devices/pda.rsi | ||
state: pda-hosp | ||
|
||
- type: entity | ||
parent: PRISONPDAHeadOfPrison | ||
id: PRISONPDAOfficer | ||
name: КПК офицера тюрьмы | ||
description: Этот КПК - ваш путь к свободе. | ||
components: | ||
- type: Pda | ||
id: PRISONIDCardOfficer | ||
state: pda-spofficer | ||
- type: Icon | ||
state: pda-spofficer | ||
|
||
- type: entity | ||
parent: PRISONPDAHeadOfPrison | ||
id: PRISONPDAEngineer | ||
name: КПК инженера тюрьмы | ||
description: Этот КПК - ваш путь к свободе. | ||
components: | ||
- type: Pda | ||
id: PRISONIDCardEngineer | ||
state: pda-spengineer | ||
- type: Icon | ||
state: pda-spengineer | ||
|
||
- type: entity | ||
parent: | ||
- PRISONPDAHeadOfPrison | ||
- BaseMedicalPDA | ||
id: PRISONPDAMedic | ||
name: КПК врача тюрьмы | ||
description: Этот КПК - ваш путь к свободе. | ||
components: | ||
- type: Pda | ||
id: PRISONIDCardMedic | ||
state: pda-spmedic | ||
- type: Icon | ||
state: pda-spmedic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
Resources/Prototypes/Stories/Entities/Objects/encryption_keys.yml
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
Resources/Prototypes/Stories/Entities/Objects/identification_cards.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.