Updated Items and Added Event Icons

This commit is contained in:
Annika Merris 2024-01-22 21:25:41 -05:00
parent d30bde5c4d
commit 744e6608af
15 changed files with 202 additions and 58 deletions

View file

@ -7,4 +7,5 @@ export type PowerItem = {
rarity: number
origin: string
tooltip: string
isEventItem: string
}