Musician job completeness (#6889)
This commit is contained in:
@@ -122,5 +122,4 @@
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: AcousticGuitarInstrument
|
||||
- id: RecorderInstrument
|
||||
- id: SaxophoneInstrument
|
||||
|
||||
@@ -101,5 +101,4 @@
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: AcousticGuitarInstrument
|
||||
- id: RecorderInstrument
|
||||
- id: SaxophoneInstrument
|
||||
|
||||
@@ -101,5 +101,4 @@
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: AcousticGuitarInstrument
|
||||
- id: RecorderInstrument
|
||||
- id: SaxophoneInstrument
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -120,6 +120,9 @@
|
||||
},
|
||||
{
|
||||
"name": "warden"
|
||||
},
|
||||
{
|
||||
"name": "musician"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Markers/jobs.rsi/musician.png
Normal file
BIN
Resources/Textures/Markers/jobs.rsi/musician.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 707 B |
@@ -141,6 +141,9 @@
|
||||
},
|
||||
{
|
||||
"name": "pda-warden"
|
||||
},
|
||||
{
|
||||
"name": "pda-musician"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Devices/pda.rsi/pda-musician.png
Normal file
BIN
Resources/Textures/Objects/Devices/pda.rsi/pda-musician.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 462 B |
BIN
Resources/Textures/Objects/Misc/id_cards.rsi/idmusician.png
Normal file
BIN
Resources/Textures/Objects/Misc/id_cards.rsi/idmusician.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 B |
@@ -136,6 +136,9 @@
|
||||
{
|
||||
"name": "idwarden"
|
||||
},
|
||||
{
|
||||
"name": "idmusician"
|
||||
},
|
||||
{
|
||||
"name": "orange"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user