The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AdventuresInLestoria/Crawler/assets/config/classes/Wizard.txt

61 lines
1.4 KiB

Wizard
{
ClassName = Wizard
Right Click Ability
{
Name = Teleport
Cooldown = 8
Mana Cost = 5
#RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
Cooldown Bar Color 1 = 0, 0, 64, 255
Cooldown Bar Color 2 = 0, 0, 128, 255
Precast Time = 0
Casting Range = 0
Casting Size = 0
}
Ability 1
{
Name = Firebolt
Cooldown = 6
Mana Cost = 30
#RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
Cooldown Bar Color 1 = 64, 0, 0, 255
Cooldown Bar Color 2 = 128, 0, 0, 255
Precast Time = 0
Casting Range = 0
Casting Size = 0
}
Ability 2
{
Name = Lightning Bolt
Cooldown = 6
Mana Cost = 25
#RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
Cooldown Bar Color 1 = 64, 0, 0, 255
Cooldown Bar Color 2 = 128, 0, 0, 255
Precast Time = 0
Casting Range = 0
Casting Size = 0
}
Ability 3
{
Name = Meteor
Cooldown = 40
Mana Cost = 75
#RGB Values. Color 1 is the left side of the bar, Color 2 is the right side.
Cooldown Bar Color 1 = 64, 0, 0, 255
Cooldown Bar Color 2 = 128, 0, 0, 255
Precast Time = 1.5
Casting Range = 900
Casting Size = 400
}
}