Mudanças entre as edições de "Módulo:Marguerite"
Ir para navegação
Ir para pesquisar
(Criou página com '-- Módulo:Marguerite local M = { name = "Marguerite", tier = "Ouro", tags = { "DPS", "Shooter", "Woman", }, avatar = "Marguerite A...') |
m |
||
| Linha 25: | Linha 25: | ||
skills = { | skills = { | ||
["Arrow"] = { | ["Arrow"] = { | ||
icon = "Arrow-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = 10, | powerpve = 10, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = 2, | cooldown = 2, | ||
video = "Arrow-Video.mp4", | |||
}, | }, | ||
["Precision Shot"] = { | ["Precision Shot"] = { | ||
icon = "Precision Shot-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = 24, | powerpve = 24, | ||
powerpvp = 22, | powerpvp = 22, | ||
cooldown = 15, | cooldown = 15, | ||
video = "Precision Shot-Video.mp4", | |||
}, | }, | ||
["Arrow Caller"] = { | ["Arrow Caller"] = { | ||
icon = "Arrow Caller-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Arrow Caller-Video.mp4", | |||
}, | }, | ||
["Roll"] = { | ["Roll"] = { | ||
icon = "Roll-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Roll-Video.mp4", | |||
}, | }, | ||
["Arrow Barrage"] = { | ["Arrow Barrage"] = { | ||
icon = "Arrow Barrage-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Arrow Barrage-Video.mp4", | |||
}, | }, | ||
["Relentless Archer"] = { | ["Relentless Archer"] = { | ||
icon = "Relentless Archer-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Relentless Archer-Video.mp4", | |||
}, | }, | ||
["Wind Arrow"] = { | ["Wind Arrow"] = { | ||
icon = "Wind Arrow-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Wind Arrow-Video.mp4", | |||
}, | }, | ||
["Rapid Arrow (Passiva)"] = { | ["Rapid Arrow (Passiva)"] = { | ||
icon = "Rapid Arrow (Passiva)-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Rapid Arrow (Passiva)-Video.mp4", | |||
}, | }, | ||
["Lily Serpent"] = { | ["Lily Serpent"] = { | ||
icon = "Lily Serpent-Icon.png", | |||
energy = null, | energy = null, | ||
powerpve = null, | powerpve = null, | ||
powerpvp = null, | powerpvp = null, | ||
cooldown = null, | cooldown = null, | ||
video = "Lily Serpent-Video.mp4", | |||
} | } | ||
}, | }, | ||
Edição das 22h43min de 13 de fevereiro de 2026
A documentação para este módulo pode ser criada em Módulo:Marguerite/doc
-- Módulo:Marguerite
local M = {
name = "Marguerite",
tier = "Ouro",
tags = {
"DPS",
"Shooter",
"Woman",
},
avatar = "Marguerite Avatar.png",
background = "HancockBackground.png",
order = {
"Arrow",
"Precision Shot",
"Arrow Caller",
"Roll",
"Arrow Barrage",
"Relentless Archer",
"Wind Arrow",
"Lily Serpent",
"Rapid Arrow (Passiva)",
},
skills = {
["Arrow"] = {
icon = "Arrow-Icon.png",
energy = null,
powerpve = 10,
powerpvp = null,
cooldown = 2,
video = "Arrow-Video.mp4",
},
["Precision Shot"] = {
icon = "Precision Shot-Icon.png",
energy = null,
powerpve = 24,
powerpvp = 22,
cooldown = 15,
video = "Precision Shot-Video.mp4",
},
["Arrow Caller"] = {
icon = "Arrow Caller-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Arrow Caller-Video.mp4",
},
["Roll"] = {
icon = "Roll-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Roll-Video.mp4",
},
["Arrow Barrage"] = {
icon = "Arrow Barrage-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Arrow Barrage-Video.mp4",
},
["Relentless Archer"] = {
icon = "Relentless Archer-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Relentless Archer-Video.mp4",
},
["Wind Arrow"] = {
icon = "Wind Arrow-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Wind Arrow-Video.mp4",
},
["Rapid Arrow (Passiva)"] = {
icon = "Rapid Arrow (Passiva)-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Rapid Arrow (Passiva)-Video.mp4",
},
["Lily Serpent"] = {
icon = "Lily Serpent-Icon.png",
energy = null,
powerpve = null,
powerpvp = null,
cooldown = null,
video = "Lily Serpent-Video.mp4",
}
},
emote = {
video = "Marguerite-Emote.mp4"
}
}
return M