Add correct lawyer bags to loadouts (#27573)
* add lawyerbackpack to locale * lawyer backpack group * Add bags * add loadout group * Be less lazy and spot formatting problems
This commit is contained in:
@@ -36,6 +36,7 @@ loadout-group-librarian-jumpsuit = Librarian jumpsuit
|
||||
|
||||
loadout-group-lawyer-jumpsuit = Lawyer jumpsuit
|
||||
loadout-group-lawyer-neck = Lawyer neck
|
||||
loadout-group-lawyer-backpack = Lawyer backpack
|
||||
|
||||
loadout-group-chaplain-head = Chaplain head
|
||||
loadout-group-chaplain-mask = Chaplain mask
|
||||
|
||||
@@ -97,4 +97,32 @@
|
||||
- type: startingGear
|
||||
id: LawyerNeck
|
||||
equipment:
|
||||
neck: ClothingNeckLawyerbadge
|
||||
neck: ClothingNeckLawyerbadge
|
||||
|
||||
# Backpack
|
||||
- type: loadout
|
||||
id: LawyerBackpack
|
||||
equipment: LawyerBackpack
|
||||
|
||||
- type: startingGear
|
||||
id: LawyerBackpack
|
||||
equipment:
|
||||
back: ClothingBackpackLawyerFilled
|
||||
|
||||
- type: loadout
|
||||
id: LawyerSatchel
|
||||
equipment: LawyerSatchel
|
||||
|
||||
- type: startingGear
|
||||
id: LawyerSatchel
|
||||
equipment:
|
||||
back: ClothingBackpackSatchelLawyerFilled
|
||||
|
||||
- type: loadout
|
||||
id: LawyerDuffel
|
||||
equipment: LawyerDuffel
|
||||
|
||||
- type: startingGear
|
||||
id: LawyerDuffel
|
||||
equipment:
|
||||
back: ClothingBackpackDuffelLawyerFilled
|
||||
|
||||
@@ -239,6 +239,14 @@
|
||||
loadouts:
|
||||
- LawyerNeck
|
||||
|
||||
- type: loadoutGroup
|
||||
id: LawyerBackpack
|
||||
name: loadout-group-lawyer-backpack
|
||||
loadouts:
|
||||
- LawyerBackpack
|
||||
- LawyerSatchel
|
||||
- LawyerDuffel
|
||||
|
||||
- type: loadoutGroup
|
||||
id: ChaplainHead
|
||||
name: loadout-group-chaplain-head
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
groups:
|
||||
- LawyerNeck
|
||||
- LawyerJumpsuit
|
||||
- CommonBackpack
|
||||
- LawyerBackpack
|
||||
- Glasses
|
||||
- Trinkets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user