File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -318,12 +318,28 @@ type ItemPropertiesChestRig {
318
318
pouches: [ItemStorageGrid]
319
319
}
320
320
321
+ type ItemPropertiesContainer {
322
+ capacity: Int
323
+ #grids: [ItemStorageGrid]
324
+ }
325
+
321
326
type ItemPropertiesFoodDrink {
322
327
energy: Int
323
328
hydration: Int
324
329
units: Int
325
330
}
326
331
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
+
327
343
type ItemPropertiesGrenade {
328
344
type: String
329
345
fuse: Float
@@ -447,7 +463,9 @@ union ItemProperties =
447
463
ItemPropertiesArmorAttachment |
448
464
ItemPropertiesBackpack |
449
465
ItemPropertiesChestRig |
466
+ ItemPropertiesContainer |
450
467
ItemPropertiesFoodDrink |
468
+ ItemPropertiesGlasses |
451
469
ItemPropertiesGrenade |
452
470
ItemPropertiesHelmet |
453
471
ItemPropertiesKey |
You can’t perform that action at this time.
0 commit comments