Módulo:Marguerite

De Wiki Gla
Revisão de 20h55min de 13 de fevereiro de 2026 por DiscordAPI (discussão | contribs) (Criou página com '-- Módulo:Marguerite local M = { name = "Marguerite", tier = "Ouro", tags = { "DPS", "Shooter", "Woman", }, avatar = "Marguerite A...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

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"] = {
            energy = null,
            powerpve = 10,
            powerpvp = null,
            cooldown = 2,
        },
        ["Precision Shot"] = {
            energy = null,
            powerpve = 24,
            powerpvp = 22,
            cooldown = 15,
        },
        ["Arrow Caller"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Roll"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Arrow Barrage"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Relentless Archer"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Wind Arrow"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Rapid Arrow (Passiva)"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        },
        ["Lily Serpent"] = {
            energy = null,
            powerpve = null,
            powerpvp = null,
            cooldown = null,
        }
    },
    emote = {
        video = "Marguerite-Emote.mp4"
    }
}
return M