Skip to content

Commit

Permalink
Add CE backpack loadout (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jun 19, 2024
1 parent 7d11763 commit e3469db
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
loadout-group-inventory = Мой инвентарь
loadout-group-psychologist-backpack = Рюкзак психолога
loadout-group-chief-engineer-backpack = Рюкзак старшего инженера
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
minLimit: 0
maxLimit: 5
loadouts: []

- type: loadoutGroup
id: ChiefEngineerBackpack
name: loadout-group-chief-engineer-backpack
loadouts:
- ChiefEngineerBackpack
- ChiefEngineerSatchel
- ChiefEngineerDuffel
2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
groups:
- ChiefEngineerHead
- ChiefEngineerJumpsuit
- StationEngineerBackpack
- ChiefEngineerBackpack # Corvax-Loadouts
- ChiefEngineerNeck
- ChiefEngineerOuterClothing
- ChiefEngineerShoes
Expand Down

0 comments on commit e3469db

Please sign in to comment.