Skip to content

Commit

Permalink
Add ItemAllowCombineFromGround to item schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed Jun 18, 2024
1 parent 5f4fb96 commit e84b7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/abilities/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const baseItem = (name = 'BaseItem') =>
.field('ItemInitialStockTimeTurbo', s.num().min(0))
.field('TokenTier', s.int())
.field('ModelScale', s.num())
.field('ItemAllowCombineFromGround', s.binaryBoolean())

// TODO: Used only in `seasonal_ti9_banner`
.field('UnlockMinEffectIndex', s.int().min(0))
Expand Down

0 comments on commit e84b7f8

Please sign in to comment.