Skip to content

Commit 52e3728

Browse files
committed
add ItemPropertiesBackpack
1 parent a7c88bb commit 52e3728

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schema.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ type ItemPropertiesArmorAttachment {
300300
material: ArmorMaterial
301301
}
302302
303+
type ItemPropertiesBackpack {
304+
capacity: Int
305+
pouches: [ItemStorageGrid]
306+
}
307+
303308
type ItemPropertiesChestRig {
304309
class: Int
305310
durability: Int
@@ -440,6 +445,7 @@ union ItemProperties =
440445
ItemPropertiesAmmo |
441446
ItemPropertiesArmor |
442447
ItemPropertiesArmorAttachment |
448+
ItemPropertiesBackpack |
443449
ItemPropertiesChestRig |
444450
ItemPropertiesFoodDrink |
445451
ItemPropertiesGrenade |

0 commit comments

Comments
 (0)