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:
- id: BoxSurvival
- id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument

View File

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

View File

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

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

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

View File

@@ -120,6 +120,9 @@
},
{
"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-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": "idmusician"
},
{
"name": "orange"
},