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

Changing sigla LC to TC, fixing alternative forms links *** sovrascritto il testo esistente ***
(Minor bugfix *** sovrascritto il testo esistente ***)
(Changing sigla LC to TC, fixing alternative forms links *** sovrascritto il testo esistente ***)
t.basculin.names = {B = 'Forma Lineablu', base = 'Forma Linearossa'}
t.darmanitan.names = {Z = 'Stato Zen', G = 'Forma di Galar',
GZ = "Stato Zen (Galar)", base = 'Stato Normale'}
t.tornadus.names = {T = 'Forma Totem', base = 'Forma Incarnazione'}
t.kyurem.names = {N = 'Kyurem Nero', B = 'Kyurem Bianco', base = 'Forma di Kyurem'}
U = 'UltraNecrozma', base = ''}
t.toxtricity.names = {B = 'Forma Basso', Gi = "Toxtricity Gigamax", base = 'Forma Melodia'}
t.alcremie.names = {base = "Lattevaniglia Bonbonfragola"}
t.eiscue.names = {L = "Liquefaccia", base = "Gelofaccia"}
t.indeedee.names = t.meowstic.names
t.persian.anchor = 'Meowth e Persian'
t.geodude.anchor = 'Geodude, Graveler e Golem'
t.ponyta.anchor = 'Ponyta e Rapidash'
t.grimer.anchor = 'Grimer e Muk'
t.zigzagoon.anchor = 'Zigzagoon e Linoone'
-- t.pumpkaboo.anchor = 'Pumpkaboo e Gourgeist'
 
-- Alternative forms' links
 
makeLinks()
 
-- Alternative forms' black links
 
makeLinks(true)
 
-- Table to map extended names to abbrs
t.arceus['until'] = {Sc = 'hgss'}
 
-- Altre forme di AlolaAlias, messemessi qui per evitare inutili iterazioni dei cicli precedenti
-- Tables are copied since links should be changed
t.raticate = table.copy(t.rattata)
t.sandslash = table.copy(t.sandshrew)
t.ninetales = table.copy(t.vulpix)
t.dugtrio = table.copy(t.diglett)
t.graveler = table.copy(t.geodude)
t.golem = table.copy(t.geodude)
t.rapidash = table.copy(t.ponyta)
t.muk = table.copy(t.grimer)
t.linoone = table.copy(t.zigzagoon)
t.thundurus, t.landorus = table.copy(t.tornadus), table.copy(t.tornadus)
t.gourgeist = table.copy(t.pumpkaboo)
 
-- Adding missing Pokémon to set with a certain kind of forms. Added here
-- to avoid useless repetitions of cycles
-- Otehr Alola forms
table.insert(t.alola, 'raticate')
table.insert(t.alola, 'sandslash')
table.insert(t.alola, 'golem')
table.insert(t.alola, 'muk')
 
-- Other Galar forms
table.insert(t.galar, 'rapidash')
table.insert(t.galar, 'linoone')
 
-- Other Gigamax forms
table.insert(t.gigamax, 'pikachu')
table.insert(t.gigamax, 'urshifu')
 
-- Link creation should be done AFTER copying Pokémon with same forms, in order
-- Alias, messi qui per evitare inutili iterazioni dei cicli precedenti
-- to use the right name for the link
t.raticate = t.rattata
makeLinks() -- normal links
t.sandslash = t.sandshrew
makeLinks(true) -- black links
t.ninetales = t.vulpix
 
t.dugtrio = t.diglett
t.graveler = t.geodude
t.golem = t.geodude
t.rapidash = t.ponyta
t.muk = t.grimer
t.linoone = t.zigzagoon
t.thundurus, t.landorus = t.tornadus, t.tornadus
t.gourgeist = t.pumpkaboo
t[19] = t.rattata
t[20] = t.raticate
79 548

contributi