From e3ddbd28f3dee3f045b60dcc8e03da42cca44e73 Mon Sep 17 00:00:00 2001 From: Francus_ Date: Tue, 25 Mar 2025 11:51:43 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9C=D1=83=D0=B7=D1=8B=D0=BA=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=D1=83=20=D0=B2=20=D0=BB=D0=BE=D0=B4=D0=B0=D1=83=D1=82=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D1=81=D1=83?= =?UTF-8?q?=D0=BF=D0=B5=D1=80-=D1=81=D0=B8=D0=BD=D1=82=D0=B5=D0=B7=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D1=80=20=D0=B7=D0=B0=20100=20=D1=87=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D0=B2=20(#1553)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/Loadouts/Jobs/Civilian/musician.yml | 14 ++++++++++++++ .../Loadouts/Miscellaneous/instruments.yml | 12 ++++++++++++ Resources/Prototypes/Loadouts/loadout_groups.yml | 1 + 3 files changed, 27 insertions(+) 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