Skip to content

Commit a2c8e15

Browse files
authored
Merge pull request #358 from the-hideout/soft-armor-ricochet
Add ricochet info to soft armor
2 parents 4adb471 + 14857a9 commit a2c8e15

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)