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