forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a64a393
commit e56edcc
Showing
4 changed files
with
100 additions
and
14 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
35 changes: 35 additions & 0 deletions
35
Resources/Prototypes/Stray/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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- type: entity | ||
parent: CentcomPDA | ||
id: OSOPDA | ||
name: КПК ОСО | ||
description: КПК офицера спецопераций. | ||
components: | ||
- type: Pda | ||
id: CentcomIDCardOSO | ||
|
||
- type: entity | ||
parent: CentcomPDA | ||
id: OCCPDA | ||
name: КПК Оператора ЦК | ||
description: КПК ходячей бюрократии. | ||
components: | ||
- type: Pda | ||
id: CentcomIDCardOCC | ||
|
||
- type: entity | ||
parent: CentcomPDA | ||
id: OffCCPDA | ||
name: КПК представителя ЦК | ||
description: КПК ходячей бюрократии. | ||
components: | ||
- type: Pda | ||
id: CentcomIDCardOffCC | ||
|
||
- type: entity | ||
parent: CentcomPDA | ||
id: CHCCPDA | ||
name: КПК НШЦК | ||
description: КПК ходячей бюрократии. | ||
components: | ||
- type: Pda | ||
id: CentcomIDCardCHCC |
51 changes: 51 additions & 0 deletions
51
Resources/Prototypes/Stray/Entities/Objects/Misc/identification_cards.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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
- type: entity | ||
parent: CentcomIDCard | ||
id: CentcomIDCardOSO | ||
name: ID карта ОСО | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: centcom | ||
- type: Item | ||
heldPrefix: blue | ||
- type: IdCard | ||
jobTitle: Офицер спецопераций | ||
|
||
- type: entity | ||
parent: CentcomIDCard | ||
id: CentcomIDCardOCC | ||
name: ID карта оператора ЦентКома | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: centcom | ||
- type: Item | ||
heldPrefix: blue | ||
- type: IdCard | ||
jobTitle: оператор ЦентКома | ||
|
||
- type: entity | ||
parent: CentcomIDCard | ||
id: CentcomIDCardOffCC | ||
name: ID карта представителя ЦентКома | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: centcom | ||
- type: Item | ||
heldPrefix: blue | ||
- type: IdCard | ||
jobTitle: представитель ЦентКома | ||
|
||
- type: entity | ||
parent: CentcomIDCard | ||
id: CentcomIDCardCHCC | ||
name: ID карта начальника штаба ЦентКома | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: centcom | ||
- type: Item | ||
heldPrefix: blue | ||
- type: IdCard | ||
jobTitle: Начальник штаба ЦентКома |
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