Skip to content

Commit 14857a9

Browse files
committed
Add ricochet info to soft armor
1 parent 4adb471 commit 14857a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema-static.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ type ItemArmorSlotLocked implements ItemArmorSlot {
302302
zones: [String]
303303
armorType: String
304304
baseValue: Int
305+
ricochetX: Float
306+
ricochetY: Float
307+
ricochetZ: Float
305308
}
306309
307310
type ItemArmorSlotOpen implements ItemArmorSlot {

0 commit comments

Comments
 (0)