diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/musician.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/musician.yml index 2d3e6bd0fe..a34aa90876 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/musician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/musician.yml @@ -14,3 +14,17 @@ id: MusicianWintercoat equipment: outerClothing: ClothingOuterWinterMusician + +# Sunrise-start +# Instruments + +- type: loadoutEffectGroup + id: MusicGoldenInstrument + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobMusician + time: 360000 #100 hrs + +#Sunrise-end diff --git a/Resources/Prototypes/Loadouts/Miscellaneous/instruments.yml b/Resources/Prototypes/Loadouts/Miscellaneous/instruments.yml index 21b9070b0d..56fe88a209 100644 --- a/Resources/Prototypes/Loadouts/Miscellaneous/instruments.yml +++ b/Resources/Prototypes/Loadouts/Miscellaneous/instruments.yml @@ -166,3 +166,15 @@ storage: back: - BagpipeInstrument + +# Sunrise-start + +- type: loadout + id: SuperSynthesizer + equipment: + back: SuperSynthesizerInstrument + effects: + - !type:GroupLoadoutEffect + proto: MusicGoldenInstrument + +# Sunrise-end diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index acfb3371e3..e7eef0eb0f 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -602,6 +602,7 @@ - PanFlute - Ocarina - Bagpipe + - SuperSynthesizer # Cargo - type: loadoutGroup