mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Ability icons
This commit is contained in:
parent
e552cf579e
commit
f43d25d3fe
@ -4,7 +4,7 @@
|
|||||||
({
|
({
|
||||||
Tool(Sword): (
|
Tool(Sword): (
|
||||||
primary: Contextualized(
|
primary: Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.double_slash",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.double_slash",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (None, "common.abilities.sword.basic_double_slash"),
|
None: (None, "common.abilities.sword.basic_double_slash"),
|
||||||
Stance(Sword(Heavy)): (None, "common.abilities.sword.heavy_double_slash"),
|
Stance(Sword(Heavy)): (None, "common.abilities.sword.heavy_double_slash"),
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
secondary: Contextualized(
|
secondary: Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.secondary_ability",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.secondary_ability",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (None, "common.abilities.sword.basic_thrust"),
|
None: (None, "common.abilities.sword.basic_thrust"),
|
||||||
Stance(Sword(Heavy)): (None, "common.abilities.sword.heavy_slam"),
|
Stance(Sword(Heavy)): (None, "common.abilities.sword.heavy_slam"),
|
||||||
@ -27,7 +27,7 @@
|
|||||||
),
|
),
|
||||||
abilities: [
|
abilities: [
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.crescent_slash",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.crescent_slash",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(CrescentSlash), "common.abilities.sword.basic_crescent_slash"),
|
None: (Sword(CrescentSlash), "common.abilities.sword.basic_crescent_slash"),
|
||||||
Stance(Sword(Heavy)): (Sword(CrescentSlash), "common.abilities.sword.heavy_crescent_slash"),
|
Stance(Sword(Heavy)): (Sword(CrescentSlash), "common.abilities.sword.heavy_crescent_slash"),
|
||||||
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.fell_strike",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.fell_strike",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(FellStrike), "common.abilities.sword.basic_fell_strike"),
|
None: (Sword(FellStrike), "common.abilities.sword.basic_fell_strike"),
|
||||||
Stance(Sword(Heavy)): (Sword(FellStrike), "common.abilities.sword.heavy_fell_strike"),
|
Stance(Sword(Heavy)): (Sword(FellStrike), "common.abilities.sword.heavy_fell_strike"),
|
||||||
@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.skewer",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.skewer",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(Skewer), "common.abilities.sword.basic_skewer"),
|
None: (Sword(Skewer), "common.abilities.sword.basic_skewer"),
|
||||||
Stance(Sword(Heavy)): (Sword(Skewer), "common.abilities.sword.heavy_skewer"),
|
Stance(Sword(Heavy)): (Sword(Skewer), "common.abilities.sword.heavy_skewer"),
|
||||||
@ -60,7 +60,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.cascade",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.cascade",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(Cascade), "common.abilities.sword.basic_cascade"),
|
None: (Sword(Cascade), "common.abilities.sword.basic_cascade"),
|
||||||
Stance(Sword(Heavy)): (Sword(Cascade), "common.abilities.sword.heavy_cascade"),
|
Stance(Sword(Heavy)): (Sword(Cascade), "common.abilities.sword.heavy_cascade"),
|
||||||
@ -71,7 +71,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.cross_cut",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.cross_cut",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(CrossCut), "common.abilities.sword.basic_cross_cut"),
|
None: (Sword(CrossCut), "common.abilities.sword.basic_cross_cut"),
|
||||||
Stance(Sword(Heavy)): (Sword(CrossCut), "common.abilities.sword.heavy_cross_cut"),
|
Stance(Sword(Heavy)): (Sword(CrossCut), "common.abilities.sword.heavy_cross_cut"),
|
||||||
@ -82,7 +82,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.finisher",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.finisher",
|
||||||
abilities: {
|
abilities: {
|
||||||
None: (Sword(Finisher), "common.abilities.sword.basic_mighty_strike"),
|
None: (Sword(Finisher), "common.abilities.sword.basic_mighty_strike"),
|
||||||
Stance(Sword(Heavy)): (Sword(Finisher), "common.abilities.sword.heavy_guillotine"),
|
Stance(Sword(Heavy)): (Sword(Finisher), "common.abilities.sword.heavy_guillotine"),
|
||||||
@ -103,7 +103,7 @@
|
|||||||
Simple(Sword(CleavingWhirlwindSlice), "common.abilities.sword.cleaving_whirlwind_slice"),
|
Simple(Sword(CleavingWhirlwindSlice), "common.abilities.sword.cleaving_whirlwind_slice"),
|
||||||
Simple(Sword(CleavingEarthSplitter), "common.abilities.sword.cleaving_earth_splitter"),
|
Simple(Sword(CleavingEarthSplitter), "common.abilities.sword.cleaving_earth_splitter"),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.stance_utility",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.stance_utility",
|
||||||
abilities: {
|
abilities: {
|
||||||
Stance(Sword(Heavy)): (Sword(HeavyFortitude), "common.abilities.sword.heavy_fortitude"),
|
Stance(Sword(Heavy)): (Sword(HeavyFortitude), "common.abilities.sword.heavy_fortitude"),
|
||||||
Stance(Sword(Agile)): (Sword(AgileDancingEdge), "common.abilities.sword.agile_dancing_edge"),
|
Stance(Sword(Agile)): (Sword(AgileDancingEdge), "common.abilities.sword.agile_dancing_edge"),
|
||||||
@ -113,7 +113,7 @@
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Contextualized(
|
Contextualized(
|
||||||
pseudo_id: "veloren.core.psuedo_abilities.sword.stance_attack",
|
pseudo_id: "veloren.core.pseudo_abilities.sword.stance_attack",
|
||||||
abilities: {
|
abilities: {
|
||||||
Stance(Sword(Heavy)): (Sword(HeavyPillarThrust), "common.abilities.sword.heavy_pillar_thrust"),
|
Stance(Sword(Heavy)): (Sword(HeavyPillarThrust), "common.abilities.sword.heavy_pillar_thrust"),
|
||||||
Stance(Sword(Agile)): (Sword(AgileFlurry), "common.abilities.sword.agile_flurry"),
|
Stance(Sword(Agile)): (Sword(AgileFlurry), "common.abilities.sword.agile_flurry"),
|
||||||
|
BIN
assets/voxygen/element/skills/sword/agile_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_dancing_edge.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_dancing_edge.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_feint.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_feint.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_flurry.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_flurry.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_hundred_cuts.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_hundred_cuts.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_perforate.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_perforate.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_quick_draw.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_quick_draw.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/agile_stance.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/agile_stance.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/balanced_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/balanced_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/balanced_finisher.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/balanced_finisher.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/balanced_thrust.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/balanced_thrust.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_mighty_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_mighty_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/basic_thrust.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/basic_thrust.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_blade_fever.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_blade_fever.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_bladestorm.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_bladestorm.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/cleaving_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_dive.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/cleaving_dive.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_earth_splitter.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_earth_splitter.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_finisher.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/cleaving_finisher.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_sky_splitter.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_sky_splitter.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_spin.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/cleaving_spin.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_spiral_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_spiral_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_stance.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_stance.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cleaving_whirlwind_slice.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cleaving_whirlwind_slice.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_bloody_gash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_bloody_gash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/crippling_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_deep_rend.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_deep_rend.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_eviscerate.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_eviscerate.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_finisher.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/crippling_finisher.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_gouge.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/crippling_gouge.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_hamstring.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_hamstring.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_mutilate.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_mutilate.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_stance.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/crippling_stance.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/crippling_strike.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/crippling_strike.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_bulwark.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/defensive_bulwark.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/defensive_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_counter.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_counter.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_deflect.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_deflect.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_disengage.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_disengage.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_parry.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_parry.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_retreat.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/defensive_retreat.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_riposte.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_riposte.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_stalwart_sword.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_stalwart_sword.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/defensive_stance.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/defensive_stance.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/delete.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/delete.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/finisher.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/finisher.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_cascade.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_cascade.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/heavy_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_crescent_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_crescent_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_cross_cut.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_cross_cut.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_double_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_double_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_fell_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_fell_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_finisher.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/heavy_finisher.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_fortitude.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/heavy_fortitude.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_guillotine.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_guillotine.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_pillar_thrust.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_pillar_thrust.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_pommel_strike.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_pommel_strike.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_pommelstrike.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/heavy_pommelstrike.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_skewer.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_skewer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_slam.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_slam.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_stance.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_stance.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/heavy_windmill_slash.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/skills/sword/heavy_windmill_slash.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/mobility_agility.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/mobility_agility.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/mobility_combo.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/mobility_combo.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/skills/sword/mobility_feint.png
(Stored with Git LFS)
BIN
assets/voxygen/element/skills/sword/mobility_feint.png
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user