From 5e38a0cdca70ad3fd6f9016339f98af837670bb5 Mon Sep 17 00:00:00 2001 From: kosticia Date: Mon, 12 May 2025 15:37:12 +0300 Subject: [PATCH] Cotton baguette for moths (#36953) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * SAVE MILLIONS MOTHS FOREVER🗣🗣🗣🗣🗣🗣🗣 * now i forgot about it??? --- .../Catalog/Fills/Boxes/emergency.yml | 14 ++++++++++ .../Loadouts/Miscellaneous/survival.yml | 28 ++++++++++++++++++- .../Prototypes/Loadouts/loadout_groups.yml | 1 + 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 244ad0ffe4..69433fa7c0 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -235,6 +235,20 @@ - type: Label currentLabel: reagent-name-nitrogen +- type: entity + parent: BoxSurvival + id: BoxMimeMoth + suffix: Mime, Emergency moth + components: + - type: StorageFill + contents: + - id: ClothingMaskBreath + - id: EmergencyOxygenTankFilled + - id: EmergencyMedipen + - id: Flare + - id: FoodBreadBaguetteCotton + - id: DrinkWaterBottleFull + - type: entity parent: BoxCardboard id: BoxSurvivalSyndicate diff --git a/Resources/Prototypes/Loadouts/Miscellaneous/survival.yml b/Resources/Prototypes/Loadouts/Miscellaneous/survival.yml index 10543e6ea7..2f12b9a1f5 100644 --- a/Resources/Prototypes/Loadouts/Miscellaneous/survival.yml +++ b/Resources/Prototypes/Loadouts/Miscellaneous/survival.yml @@ -65,11 +65,29 @@ - BoxHugNitrogen # Mime +- type: loadoutEffectGroup + id: OxygenBreatherMime + effects: + - !type:SpeciesLoadoutEffect + species: + - Arachnid + - Diona + - Dwarf + - Human + - Reptilian + +- type: loadoutEffectGroup + id: OxygenBreatherMimeMoth + effects: + - !type:SpeciesLoadoutEffect + species: + - Moth + - type: loadout id: EmergencyOxygenMime effects: - !type:GroupLoadoutEffect - proto: OxygenBreather + proto: OxygenBreatherMime storage: back: - BoxMime @@ -83,6 +101,14 @@ back: - BoxMimeNitrogen +- type: loadout + id: EmergencySpeciesMothMime + effects: + - !type:GroupLoadoutEffect + proto: OxygenBreatherMimeMoth + storage: + back: + - BoxMimeMoth # Engineering / Extended - type: loadout diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 04b11056f3..04ad3b8f84 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -541,6 +541,7 @@ loadouts: - EmergencyNitrogenMime - EmergencyOxygenMime + - EmergencySpeciesMothMime - LoadoutSpeciesVoxNitrogen - type: loadoutGroup -- 2.51.2