Implemented Wizard HUD ability icons.

This commit is contained in:
sigonasr2 2023-09-26 03:57:44 -05:00
parent 9d08c2547f
commit 66f182ac38
6 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -29,7 +29,7 @@ Wizard
{ {
Name = Teleport Name = Teleport
Short Name = TELE Short Name = TELE
Icon = block.png Icon = teleport.png
Cooldown = 8 Cooldown = 8
Mana Cost = 5 Mana Cost = 5
# Whether or not this ability cancels casts. # Whether or not this ability cancels casts.
@ -69,7 +69,7 @@ Wizard
{ {
Name = Firebolt Name = Firebolt
Short Name = F.BOLT Short Name = F.BOLT
Icon = block.png Icon = firebolt.png
Cooldown = 6 Cooldown = 6
Mana Cost = 30 Mana Cost = 30
# Whether or not this ability cancels casts. # Whether or not this ability cancels casts.
@ -135,7 +135,7 @@ Wizard
{ {
Name = Lightning Bolt Name = Lightning Bolt
Short Name = L.BOLT Short Name = L.BOLT
Icon = block.png Icon = lightningbolt.png
Cooldown = 6 Cooldown = 6
Mana Cost = 25 Mana Cost = 25
# Whether or not this ability cancels casts. # Whether or not this ability cancels casts.
@ -191,7 +191,7 @@ Wizard
{ {
Name = Meteor Name = Meteor
Short Name = METEOR Short Name = METEOR
Icon = block.png Icon = meteor.png
Cooldown = 40 Cooldown = 40
Mana Cost = 75 Mana Cost = 75
# Whether or not this ability cancels casts. # Whether or not this ability cancels casts.

View File

@ -44,4 +44,8 @@ Images
GFX_Warrior_Block_Icon = Ability Icons/block.png GFX_Warrior_Block_Icon = Ability Icons/block.png
GFX_Warrior_GroundSlam_Icon = Ability Icons/groundslam.png GFX_Warrior_GroundSlam_Icon = Ability Icons/groundslam.png
GFX_Warrior_SonicSlash_Icon = Ability Icons/sonicslash.png GFX_Warrior_SonicSlash_Icon = Ability Icons/sonicslash.png
GFX_Wizard_Teleport_Icon = Ability Icons/teleport.png
GFX_Wizard_FireBolt_Icon = Ability Icons/firebolt.png
GFX_Wizard_LightningBolt_Icon = Ability Icons/lightningbolt.png
GFX_Wizard_Meteor_Icon = Ability Icons/meteor.png
} }