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

De Wiki Gla
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 = {"", "Snake Punch", "Scratch!", "Don", "Annoying Music", "Healing Song", "Backflip", "Rock N Roll", "Follow The Beat"},
     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 = {
         ["Snake Punch"] = {
         ["Gomu Gomu No Pistol"] = {
             desc = {
             desc = {


Linha 13: Linha 13:
         },
         },


         ["Scratch!"] = {
         ["Gomu Gomu No Bazooka"] = {
             desc = {
             desc = {


Linha 19: Linha 19:
         },
         },


         ["Don"] = {
         ["Gomu Gomu No Gatling"] = {
             desc = {
             desc = {


Linha 25: Linha 25:
         },
         },


         ["Annoying Music"] = {
         ["Preparation"] = {
             desc = {
             desc = {


Linha 31: Linha 31:
         },
         },


         ["Healing Song"] = {
         ["Gomu Gomu No Ono"] = {
             desc = {
             desc = {


Linha 37: Linha 37:
         },
         },


         ["Backflip"] = {
         ["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 = {
                    }
                },
            }
             }
             }
         },
         },
      
      
         ["Rock N Roll"] = {
         ["Gear Third: Giant Pistol"] = {
             desc = {
             desc = {


Linha 49: Linha 74:
         },
         },
          
          
         ["Follow The Beat"] = {
         ["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