From 9180b46910cf34ca6a34b99b44c3f87ce0919c62 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 14 Jan 2022 23:58:42 -0800 Subject: [PATCH] Added weapon series --- src/components/WeaponResult/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/WeaponResult/index.tsx b/src/components/WeaponResult/index.tsx index dc73aeb7..d60d7e89 100644 --- a/src/components/WeaponResult/index.tsx +++ b/src/components/WeaponResult/index.tsx @@ -12,6 +12,7 @@ interface Props { const Element = ['null', 'wind', 'fire', 'water', 'earth', 'dark', 'light'] const Proficiency = ['none', 'sword', 'dagger', 'axe', 'spear', 'bow', 'staff', 'fist', 'harp', 'gun', 'katana'] +const Series = ['seraphic', 'grand', 'opus', 'draconic', 'revenant', 'primal', 'beast','regalia', 'omega', 'olden_primal', 'hollowsky', 'xeno', 'astral', 'rose', 'ultima', 'bahamut', 'epic', 'ennead', 'cosmos', 'ancestral', 'superlative', 'vintage', 'class_champion', 'sephira', 'new_world_foundation'] class WeaponResult extends React.Component { render() {