16 lines
No EOL
565 B
TypeScript
16 lines
No EOL
565 B
TypeScript
export const rarities = ["sr", "ssr"]
|
|
|
|
export const elements = ["null", "wind", "fire", "water", "earth", "dark", "light"]
|
|
|
|
export const proficiencies = [
|
|
"sabre", "dagger", "spear", "axe", "staff",
|
|
"melee", "gun", "bow", "harp", "katana"
|
|
]
|
|
|
|
export const weaponSeries = [
|
|
"seraphic", "grand", "opus", "draconic", "ultima",
|
|
"bahamut", "omega", "primal", "olden_primal", "militis",
|
|
"beast", "rose", "xeno", "hollowsky", "astral",
|
|
"epic", "ennead", "cosmos", "ancestral", "superlative",
|
|
"vintage", "class_champion", "sephira", "new_world"
|
|
] |