From 64548a7ead7cb2a17f589ee731421cf07c04f331 Mon Sep 17 00:00:00 2001 From: cool dolphin <36332236+Afrokada@users.noreply.github.com> Date: Tue, 7 May 2024 17:55:03 +0200 Subject: [PATCH] More trinkets for loadouts (#27292) * woo yea more tinket * plushie has no timer --- .../Loadouts/Miscellaneous/trinkets.yml | 99 +++++++++++++++++++ .../Prototypes/Loadouts/loadout_groups.yml | 8 ++ 2 files changed, 107 insertions(+) diff --git a/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml b/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml index 889b12a08e..fe826a8334 100644 --- a/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml +++ b/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml @@ -1,3 +1,14 @@ +# Timers +- type: loadoutEffectGroup + id: Command + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Command + time: 3600 # 1 hour + +# Plushies - type: loadout id: PlushieLizard equipment: PlushieLizard @@ -7,7 +18,95 @@ storage: back: - PlushieLizard + +- type: loadout + id: PlushieSpaceLizard + equipment: PlushieSpaceLizard + +- type: startingGear + id: PlushieSpaceLizard + storage: + back: + - PlushieSpaceLizard + +# Smokeables +- type: loadout + id: Lighter + equipment: Lighter + +- type: startingGear + id: Lighter + storage: + back: + - Lighter + +- type: loadout + id: CigPackGreen + equipment: CigPackGreen + +- type: startingGear + id: CigPackGreen + storage: + back: + - CigPackGreen + +- type: loadout + id: CigPackRed + equipment: CigPackRed + +- type: startingGear + id: CigPackRed + storage: + back: + - CigPackRed + +- type: loadout + id: CigPackBlue + equipment: CigPackBlue + +- type: startingGear + id: CigPackBlue + storage: + back: + - CigPackBlue + +- type: loadout + id: CigPackBlack + equipment: CigPackBlack + +- type: startingGear + id: CigPackBlack + storage: + back: + - CigPackBlack + +- type: loadout + id: CigarCase + equipment: CigarCase + effects: + - !type:GroupLoadoutEffect + proto: Command + +- type: startingGear + id: CigarCase + storage: + back: + - CigarCase + +- type: loadout + id: CigarGold + equipment: CigarGold + effects: + - !type:GroupLoadoutEffect + proto: Command + +- type: startingGear + id: CigarGold + storage: + back: + - CigarGold +# Pins - type: loadout id: ClothingNeckLGBTPin equipment: ClothingNeckLGBTPin diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index e3313bff44..c6a1d3a822 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -6,6 +6,14 @@ maxLimit: 3 loadouts: - PlushieLizard + - PlushieSpaceLizard + - Lighter + - CigPackGreen + - CigPackRed + - CigPackBlue + - CigPackBlack + - CigarCase + - CigarGold - ClothingNeckLGBTPin - ClothingNeckAromanticPin - ClothingNeckAsexualPin -- 2.52.0