We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c88bb commit 52e3728Copy full SHA for 52e3728
schema.js
@@ -300,6 +300,11 @@ type ItemPropertiesArmorAttachment {
300
material: ArmorMaterial
301
}
302
303
+type ItemPropertiesBackpack {
304
+ capacity: Int
305
+ pouches: [ItemStorageGrid]
306
+}
307
+
308
type ItemPropertiesChestRig {
309
class: Int
310
durability: Int
@@ -440,6 +445,7 @@ union ItemProperties =
440
445
ItemPropertiesAmmo |
441
446
ItemPropertiesArmor |
442
447
ItemPropertiesArmorAttachment |
448
+ ItemPropertiesBackpack |
443
449
ItemPropertiesChestRig |
444
450
ItemPropertiesFoodDrink |
451
ItemPropertiesGrenade |
0 commit comments