diff --git a/.gitignore b/.gitignore index 4092f6f3..632248f9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,8 @@ dist/ # Source images # Instructions will be provided to download these from the game -src/images/ +src/images/grid +src/images/mainhand # Typescript v1 declaration files typings/ diff --git a/src/images/labels/element/Label_Element_Any.png b/src/images/labels/element/Label_Element_Any.png new file mode 100644 index 00000000..cc97f588 Binary files /dev/null and b/src/images/labels/element/Label_Element_Any.png differ diff --git a/src/images/labels/element/Label_Element_Dark.png b/src/images/labels/element/Label_Element_Dark.png new file mode 100644 index 00000000..be63de5f Binary files /dev/null and b/src/images/labels/element/Label_Element_Dark.png differ diff --git a/src/images/labels/element/Label_Element_Earth.png b/src/images/labels/element/Label_Element_Earth.png new file mode 100644 index 00000000..808b8eda Binary files /dev/null and b/src/images/labels/element/Label_Element_Earth.png differ diff --git a/src/images/labels/element/Label_Element_Fire.png b/src/images/labels/element/Label_Element_Fire.png new file mode 100644 index 00000000..0e5519fc Binary files /dev/null and b/src/images/labels/element/Label_Element_Fire.png differ diff --git a/src/images/labels/element/Label_Element_Light.png b/src/images/labels/element/Label_Element_Light.png new file mode 100644 index 00000000..f738733c Binary files /dev/null and b/src/images/labels/element/Label_Element_Light.png differ diff --git a/src/images/labels/element/Label_Element_Water.png b/src/images/labels/element/Label_Element_Water.png new file mode 100644 index 00000000..6131e2d9 Binary files /dev/null and b/src/images/labels/element/Label_Element_Water.png differ diff --git a/src/images/labels/element/Label_Element_Wind.png b/src/images/labels/element/Label_Element_Wind.png new file mode 100644 index 00000000..fe043530 Binary files /dev/null and b/src/images/labels/element/Label_Element_Wind.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Axe.png b/src/images/labels/proficiency/Label_Weapon_Axe.png new file mode 100644 index 00000000..0d2402e2 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Axe.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Bow.png b/src/images/labels/proficiency/Label_Weapon_Bow.png new file mode 100644 index 00000000..a99267b9 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Bow.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Dagger.png b/src/images/labels/proficiency/Label_Weapon_Dagger.png new file mode 100644 index 00000000..d97a4119 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Dagger.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Gun.png b/src/images/labels/proficiency/Label_Weapon_Gun.png new file mode 100644 index 00000000..4c22d745 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Gun.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Harp.png b/src/images/labels/proficiency/Label_Weapon_Harp.png new file mode 100644 index 00000000..a0cc4f43 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Harp.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Katana.png b/src/images/labels/proficiency/Label_Weapon_Katana.png new file mode 100644 index 00000000..cfde9f49 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Katana.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Melee.png b/src/images/labels/proficiency/Label_Weapon_Melee.png new file mode 100644 index 00000000..49fbf3cf Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Melee.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Sabre.png b/src/images/labels/proficiency/Label_Weapon_Sabre.png new file mode 100644 index 00000000..c8613072 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Sabre.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Spear.png b/src/images/labels/proficiency/Label_Weapon_Spear.png new file mode 100644 index 00000000..91b6e763 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Spear.png differ diff --git a/src/images/labels/proficiency/Label_Weapon_Staff.png b/src/images/labels/proficiency/Label_Weapon_Staff.png new file mode 100644 index 00000000..3cd5eed6 Binary files /dev/null and b/src/images/labels/proficiency/Label_Weapon_Staff.png differ