Skip to content

Commit

Permalink
спавн, несколько вещей патолога, айди,тайм трекер
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jun 29, 2024
1 parent e7bf9d8 commit 897ad1b
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml
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
12 changes: 12 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml
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"
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
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
4 changes: 4 additions & 0 deletions Resources/Prototypes/ADT/Guidebook/medical.yml
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"
2 changes: 2 additions & 0 deletions Resources/Prototypes/ADT/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: playTimeTracker
id: JobADTPathologist
6 changes: 6 additions & 0 deletions Resources/Prototypes/ADT/StatusEffects/job.yml
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

0 comments on commit 897ad1b

Please sign in to comment.