Differenze tra le versioni di "Modulo:AltForms/data"

Adding new Pokémon revealed yesterday *** sovrascritto il testo esistente ***
(More gen 8 info, MTCompatto and Movelist updates *** sovrascritto il testo esistente ***)
(Adding new Pokémon revealed yesterday *** sovrascritto il testo esistente ***)
t.pikachu = {}
t.meowth = {}
t.slowbro = {}
t.eevee = {}
t.castform = {}
 
t.mega = {'venusaur', 'blastoise', 'beedrill', 'pidgeot', 'alakazam',
'slowbro', 'gengar', 'kangaskhan', 'pinsir', 'gyarados', 'aerodactyl', 'ampharos',
'ampharos', 'steelix', 'scizor', 'heracross', 'houndoom', 'tyranitar', 'sceptile',
'sceptile', 'blaziken', 'swampert', 'gardevoir', 'sableye', 'mawile', 'aggron',
'aggron', 'medicham', 'manectric', 'sharpedo', 'camerupt', 'altaria', 'banette',
'banette', 'absol', 'glalie', 'salamence', 'metagross', 'latias', 'latios',
'latios', 'rayquaza', 'lopunny', 'garchomp', 'lucario', 'abomasnow', 'gallade',
'gallade', 'audino', 'diancie'}
 
-- Tabella contentente i Pokémon che hanno più megaevoluzioni
-- per efficienza, alcuni sono alla fine del modulo
 
t.galar = {'ponyta', 'slowpoke', "farfetch'd", 'weezing', 'mr. mime', 'corsola',
'slowking', 'corsola', 'zigzagoon', 'darumaka', 'yamask', 'stunfisk'}
 
--[[
base = ''}
t.meowth.names = {A = 'Forma di Alola', G = 'Forma di Galar', base = ''}
t.slowbro.sincenames = {M = 'rozaMegaSlowbro', G = 'Forma di Galar', base = 'rb'}
t.eevee.names = {Cm = 'Compagno', base = ''}
t.castform.names = {S = 'Forma Sole', P = 'Forma Pioggia',
confetto = 'Cn', scienziata = 'S', wrestler = 'W', compagno = 'Cm'}
t.meowth.ext = {alola = 'A', galar = 'G'}
t.slowbro.ext = {galar = 'G', mega = 'M'}
t.eevee.ext = {compagno = 'Cm'}
t.castform.ext = {sole = 'S', pioggia = 'P', neve = 'N'}
t.pikachu.gamesOrder = {'base', 'Cs', 'R', 'D', 'Cn', 'S', 'W', 'Cm'}
t.meowth.gamesOrder = {'base', 'A', 'G'}
t.slowbro.gamesOrder = {'base', 'M', 'G'}
t.eevee.gamesOrder = {'base', 'Cm'}
t.castform.gamesOrder = {'base', 'S', 'P', 'N'}
t[v].cries = {'A'}
end
t.slowbro.cries = {'M'}
t.shaymin.cries = {'C'}
t.tornadus.cries = {'T'}
t.geodude.since = {A = 'sl', base = 'rb'}
t.ponyta.since = {G = 'spsc', base = 'rb'}
t.slowpoke.since = {G = 'spsc', base = 'rb'}
t.slowbro.since = {M = 'roza', G = 'spsc', base = 'rb'}
t["farfetch'd"].since = {G = 'spsc', base = 'rb'}
t.grimer.since = {A = 'sl', base = 'rb'}
t['mr. mime'].since = {G = 'spsc', base = 'rb'}
t.eevee.since = {Cm = 'lgpe', base = 'rb'}
t.slowking.since = {G = 'spsc', base = 'oa'}
t.corsola.since = {G = 'spsc', base = 'rz'}
t.zigzagoon.since = {G = 'spsc', base = 'rz'}
t.pidgeot.since = {M = 'roza', base = 'rb'}
t.alakazam.since = {M = 'xy', base = 'rb'}
t.slowbro.since = {M = 'roza', base = 'rb'}
t.gengar.since = {M = 'xy', base = 'rb'}
t.kangaskhan.since = {M = 'xy', base = 'rb'}
 
-- Altre forme di Alola, messe qui per evitare inutili iterazioni dei cicli precedenti
 
table.insert(t.alola, 'raticate')
table.insert(t.alola, 'sandslash')
table.insert(t.galar, 'meowth')
table.insert(t.galar, 'rapidash')
table.insert(t.galar, 'slowbro')
table.insert(t.galar, 'linoone')
 
-- Insert Slowbro between megas
table.insert(t.mega, 'slowbro')
 
-- Alias, messi qui per evitare inutili iterazioni dei cicli precedenti
t[77] = t.ponyta
t[78] = t.rapidash
t[8079] = t.slowbroslowpoke
t[80] = t.slowbro
t[83] = t["farfetch'd"]
t[88] = t.grimer
t[122] = t['mr. mime']
t[133] = t.eevee
t[199] = t.slowking
t[222] = t.corsola
t[263] = t.zigzagoon
t[18] = t.pidgeot
t[65] = t.alakazam
t[80] = t.slowbro
t[94] = t.gengar
t[115] = t.kangaskhan
79 548

contributi