-
Notifications
You must be signed in to change notification settings - Fork 52
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
Showing
7 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/ADT/Entities/Markers/Spawners/job.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,11 @@ | ||
- type: entity | ||
id: SpawnPointADTPathologist | ||
parent: ADTSpawnPointJobBase | ||
name: pathologist | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTPathologist | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: pathologist |
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,12 @@ | ||
- type: entity | ||
parent: MedicalPDA | ||
id: ADTPathologistPDA | ||
name: pathologist's PDA | ||
description: It breezes chill. | ||
components: | ||
- type: Pda | ||
id: ADTPathologistIDCard | ||
state: pda-pathologist | ||
- type: PdaBorderColor | ||
borderColor: "#d7d7d0" | ||
accentVColor: "#15616b" |
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/ADT/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,12 @@ | ||
- type: entity | ||
parent: IDCardStandard | ||
id: ADTPathologistIDCard | ||
name: pathologist's ID card | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Objects/Misc/id_cards.rsi | ||
layers: | ||
- state: default | ||
- state: id-pathologist | ||
- type: PresetIdCard | ||
job: ADTPathologist |
64 changes: 64 additions & 0 deletions
64
Resources/Prototypes/ADT/Entities/Objects/Specific/Medical/misc.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,64 @@ | ||
- type: entity | ||
name: foot tag | ||
parent: BaseItem | ||
id: ADTFootTag | ||
description: A piece of paper for dead. | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Clothing/Shoes/Boots/foot_tag | ||
layers: | ||
- state: paper | ||
- state: paper_words | ||
map: ["enum.PaperVisualLayers.Writing"] | ||
visible: false | ||
- type: Clothing | ||
sprite: ADT/Clothing/Shoes/Boots/foot_tag | ||
slots: [socks] | ||
quickEquip: false | ||
- type: Paper | ||
- type: ActivatableUI | ||
key: enum.PaperUiKey.Key | ||
closeOnHandDeselect: false | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.PaperUiKey.Key | ||
type: PaperBoundUserInterface | ||
- type: Item | ||
size: Tiny | ||
- type: Tag | ||
tags: | ||
- Document | ||
- Trash | ||
- socks | ||
- type: Appearance | ||
- type: PaperVisuals | ||
- type: GuideHelp | ||
guides: | ||
- ADTPathologist | ||
|
||
- type: entity | ||
name: box of foot tags | ||
parent: BoxCardboard | ||
id: ADTFootTagBox | ||
description: It's plastic a box with foot tags inside. | ||
components: | ||
- type: Storage | ||
maxItemSize: Small | ||
grid: | ||
- 0,0,2,1 | ||
- type: StorageFill | ||
contents: | ||
- id: ADTFootTag | ||
amount: 6 | ||
- type: Sprite | ||
sprite: ADT/Objects/Specific/Medical/foot-tag-box.rsi | ||
state: icon | ||
- type: Item | ||
sprite: ADT/Objects/Specific/Medical/foot-tag-box.rsi | ||
size: Normal | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Cardboard: 50 | ||
- type: GuideHelp | ||
guides: | ||
- ADTPathologist |
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,4 @@ | ||
- type: guideEntry | ||
id: ADTPathologist | ||
name: guide-pathologist-ADT | ||
text: "/ServerInfo/ADT/Pathologist.xml" |
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,2 @@ | ||
- type: playTimeTracker | ||
id: JobADTPathologist |
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,6 @@ | ||
- type: statusIcon | ||
parent: JobIcon | ||
id: JobIconADTPathologist | ||
icon: | ||
sprite: /Textures/Interface/Misc/job_icons.rsi | ||
state: ADTPathologist |