Musician job completeness (#6889)
This commit is contained in:
@@ -195,6 +195,18 @@
|
||||
- state: green
|
||||
- state: janitor
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointMusician
|
||||
parent: SpawnPointJobBase
|
||||
name: musician
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Musician
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: musician
|
||||
|
||||
# Command
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -469,3 +469,31 @@
|
||||
components:
|
||||
- type: PDA
|
||||
id: CentcomIDCardSyndie
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: MusicianPDA
|
||||
name: musician PDA
|
||||
description: It fills you with inspiration.
|
||||
components:
|
||||
- type: PDA
|
||||
id: MusicianIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-musician
|
||||
- type: Instrument
|
||||
allowPercussion: false
|
||||
handheld: true
|
||||
bank: 1
|
||||
program: 2
|
||||
- type: ActivatableUI
|
||||
inHandsOnly: true
|
||||
singleUser: true
|
||||
key: enum.InstrumentUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.InstrumentUiKey.Key
|
||||
type: InstrumentBoundUserInterface
|
||||
- type: Input
|
||||
context: "human"
|
||||
|
||||
@@ -365,3 +365,15 @@
|
||||
- type: Access
|
||||
tags:
|
||||
- Maintenance
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: MusicianIDCard
|
||||
name: musician ID card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idmusician
|
||||
- type: PresetIdCard
|
||||
job: Musician
|
||||
|
||||
Reference in New Issue
Block a user