Lots of CSS fixing and added new items

This commit is contained in:
Annika Merris 2024-01-21 12:18:57 -05:00
parent 0f37f195a9
commit 599d44a86b
27 changed files with 1211 additions and 389 deletions

View file

@ -4,4 +4,5 @@ export type PowerItem = {
minItemPower: number
maxItemPower: number
owned: number
rarity: number
}