Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Tath the Twin God of Carnage/doc

return {
    name        = "Tath the Twin God of Carnage",
    image       = "Tath the Twin God of Carnage 6.png",
    type        = "attack",
    base        = "normal",
    desc        = "You've lost your chance!",
 
    tierPvE     = "S",
    tierPvP     = "S",
    tierTower   = "S",
 
    dash        = "bomb",
    skill       = "Divine Punishment",
    passive     = "attack",
 
    evolutions  = {
        [5] = {
            stars           = 5,
            image           = "Tath the Twin God of Carnage 5.png",
            attack          = 2006,
            hp              = 9683,
            taunt           = 20,
            defense         = 416,
            freeze          = 2,
            critical        = 20,
            
            dashValue       = 260,
            skillLevel      = 8,
            passiveValue    = 50,
        },
        [6] = {
            stars           = 6,
            image           = "Tath the Twin God of Carnage 6.png",
            attack          = 2867,
            hp              = 13833,
            taunt           = 25,
            defense         = 595,
            freeze          = 4,
            critical        = 21.45,
            
            dashValue       = 280,
            skillLevel      = 9,
            passiveValue    = 68,
        },
    }
}
Advertisement