Musician job completeness (#6889)
This commit is contained in:
@@ -122,5 +122,4 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: AcousticGuitarInstrument
|
- id: AcousticGuitarInstrument
|
||||||
- id: RecorderInstrument
|
|
||||||
- id: SaxophoneInstrument
|
- id: SaxophoneInstrument
|
||||||
|
|||||||
@@ -101,5 +101,4 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: AcousticGuitarInstrument
|
- id: AcousticGuitarInstrument
|
||||||
- id: RecorderInstrument
|
|
||||||
- id: SaxophoneInstrument
|
- id: SaxophoneInstrument
|
||||||
|
|||||||
@@ -101,5 +101,4 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: AcousticGuitarInstrument
|
- id: AcousticGuitarInstrument
|
||||||
- id: RecorderInstrument
|
|
||||||
- id: SaxophoneInstrument
|
- id: SaxophoneInstrument
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -120,6 +120,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "warden"
|
"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-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": "idwarden"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "idmusician"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "orange"
|
"name": "orange"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user