Mudanças entre as edições de "Módulo:Teach"
Ir para navegação
Ir para pesquisar
(Criou página com '-- Módulo:Marshall D. Teach local M = { name = "Marshall D. Teach", tier = "Diamante", tags = { "Bruiser", "Especialista", "Fruta do Diabo...') |
m |
||
| Linha 24: | Linha 24: | ||
skills = { | skills = { | ||
["Punch"] = { | ["Punch"] = { | ||
icon = "Punch-Icon.png", | icon = "Teach-Punch-Icon.png", | ||
level = 1, | level = 1, | ||
energy = null, | energy = null, | ||
| Linha 30: | Linha 30: | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Punch-Video.mp4", | video = "Teach-Punch-Video.mp4", | ||
}, | }, | ||
["Pirate Flintlock"] = { | ["Pirate Flintlock"] = { | ||
Edição das 18h07min de 31 de janeiro de 2026
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