Skip to content

Commit 5dd52cc

Browse files
committed
add baseValue to locked armor slots
1 parent eb9a71e commit 5dd52cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema.js

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ type ItemArmorSlotLocked implements ItemArmorSlot {
293293
material: ArmorMaterial
294294
zones: [String]
295295
armorType: String
296+
baseValue: Int
296297
}
297298
298299
type ItemArmorSlotOpen implements ItemArmorSlot {

0 commit comments

Comments
 (0)