Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

HeroPreset

Source

class HeroPreset

Source

string heroAbilityString

Source

string normalAbilityString

Source

LinkedList properNames

Source

function addHeroAbility(int id)

Source

function addNormalAbility(int id)

Source

function addProperName(string name)

Source

Adds a proper Name to the Hero. Remember to call .buildHero() after you finished your changes

function buildHero()

Source

function buildHeroAbilities()

Source

function buildNormalAbilities()

Source

function buildProperNames()

Source