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

Vai alla navigazione Vai alla ricerca
Arceus e Silvally
m (Che le faccio a fare le macro se poi non le uso?)
(Arceus e Silvally)
t.cherrim = {}
t.shellos = {}
t.arceus = {}
t.unfezant = {}
t.deerling = {}
t.furfrou = {}
t.xerneas = {}
t.arceusminior = {}
 
-- Nomi delle forme alternative: le chiavi sono le sigle, così da poter
t.cherrim.names = {S = 'Forma Splendore', base = 'Forma Nuvola'}
t.shellos.names = {E = 'Mare Est', base = 'Mare Ovest'}
t.arceus.names = {base = 'Tipo Normale', L = 'Tipo Lotta', Vo = 'Tipo Volante',
Ve = 'Tipo Veleno', T = 'Tipo Terra', R = 'Tipo Roccia', Aq = 'Tipo Acqua',
C = 'Tipo Coleottero', Er = 'Tipo Erba', P = 'Tipo Psico', B = 'Tipo Buio',
S = 'Tipo Spettro', Ai = 'Tipo Acciaio', Fu = 'Tipo Fuoco',
D = 'Tipo Drago', Fo = 'Tipo Folletto', El = 'Tipo Elettro',
G = 'Tipo Ghiaccio'}
t.unfezant.names = {F = 'Femmina', base = 'Maschio'}
t.deerling.names = {E = 'Forma Estate', A = 'Forma Autunno',
F = 'Taglio Faraone', base = 'Nessun Taglio'}
t.xerneas.names = {A = 'Modo Attivo', base = 'Modo Relax'}
t.minior.names = {R = 'Nucleo Rosso', A = 'Nucleo Arancione', G = 'Nucleo Giallo',
Ve = 'Nucleo Verde', B = 'Nucleo Blu', I = 'Nucleo Indaco',
Vi = 'Nucleo Violetto', base = 'Forma Meteora'}
 
-- Anchor per i link alle forme alternative,
t.cherrim.ext = {splendore = 'S'}
t.shellos.ext = {est = 'E'}
t.arceus.ext = {lotta = 'L', volante = 'Vo', veleno = 'Ve', terra = 'T',
roccia = 'R', acqua = 'A', coleottero = 'C', erba = 'Er', psico = 'P',
buio = 'B', spettro = 'S', acciaio = 'A', fuoco = 'Fu', drago = 'D',
folletto = 'Fo', elettro = 'El', ghiaccio = 'G', coleot = 'C'}
t.unfezant.ext = {femmina = 'F'}
t.deerling.ext = {estate = 'E', autunno = 'A', inverno = 'I'}
faraone = 'F'}
t.xerneas.ext = {attivo = 'A'}
t.arceusminior.ext = {lottarosso = 'LR', volantearancione = 'VoA', velenogiallo = 'VeG', terraverde = 'TVe',
blu = 'B', indaco = 'I', violetto = 'Vi'}
 
-- Arrays in cui è memorizzato l'ordine con cui le varie forme appaiono
t.cherrim.gamesOrder = {'base', 'S'}
t.shellos.gamesOrder = {'base', 'E'}
t.arceus.gamesOrder = {'base', 'L', 'Vo', 'Ve', 'T', 'R', 'C', 'S', 'Ai', 'Fu',
'Aq', 'Er', 'El', 'P', 'G', 'D', 'B', 'Fo'}
t.unfezant.gamesOrder = {'base', 'F'}
t.deerling.gamesOrder = {'base', 'E', 'A', 'I'}
t.furfrou.gamesOrder = {'base', 'C', 'F', 'Gd', 'Gu', 'K', 'R', 'Si', 'St'}
t.xerneas.gamesOrder = {'base', 'A'}
t.arceusminior.gamesOrder = {'base', 'LR', 'VoA', 'VeG', 'TVe', 'RB', 'CI', 'SVi', 'Ai', 'Fu',}
 
-- Tabelle contenenti le sigle dei primi giochi in ordine cronologico in cui
t.cherrim.since = {S = 'dp', base = 'dp'}
t.shellos.since = {E = 'dp', base = 'dp'}
t.arceus.since = {base = 'dp', L = 'dp', Vo = 'dp', Ve = 'dp', T = 'dp',
R = 'dp', Aq = 'dp', C = 'dp', Er = 'dp', P = 'dp', B = 'dp', S = 'dp',
Ai = 'dp', Fu = 'dp', D = 'dp', Fo = 'xy', El = 'dp', G = 'dp'}
t.unfezant.since = {F = 'nb', base = 'nb'}
t.deerling.since = {E = 'nb', A = 'nb', I = 'nb', base = 'nb'}
Gu = 'xy', R = 'xy', K = 'xy', F = 'xy', base = 'xy'}
t.xerneas.since = {A = 'xy', base = 'xy'}
t.arceusminior.namessince = {base = 'Tipo Normalesl', LR = 'Tiposl', LottaA = 'sl', VoG = 'Tiposl', VolanteVe = 'sl',
 
B = 'sl', I = 'sl', Vi = 'sl'}
 
-- Alias, messi qui per evitare inutili iterazioni dei cicli precedenti
t[422] = t.shellos
t[423] = t.gastrodon
t[493] = t.arceus
t[521] = t.unfezant
t[585] = t.deerling
t[676] = t.furfrou
t[716] = t.xerneas
t[493774] = t.arceusminior
 
return t

Menu di navigazione