export var Hiken: Ability = {name: 'Hiken', desc: 'Turns the user\'s fist into flames and launches it towards the target.', cooldown: 8.0, projectileDamage: 20.0, projectileExplosion: 2, };
export var Higan: Ability = {name: 'Higan', desc: 'Turns the user\'s fingertips into flames and shoots bullets made of fire from them.', cooldown: 4.0, projectileDamage: 5.0, projectileNumber: 10, };
export var DaiEnkaiEntei: Ability = {name: 'Dai Enkai : Entei', desc: 'Amasses the user\'s flames into a gigantic fireball that the user hurls at the opponent.', cooldown: 25.0, chargeTime: 3.6, projectileDamage: 45.0, projectileExplosion: 7, };
export var Hidaruma: Ability = {name: 'Hidaruma', desc: 'Creates small green fireballs that set the target on fire.', cooldown: 6.0, };
export var Jujika: Ability = {name: 'Jujika', desc: 'Launches a cross-shaped column of fire at the opponent, leaving a cross of fire.', cooldown: 6.0, projectileDamage: 5.0, };
export var Enjomo: Ability = {name: 'Enjomo', desc: 'Creates a circle of fire around the user, burning everyone inside of it.', cooldown: 10.0, };
