Nanotrasen Interns (#8006)
This commit is contained in:
@@ -87,6 +87,38 @@
|
||||
- state: green
|
||||
- state: assistant
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointTechnicalAssistant
|
||||
parent: SpawnPointAssistant
|
||||
name: technical assistant
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: TechnicalAssistant
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointMedicalIntern
|
||||
parent: SpawnPointAssistant
|
||||
name: medical intern
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: MedicalIntern
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointSecurityCadet
|
||||
parent: SpawnPointAssistant
|
||||
name: security cadet
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: SecurityCadet
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointServiceWorker
|
||||
parent: SpawnPointAssistant
|
||||
name: service worker
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: ServiceWorker
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointBartender
|
||||
parent: SpawnPointJobBase
|
||||
@@ -258,7 +290,7 @@
|
||||
layers:
|
||||
- state: green
|
||||
- state: engineer
|
||||
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointAtmos
|
||||
parent: SpawnPointJobBase
|
||||
@@ -270,7 +302,7 @@
|
||||
layers:
|
||||
- state: green
|
||||
- state: atmospherics
|
||||
|
||||
|
||||
# Medical
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -77,6 +77,66 @@
|
||||
- type: PDA
|
||||
id: AssistantIDCard
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: TechnicalAssistantPDA
|
||||
name: technical assistant PDA
|
||||
description: Why isn't it yellow?
|
||||
components:
|
||||
- type: PDA
|
||||
id: TechnicalAssistantIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-interntech
|
||||
- type: Icon
|
||||
state: pda-interntech
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: MedicalInternPDA
|
||||
name: medical intern PDA
|
||||
description: Why isn't it white?
|
||||
components:
|
||||
- type: PDA
|
||||
id: MedicalInternIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-internmed
|
||||
- type: Icon
|
||||
state: pda-internmed
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: SecurityCadetPDA
|
||||
name: security cadet PDA
|
||||
description: Why isn't it red?
|
||||
components:
|
||||
- type: PDA
|
||||
id: SecurityCadetIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-interncadet
|
||||
- type: Icon
|
||||
state: pda-interncadet
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: ServiceWorkerPDA
|
||||
name: service worker PDA
|
||||
description: Why isn't it gray?
|
||||
components:
|
||||
- type: PDA
|
||||
id: ServiceWorkerIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-internservice
|
||||
- type: Icon
|
||||
state: pda-internservice
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: ChefPDA
|
||||
@@ -526,7 +586,7 @@
|
||||
parent: BasePDA
|
||||
id: ClearPDA
|
||||
name: clear PDA
|
||||
description: 99 and 44/100ths percent pure plastic.
|
||||
description: 99 and 44/100ths percent pure plastic.
|
||||
components:
|
||||
- type: PDA
|
||||
id: AssistantIDCard
|
||||
@@ -535,7 +595,7 @@
|
||||
- type: PDAVisualizer
|
||||
state: pda-clear
|
||||
- type: Icon
|
||||
state: pda-clear
|
||||
state: pda-clear
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
@@ -551,4 +611,4 @@
|
||||
state: pda-syndi
|
||||
- type: Icon
|
||||
state: pda-syndi
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,54 @@
|
||||
- type: PresetIdCard
|
||||
job: Assistant
|
||||
|
||||
- type: entity
|
||||
parent: AssistantIDCard
|
||||
id: TechnicalAssistantIDCard
|
||||
name: technical assistant ID card
|
||||
components:
|
||||
- type: PresetIdCard
|
||||
job: TechnicalAssistant
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idintern-tech
|
||||
|
||||
- type: entity
|
||||
parent: AssistantIDCard
|
||||
id: MedicalInternIDCard
|
||||
name: medical intern ID card
|
||||
components:
|
||||
- type: PresetIdCard
|
||||
job: MedicalIntern
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idintern-med
|
||||
|
||||
- type: entity
|
||||
parent: AssistantIDCard
|
||||
id: SecurityCadetIDCard
|
||||
name: security cadet ID card
|
||||
components:
|
||||
- type: PresetIdCard
|
||||
job: SecurityCadet
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idintern-cadet
|
||||
|
||||
- type: entity
|
||||
parent: AssistantIDCard
|
||||
id: ServiceWorkerIDCard
|
||||
name: service worker ID card
|
||||
components:
|
||||
- type: PresetIdCard
|
||||
job: ServiceWorker
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idintern-service
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CaptainIDCard
|
||||
@@ -390,7 +438,7 @@
|
||||
interfaces:
|
||||
- key: enum.AgentIDCardUiKey.Key
|
||||
type: AgentIDCardBoundUserInterface
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: AtmosIDCard
|
||||
|
||||
Reference in New Issue
Block a user