Musician job completeness (#6889)

This commit is contained in:
Chris V
2022-02-25 21:11:04 -08:00
committed by GitHub
parent 0898c8a837
commit 76dfa8ce57
13 changed files with 64 additions and 5 deletions

View File

@@ -122,5 +122,4 @@
contents: contents:
- id: BoxSurvival - id: BoxSurvival
- id: AcousticGuitarInstrument - id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument - id: SaxophoneInstrument

View File

@@ -101,5 +101,4 @@
contents: contents:
- id: BoxSurvival - id: BoxSurvival
- id: AcousticGuitarInstrument - id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument - id: SaxophoneInstrument

View File

@@ -101,5 +101,4 @@
contents: contents:
- id: BoxSurvival - id: BoxSurvival
- id: AcousticGuitarInstrument - id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument - id: SaxophoneInstrument

View File

@@ -195,6 +195,18 @@
- state: green - state: green
- state: janitor - state: janitor
- type: entity
id: SpawnPointMusician
parent: SpawnPointJobBase
name: musician
components:
- type: SpawnPoint
job_id: Musician
- type: Sprite
layers:
- state: green
- state: musician
# Command # Command
- type: entity - type: entity

View File

@@ -469,3 +469,31 @@
components: components:
- type: PDA - type: PDA
id: CentcomIDCardSyndie 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"

View File

@@ -365,3 +365,15 @@
- type: Access - type: Access
tags: tags:
- Maintenance - Maintenance
- type: entity
parent: IDCardStandard
id: MusicianIDCard
name: musician ID card
components:
- type: Sprite
layers:
- state: default
- state: idmusician
- type: PresetIdCard
job: Musician

View File

@@ -7,7 +7,8 @@
icon: "Musician" icon: "Musician"
supervisors: "whoever hires you" supervisors: "whoever hires you"
access: access:
- Maintenance # TODO Remove maint access for all gimmick jobs once access work is completed - Maintenance
- Theatre
- type: startingGear - type: startingGear
id: MusicianGear id: MusicianGear
@@ -16,7 +17,7 @@
back: ClothingBackpackMusicianFilled back: ClothingBackpackMusicianFilled
eyes: ClothingEyesGlassesSunglasses eyes: ClothingEyesGlassesSunglasses
shoes: ClothingShoesColorBlack shoes: ClothingShoesColorBlack
id: AssistantPDA id: MusicianPDA
ears: ClothingHeadsetService ears: ClothingHeadsetService
satchel: ClothingBackpackSatchelMusicianFilled satchel: ClothingBackpackSatchelMusicianFilled
duffelbag: ClothingBackpackDuffelMusicianFilled duffelbag: ClothingBackpackDuffelMusicianFilled

View File

@@ -120,6 +120,9 @@
}, },
{ {
"name": "warden" "name": "warden"
},
{
"name": "musician"
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

View File

@@ -141,6 +141,9 @@
}, },
{ {
"name": "pda-warden" "name": "pda-warden"
},
{
"name": "pda-musician"
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View File

@@ -136,6 +136,9 @@
{ {
"name": "idwarden" "name": "idwarden"
}, },
{
"name": "idmusician"
},
{ {
"name": "orange" "name": "orange"
}, },