diff --git a/Resources/Locale/ru-RU/corvax/preferences/loadout-groups.ftl b/Resources/Locale/ru-RU/corvax/preferences/loadout-groups.ftl index 01314fe0cbc..a7177ec5c79 100644 --- a/Resources/Locale/ru-RU/corvax/preferences/loadout-groups.ftl +++ b/Resources/Locale/ru-RU/corvax/preferences/loadout-groups.ftl @@ -1,2 +1,2 @@ loadout-group-inventory = Мой инвентарь -loadout-group-psychologist-backpack = Рюкзак психолога +loadout-group-chief-engineer-backpack = Рюкзак старшего инженера diff --git a/Resources/Prototypes/Corvax/Loadouts/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Corvax/Loadouts/Jobs/Engineering/chief_engineer.yml new file mode 100644 index 00000000000..b76e25e8cbd --- /dev/null +++ b/Resources/Prototypes/Corvax/Loadouts/Jobs/Engineering/chief_engineer.yml @@ -0,0 +1,27 @@ +# Back +- type: loadout + id: ChiefEngineerBackpack + equipment: ChiefEngineerBackpack + +- type: startingGear + id: ChiefEngineerBackpack + equipment: + back: ClothingBackpackCE + +- type: loadout + id: ChiefEngineerSatchel + equipment: ChiefEngineerSatchel + +- type: startingGear + id: ChiefEngineerSatchel + equipment: + back: ClothingBackpackSatchelCE + +- type: loadout + id: ChiefEngineerDuffel + equipment: ChiefEngineerDuffel + +- type: startingGear + id: ChiefEngineerDuffel + equipment: + back: ClothingBackpackDuffelCE diff --git a/Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml b/Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml index d87ba1342b5..a99c45f054c 100644 --- a/Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml @@ -4,3 +4,11 @@ minLimit: 0 maxLimit: 5 loadouts: [] + +- type: loadoutGroup + id: ChiefEngineerBackpack + name: loadout-group-chief-engineer-backpack + loadouts: + - ChiefEngineerBackpack + - ChiefEngineerSatchel + - ChiefEngineerDuffel diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 703386a516d..957815d8b57 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -199,7 +199,7 @@ groups: - ChiefEngineerHead - ChiefEngineerJumpsuit - - StationEngineerBackpack + - ChiefEngineerBackpack # Corvax-Loadouts - ChiefEngineerNeck - ChiefEngineerOuterClothing - ChiefEngineerShoes