add T2 and T3 items

This commit is contained in:
2026-03-05 01:05:29 -05:00
parent 6ec5b95982
commit 7d779f0b95
7 changed files with 56 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export type Tier = 4 | 5 | 6 | 7 | 8
export type Tier = 2 | 3 | 4 | 5 | 6 | 7 | 8
export type Enchantment = 0 | 1 | 2 | 3 | 4
export type ItemCategory = 'Weapons' | 'Armor' | 'Gathering'