Фикс лоадаутов 3 (#458)

* fix: fix cane

* fix: fix empty leather satchel
This commit is contained in:
ThereDrD0
2024-07-17 16:42:21 +03:00
committed by GitHub
parent 6d95e3dc97
commit 626d721d73
4 changed files with 17 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -96,7 +96,7 @@
- CommonBackpack - CommonBackpack
- CommonShoes # WD - CommonShoes # WD
- LibrarianPDA - LibrarianPDA
- InhandCane - ItemCane # WD
- Trinkets - Trinkets
- type: roleLoadout - type: roleLoadout