Mudanças entre as edições de "Módulo:Luffy"
Ir para navegação
Ir para pesquisar
(Criou página com '-- Módulo:Luffy — dados do personagem local M = { tier = "Ouro", tags = {"Lutador", "Bruiser", "Fruta do Diabo", "Supernova", "Mugiwara"}, order = {"", "Snake...') |
|||
| Linha 4: | Linha 4: | ||
tags = {"Lutador", "Bruiser", "Fruta do Diabo", "Supernova", "Mugiwara"}, | tags = {"Lutador", "Bruiser", "Fruta do Diabo", "Supernova", "Mugiwara"}, | ||
order = {"", " | order = {"", "Gomu Gomu No Pistol", "Gomu Gomu No Bazooka", "Gomu Gomu No Gatling", "Preparation", "Gomu Gomu No Ono", "Gomu Gomu No Fusen", "Gear Second", "Gear Third: Giant Pistol", "Nakama (Passiva)"}, | ||
skills = { | skills = { | ||
[" | ["Gomu Gomu No Pistol"] = { | ||
desc = { | desc = { | ||
| Linha 13: | Linha 13: | ||
}, | }, | ||
[" | ["Gomu Gomu No Bazooka"] = { | ||
desc = { | desc = { | ||
| Linha 19: | Linha 19: | ||
}, | }, | ||
[" | ["Gomu Gomu No Gatling"] = { | ||
desc = { | desc = { | ||
| Linha 25: | Linha 25: | ||
}, | }, | ||
[" | ["Preparation"] = { | ||
desc = { | desc = { | ||
| Linha 31: | Linha 31: | ||
}, | }, | ||
[" | ["Gomu Gomu No Ono"] = { | ||
desc = { | desc = { | ||
| Linha 37: | Linha 37: | ||
}, | }, | ||
[" | ["Gomu Gomu No Fusen"] = { | ||
desc = { | desc = { | ||
} | |||
}, | |||
["Gear Second"] = { | |||
desc = { | |||
suborder = {"Jet Pistol", "Jet Bazooka", "Gear Second Speed"}, | |||
subskills = { | |||
["Jet Pistol"] = { | |||
desc = { | |||
} | |||
}, | |||
["Jet Bazooka"] = { | |||
desc = { } | |||
}, | |||
["Gear Second Speed"] = { | |||
desc = { | |||
} | |||
}, | |||
["Jet Gatling"] = { | |||
desc = { | |||
} | |||
}, | |||
} | |||
} | } | ||
}, | }, | ||
[" | ["Gear Third: Giant Pistol"] = { | ||
desc = { | desc = { | ||
| Linha 49: | Linha 74: | ||
}, | }, | ||
[" | ["Nakama (Passiva)"] = { | ||
desc = { | desc = { | ||
Edição das 06h03min de 30 de setembro de 2025
A documentação para este módulo pode ser criada em Módulo:Luffy/doc
-- Módulo:Luffy — dados do personagem
local M = {
tier = "Ouro",
tags = {"Lutador", "Bruiser", "Fruta do Diabo", "Supernova", "Mugiwara"},
order = {"", "Gomu Gomu No Pistol", "Gomu Gomu No Bazooka", "Gomu Gomu No Gatling", "Preparation", "Gomu Gomu No Ono", "Gomu Gomu No Fusen", "Gear Second", "Gear Third: Giant Pistol", "Nakama (Passiva)"},
skills = {
["Gomu Gomu No Pistol"] = {
desc = {
}
},
["Gomu Gomu No Bazooka"] = {
desc = {
}
},
["Gomu Gomu No Gatling"] = {
desc = {
}
},
["Preparation"] = {
desc = {
}
},
["Gomu Gomu No Ono"] = {
desc = {
}
},
["Gomu Gomu No Fusen"] = {
desc = {
}
},
["Gear Second"] = {
desc = {
suborder = {"Jet Pistol", "Jet Bazooka", "Gear Second Speed"},
subskills = {
["Jet Pistol"] = {
desc = {
}
},
["Jet Bazooka"] = {
desc = { }
},
["Gear Second Speed"] = {
desc = {
}
},
["Jet Gatling"] = {
desc = {
}
},
}
}
},
["Gear Third: Giant Pistol"] = {
desc = {
}
},
["Nakama (Passiva)"] = {
desc = {
}
},
}
}
return M