Módulo:Teach
Revisão de 18h07min de 31 de janeiro de 2026 por DiscordAPI (discussão | contribs)
A documentação para este módulo pode ser criada em Módulo:Teach/doc
-- Módulo:Marshall D. Teach
local M = {
name = "Marshall D. Teach",
tier = "Diamante",
tags = {
"Bruiser",
"Especialista",
"Fruta do Diabo",
},
avatar = "Teach Avatar.png",
order = {
"Punch",
"Pirate Flintlock",
"Focused Black Hole",
"Liberation",
"Kurouzu",
"Black Hole",
"Yamiagari Liberation",
"Dark Matter",
"Yami Yami No Mi",
},
skills = {
["Punch"] = {
icon = "Teach-Punch-Icon.png",
level = 1,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Teach-Punch-Video.mp4",
},
["Pirate Flintlock"] = {
icon = "Pirate Flintlock-Icon.png",
level = 5,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Pirate Flintlock-Video.mp4",
},
["Focused Black Hole"] = {
icon = "Focused Black Hole-Icon.png",
level = 12,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Focused Black Hole-Video.mp4",
},
["Liberation"] = {
icon = "Liberation-Icon.png",
level = 20,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Liberation-Video.mp4",
},
["Kurouzu"] = {
icon = "Kurouzu-Icon.png",
level = 30,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Kurouzu-Video.mp4",
},
["Black Hole"] = {
icon = "Black Hole-Icon.png",
level = 50,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Black Hole-Video.mp4",
},
["Yamiagari Liberation"] = {
icon = "Yamiagari Liberation-Icon.png",
level = 70,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Yamiagari Liberation-Video.mp4",
},
["Dark Matter"] = {
icon = "Dark Matter-Icon.png",
level = 90,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Dark Matter-Video.mp4",
},
["Yami Yami No Mi"] = {
icon = "Yami Yami No Mi-Icon.png",
level = 25,
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Yami Yami No Mi-Video.mp4",
}
},
skins = {
{
name = "Marshall D. Teach - Padrão",
sprite = "Teach.sprite.png",
tooltip = {
},
tile = "medium",
tile_x = 47,
tile_y = 42,
},
{
name = "Blackbeard - Duke",
sprite = "Blackbeard-Duke",
tooltip = {
},
tile = "medium",
tile_x = 47,
tile_y = 42,
}
},
emote = {
video = "Teach Emote.mp4"
}
}
return M