File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ type ItemPropertiesArmor {
378
378
repairCost: Int
379
379
speedPenalty: Float
380
380
turnPenalty: Float
381
- ergoPenalty: Int
381
+ ergoPenalty: Float
382
382
zones: [String]
383
383
material: ArmorMaterial
384
384
armorType: String
@@ -392,7 +392,7 @@ type ItemPropertiesArmorAttachment {
392
392
repairCost: Int
393
393
speedPenalty: Float
394
394
turnPenalty: Float
395
- ergoPenalty: Int
395
+ ergoPenalty: Float
396
396
headZones: [String]
397
397
material: ArmorMaterial
398
398
armorType: String
@@ -406,7 +406,7 @@ type ItemPropertiesBackpack {
406
406
grids: [ItemStorageGrid]
407
407
speedPenalty: Float
408
408
turnPenalty: Float
409
- ergoPenalty: Int
409
+ ergoPenalty: Float
410
410
pouches: [ItemStorageGrid] @deprecated(reason: "Use grids instead.")
411
411
}
412
412
@@ -427,7 +427,7 @@ type ItemPropertiesChestRig {
427
427
repairCost: Int
428
428
speedPenalty: Float
429
429
turnPenalty: Float
430
- ergoPenalty: Int
430
+ ergoPenalty: Float
431
431
zones: [String]
432
432
material: ArmorMaterial
433
433
capacity: Int
@@ -457,7 +457,7 @@ type ItemPropertiesGlasses {
457
457
blindnessProtection: Float
458
458
#speedPenalty: Float
459
459
#turnPenalty: Float
460
- #ergoPenalty: Int
460
+ #ergoPenalty: Float
461
461
material: ArmorMaterial
462
462
bluntThroughput: Float
463
463
}
@@ -486,13 +486,17 @@ type ItemPropertiesHeadphone {
486
486
resonance: Float
487
487
}
488
488
489
+ type ItemPropertiesHeadwear {
490
+ slots: [ItemSlot]
491
+ }
492
+
489
493
type ItemPropertiesHelmet {
490
494
class: Int
491
495
durability: Int
492
496
repairCost: Int
493
497
speedPenalty: Float
494
498
turnPenalty: Float
495
- ergoPenalty: Int
499
+ ergoPenalty: Float
496
500
headZones: [String]
497
501
material: ArmorMaterial
498
502
deafening: String
@@ -648,6 +652,7 @@ union ItemProperties =
648
652
ItemPropertiesFoodDrink |
649
653
ItemPropertiesGlasses |
650
654
ItemPropertiesGrenade |
655
+ ItemPropertiesHeadwear |
651
656
ItemPropertiesHeadphone |
652
657
ItemPropertiesHelmet |
653
658
ItemPropertiesKey |
You can’t perform that action at this time.
0 commit comments