diff --git a/components/WeaponLabelIcon/index.scss b/components/WeaponLabelIcon/index.scss index 70b3afb9..231f9b5e 100644 --- a/components/WeaponLabelIcon/index.scss +++ b/components/WeaponLabelIcon/index.scss @@ -8,72 +8,72 @@ /* Elements */ .fire { - background-image: url('/images/labels/element/Label_Element_Fire.png') + background-image: url('/labels/element/Label_Element_Fire.png') } .water { - background-image: url('/images/labels/element/Label_Element_Water.png') + background-image: url('/labels/element/Label_Element_Water.png') } .earth { - background-image: url('/images/labels/element/Label_Element_Earth.png') + background-image: url('/labels/element/Label_Element_Earth.png') } .wind { - background-image: url('/images/labels/element/Label_Element_Wind.png') + background-image: url('/labels/element/Label_Element_Wind.png') } .dark { - background-image: url('/images/labels/element/Label_Element_Dark.png') + background-image: url('/labels/element/Label_Element_Dark.png') } .light { - background-image: url('/images/labels/element/Label_Element_Light.png') + background-image: url('/labels/element/Label_Element_Light.png') } .null { - background-image: url('/images/labels/element/Label_Element_Any.png') + background-image: url('/labels/element/Label_Element_Any.png') } /* Proficiencies */ .sword { - background-image: url('/images/labels/proficiency/Label_Weapon_Sabre.png') + background-image: url('/labels/proficiency/Label_Weapon_Sabre.png') } .dagger { - background-image: url('/images/labels/proficiency/Label_Weapon_Dagger.png') + background-image: url('/labels/proficiency/Label_Weapon_Dagger.png') } .axe { - background-image: url('/images/labels/proficiency/Label_Weapon_Axe.png') + background-image: url('/labels/proficiency/Label_Weapon_Axe.png') } .spear { - background-image: url('/images/labels/proficiency/Label_Weapon_Spear.png') + background-image: url('/labels/proficiency/Label_Weapon_Spear.png') } .staff { - background-image: url('/images/labels/proficiency/Label_Weapon_Staff.png') + background-image: url('/labels/proficiency/Label_Weapon_Staff.png') } .fist { - background-image: url('/images/labels/proficiency/Label_Weapon_Melee.png') + background-image: url('/labels/proficiency/Label_Weapon_Melee.png') } .harp { - background-image: url('/images/labels/proficiency/Label_Weapon_Harp.png') + background-image: url('/labels/proficiency/Label_Weapon_Harp.png') } .gun { - background-image: url('/images/labels/proficiency/Label_Weapon_Gun.png') + background-image: url('/labels/proficiency/Label_Weapon_Gun.png') } .bow { - background-image: url('/images/labels/proficiency/Label_Weapon_Bow.png') + background-image: url('/labels/proficiency/Label_Weapon_Bow.png') } .katana { - background-image: url('/images/labels/proficiency/Label_Weapon_Katana.png') + background-image: url('/labels/proficiency/Label_Weapon_Katana.png') } diff --git a/public/labels/element/Label_Element_Any.png b/public/labels/element/Label_Element_Any.png new file mode 100644 index 00000000..cc97f588 Binary files /dev/null and b/public/labels/element/Label_Element_Any.png differ diff --git a/public/labels/element/Label_Element_Dark.png b/public/labels/element/Label_Element_Dark.png new file mode 100644 index 00000000..be63de5f Binary files /dev/null and b/public/labels/element/Label_Element_Dark.png differ diff --git a/public/labels/element/Label_Element_Earth.png b/public/labels/element/Label_Element_Earth.png new file mode 100644 index 00000000..808b8eda Binary files /dev/null and b/public/labels/element/Label_Element_Earth.png differ diff --git a/public/labels/element/Label_Element_Fire.png b/public/labels/element/Label_Element_Fire.png new file mode 100644 index 00000000..0e5519fc Binary files /dev/null and b/public/labels/element/Label_Element_Fire.png differ diff --git a/public/labels/element/Label_Element_Light.png b/public/labels/element/Label_Element_Light.png new file mode 100644 index 00000000..f738733c Binary files /dev/null and b/public/labels/element/Label_Element_Light.png differ diff --git a/public/labels/element/Label_Element_Water.png b/public/labels/element/Label_Element_Water.png new file mode 100644 index 00000000..6131e2d9 Binary files /dev/null and b/public/labels/element/Label_Element_Water.png differ diff --git a/public/labels/element/Label_Element_Wind.png b/public/labels/element/Label_Element_Wind.png new file mode 100644 index 00000000..fe043530 Binary files /dev/null and b/public/labels/element/Label_Element_Wind.png differ diff --git a/public/labels/proficiency/Label_Weapon_Axe.png b/public/labels/proficiency/Label_Weapon_Axe.png new file mode 100644 index 00000000..0d2402e2 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Axe.png differ diff --git a/public/labels/proficiency/Label_Weapon_Bow.png b/public/labels/proficiency/Label_Weapon_Bow.png new file mode 100644 index 00000000..a99267b9 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Bow.png differ diff --git a/public/labels/proficiency/Label_Weapon_Dagger.png b/public/labels/proficiency/Label_Weapon_Dagger.png new file mode 100644 index 00000000..d97a4119 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Dagger.png differ diff --git a/public/labels/proficiency/Label_Weapon_Gun.png b/public/labels/proficiency/Label_Weapon_Gun.png new file mode 100644 index 00000000..4c22d745 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Gun.png differ diff --git a/public/labels/proficiency/Label_Weapon_Harp.png b/public/labels/proficiency/Label_Weapon_Harp.png new file mode 100644 index 00000000..a0cc4f43 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Harp.png differ diff --git a/public/labels/proficiency/Label_Weapon_Katana.png b/public/labels/proficiency/Label_Weapon_Katana.png new file mode 100644 index 00000000..cfde9f49 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Katana.png differ diff --git a/public/labels/proficiency/Label_Weapon_Melee.png b/public/labels/proficiency/Label_Weapon_Melee.png new file mode 100644 index 00000000..49fbf3cf Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Melee.png differ diff --git a/public/labels/proficiency/Label_Weapon_Sabre.png b/public/labels/proficiency/Label_Weapon_Sabre.png new file mode 100644 index 00000000..c8613072 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Sabre.png differ diff --git a/public/labels/proficiency/Label_Weapon_Spear.png b/public/labels/proficiency/Label_Weapon_Spear.png new file mode 100644 index 00000000..91b6e763 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Spear.png differ diff --git a/public/labels/proficiency/Label_Weapon_Staff.png b/public/labels/proficiency/Label_Weapon_Staff.png new file mode 100644 index 00000000..3cd5eed6 Binary files /dev/null and b/public/labels/proficiency/Label_Weapon_Staff.png differ