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