Фикс лоадаутов 3 (#458)
* fix: fix cane * fix: fix empty leather satchel
This commit is contained in:
@@ -7,6 +7,15 @@
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchelLeather
|
||||
id: ClothingBackpackSatchelLeatherFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchel
|
||||
|
||||
@@ -359,7 +359,7 @@
|
||||
- type: startingGear
|
||||
id: CommonSatchelLeather
|
||||
equipment:
|
||||
back: ClothingBackpackSatchelLeather
|
||||
back: ClothingBackpackSatchelLeatherFilled
|
||||
|
||||
# Mask
|
||||
|
||||
@@ -465,12 +465,13 @@
|
||||
equipment:
|
||||
belt: ClothingBeltUtility
|
||||
|
||||
# Inhands
|
||||
# Job trinkets
|
||||
|
||||
- type: itemLoadout
|
||||
id: Cane
|
||||
equipment: Cane
|
||||
- type: startingGear
|
||||
id: Cane
|
||||
equipment:
|
||||
belt: Cane
|
||||
storage:
|
||||
back:
|
||||
- Cane
|
||||
|
||||
@@ -734,8 +734,8 @@
|
||||
- BootsWinter
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: InhandCane
|
||||
name: loadout-group-inhand
|
||||
id: ItemCane
|
||||
name: loadout-group-job-trinkets
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- Cane
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
- CommonBackpack
|
||||
- CommonShoes # WD
|
||||
- LibrarianPDA
|
||||
- InhandCane
|
||||
- ItemCane # WD
|
||||
- Trinkets
|
||||
|
||||
- type: roleLoadout
|
||||
|
||||
Reference in New Issue
Block a user