Mudanças entre as edições de "Módulo:Marguerite"

De Wiki Gla
Ir para navegação Ir para pesquisar
m
m
Linha 95: Linha 95:
             cooldown = null,
             cooldown = null,
             video = "Lily Serpent-Video.mp4",
             video = "Lily Serpent-Video.mp4",
        }
    },
    skins = {
        {
            name = "Marguerite",
            sprite = "Marguerite-sprite.png",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
        },
        {
            name = "Marguerite Summer",
            sprite = "Marguerite-Summer.png",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
        },
        {
            name = "Marguerite Beach",
            sprite = "Marguerite-Beach",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
         }
         }
     },
     },

Edição das 22h44min 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",
        }
    },

    skins = {
        {
            name = "Marguerite",
            sprite = "Marguerite-sprite.png",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
        },
        {
            name = "Marguerite Summer",
            sprite = "Marguerite-Summer.png",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
        },
        {
            name = "Marguerite Beach",
            sprite = "Marguerite-Beach",
            tooltip = {
            },
            tile = "normal",
            tile_x = 47,
            tile_y = 42,
        }
    },
    emote = {
        video = "Marguerite-Emote.mp4"
    }
}
return M