Skip to content

Commit d4a304e

Browse files
committed
add ItemPropertiesContainer, ItemPropertiesGlasses
1 parent 52e3728 commit d4a304e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

schema.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,28 @@ type ItemPropertiesChestRig {
318318
pouches: [ItemStorageGrid]
319319
}
320320
321+
type ItemPropertiesContainer {
322+
capacity: Int
323+
#grids: [ItemStorageGrid]
324+
}
325+
321326
type ItemPropertiesFoodDrink {
322327
energy: Int
323328
hydration: Int
324329
units: Int
325330
}
326331
332+
type ItemPropertiesGlasses {
333+
class: Int
334+
durability: Int
335+
repairCost: Int
336+
blindnessProtection: Float
337+
#speedPenalty: Float
338+
#turnPenalty: Float
339+
#ergoPenalty: Int
340+
material: ArmorMaterial
341+
}
342+
327343
type ItemPropertiesGrenade {
328344
type: String
329345
fuse: Float
@@ -447,7 +463,9 @@ union ItemProperties =
447463
ItemPropertiesArmorAttachment |
448464
ItemPropertiesBackpack |
449465
ItemPropertiesChestRig |
466+
ItemPropertiesContainer |
450467
ItemPropertiesFoodDrink |
468+
ItemPropertiesGlasses |
451469
ItemPropertiesGrenade |
452470
ItemPropertiesHelmet |
453471
ItemPropertiesKey |

0 commit comments

Comments
 (0)