Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Orc/doc

return {
    name        = 'Orc',
    image       = 'Orc.png',
    type        = 'attack',
    base        = 'normal',
    desc        = 'Me like strong human!',
    
    tierPvE     = 'F',
    tierPvP     = 'F',
    tierTower   = 'F',
    
    skill       = 'Cyclone',
    passive     = 'attack',
    dash        = 'none',

    evolutions  = {
        [1] = {
            stars           = 1,
            attack          = 546,
            hp              = 967,
            defense         = 11,
            taunt           = 20,
            critical        = 17,
            
            dashValue       = 100,
            skillLevel      = 1,
            passiveValue    = 5,
        },
        [2] = {
            stars           = 2,
            attack          = 762,
            hp              = 2824,
            defense         = 168,
            taunt           = 20,
            critical        = 20,
            
            dashValue       = 100,
            skillLevel      = 2,
            passiveValue    = 10,
        },
        [3] = {
            stars           = 3,
            attack          = 790,
            hp              = 4690,
            defense         = 273,
            taunt           = 20,
            critical        = 23,
            
            dash            = '4 adjacent',
            dashValue       = 60,
            skillLevel      = 3,
            passiveValue    = 20,
        },
    }
}
Advertisement