diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/emergency.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/emergency.ftl index b0f4dfb80bf..7beaee54c02 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/emergency.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/emergency.ftl @@ -37,3 +37,5 @@ ent-BoxSurvivalSyndicateNitrogen = { ent-BoxSurvivalSyndicate } ent-BoxSurvivalBrigmedic = { ent-BoxSurvivalMedical } .desc = Коробка с базовым набором для выживания. Солгасно дополнительной этикетке, содержит 2 экстренных медипена. .suffix = Бригмедик +ent-BoxSurvivalSynth = аварийный ремонтный набор + .desc = Коробка с базовым набором для ремонта. diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index b8921b5a691..baf1807446b 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -41,6 +41,7 @@ name: loadout-group-survival-basic hidden: true loadouts: + - EmergencySynth # Sunrise-Synth - EmergencyNitrogen - EmergencyOxygen diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.yml index 3f4da30ea0f..b52222e1bfb 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.yml @@ -17,3 +17,19 @@ layers: - state: internals - state: emergencytank + +- type: entity + name: survival box + parent: BoxCardboard + id: BoxSurvivalSynth + description: It's a box with basic internals inside. + suffix: Cyborg + components: + - type: StorageFill + contents: + - id: WelderMini + - id: CableApcStack + - type: Sprite + layers: + - state: box_science + - state: flare diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/survival.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/survival.yml new file mode 100644 index 00000000000..3080cce3072 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/survival.yml @@ -0,0 +1,19 @@ +- type: loadoutEffectGroup + id: Synth + effects: + - !type:SpeciesLoadoutEffect + species: + - Synth + +- type: loadout + id: EmergencySynth + equipment: EmergencySynth + effects: + - !type:GroupLoadoutEffect + proto: Synth + +- type: startingGear + id: EmergencySynth + storage: + back: + - BoxSurvivalSynth