Axe skill icons

This commit is contained in:
Sam 2023-05-29 19:11:04 -04:00
parent 834a811def
commit 93ddb36c0a
31 changed files with 119 additions and 17 deletions

BIN
assets/voxygen/element/skills/2haxe_m1.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/adrenaline_rush.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/berserk.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/bloodfeast.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/brutal_swing.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/bulkhead.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/capsize.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/cleave.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/defiance.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/execute.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/fierce_raze.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/fracture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/furor.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/keelhaul.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/lacerate.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/maelstrom.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/plunder.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/rake.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/riptide.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/rising_tide.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/savage_sense.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/skull_bash.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/sunder.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/axe/triple_chop.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/skills/bow_m2.vox (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -309,11 +309,11 @@ pub type SelectedSkillTree = SkillGroupKind;
const TREES: [&str; 8] = [
"General Combat",
"Sword",
"Hammer",
"Axe",
"Sceptre",
"Hammer",
"Bow",
"Fire Staff",
"Sceptre",
"Mining",
];

View File

@ -289,6 +289,30 @@ image_ids! {
sword_crippling_bloody_gash: "voxygen.element.skills.sword.crippling_bloody_gash",
sword_cleaving_blade_fever: "voxygen.element.skills.sword.cleaving_blade_fever",
sword_cleaving_sky_splitter: "voxygen.element.skills.sword.cleaving_sky_splitter",
// Axe
axe_triple_chop: "voxygen.element.skills.axe.triple_chop",
axe_cleave: "voxygen.element.skills.axe.cleave",
axe_brutal_swing: "voxygen.element.skills.axe.brutal_swing",
axe_berserk: "voxygen.element.skills.axe.berserk",
axe_rising_tide: "voxygen.element.skills.axe.rising_tide",
axe_savage_sense: "voxygen.element.skills.axe.savage_sense",
axe_adrenaline_rush: "voxygen.element.skills.axe.adrenaline_rush",
axe_execute: "voxygen.element.skills.axe.execute",
axe_maelstrom: "voxygen.element.skills.axe.maelstrom",
axe_rake: "voxygen.element.skills.axe.rake",
axe_bloodfeast: "voxygen.element.skills.axe.bloodfeast",
axe_fierce_raze: "voxygen.element.skills.axe.fierce_raze",
axe_furor: "voxygen.element.skills.axe.furor",
axe_fracture: "voxygen.element.skills.axe.fracture",
axe_lacerate: "voxygen.element.skills.axe.lacerate",
axe_riptide: "voxygen.element.skills.axe.riptide",
axe_skull_bash: "voxygen.element.skills.axe.skull_bash",
axe_sunder: "voxygen.element.skills.axe.sunder",
axe_plunder: "voxygen.element.skills.axe.plunder",
axe_defiance: "voxygen.element.skills.axe.defiance",
axe_keelhaul: "voxygen.element.skills.axe.keelhaul",
axe_bulkhead: "voxygen.element.skills.axe.bulkhead",
axe_capsize: "voxygen.element.skills.axe.capsize",
// Skilltree Icons
health_plus_skill: "voxygen.element.skills.skilltree.health_plus",

View File

@ -482,6 +482,30 @@ pub fn ability_image(imgs: &img_ids::Imgs, ability_id: &str) -> image::Id {
"common.abilities.sword.cleaving_blade_fever" => imgs.sword_cleaving_blade_fever,
"common.abilities.sword.cleaving_sky_splitter" => imgs.sword_cleaving_sky_splitter,
// Axe
"common.abilities.axe.triple_chop" => imgs.axe_triple_chop,
"common.abilities.axe.cleave" => imgs.axe_cleave,
"common.abilities.axe.brutal_swing" => imgs.axe_brutal_swing,
"common.abilities.axe.berserk" => imgs.axe_berserk,
"common.abilities.axe.rising_tide" => imgs.axe_rising_tide,
"common.abilities.axe.savage_sense" => imgs.axe_savage_sense,
"common.abilities.axe.adrenaline_rush" => imgs.axe_adrenaline_rush,
"common.abilities.axe.execute" => imgs.axe_execute,
"common.abilities.axe.maelstrom" => imgs.axe_maelstrom,
"common.abilities.axe.rake" => imgs.axe_rake,
"common.abilities.axe.bloodfeast" => imgs.axe_bloodfeast,
"common.abilities.axe.fierce_raze" => imgs.axe_fierce_raze,
"common.abilities.axe.dual_fierce_raze" => imgs.axe_fierce_raze,
"common.abilities.axe.furor" => imgs.axe_furor,
"common.abilities.axe.fracture" => imgs.axe_fracture,
"common.abilities.axe.lacerate" => imgs.axe_lacerate,
"common.abilities.axe.riptide" => imgs.axe_riptide,
"common.abilities.axe.skull_bash" => imgs.axe_skull_bash,
"common.abilities.axe.sunder" => imgs.axe_sunder,
"common.abilities.axe.plunder" => imgs.axe_plunder,
"common.abilities.axe.defiance" => imgs.axe_defiance,
"common.abilities.axe.keelhaul" => imgs.axe_keelhaul,
"common.abilities.axe.bulkhead" => imgs.axe_bulkhead,
"common.abilities.axe.capsize" => imgs.axe_capsize,
// Hammer
"common.abilities.hammer.singlestrike" => imgs.twohhammer_m1,
"common.abilities.hammer.charged" => imgs.hammergolf,