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

Aggiunto Gimmighoul, corretto nome MissingNo *** sovrascritto il testo esistente ***
(Adding new pokes and region name *** sovrascritto il testo esistente ***)
(Aggiunto Gimmighoul, corretto nome MissingNo *** sovrascritto il testo esistente ***)
t.basculegion = {}
t.enamorus = {}
t.gimmighoul = {}
 
-- Generazione dinamica delle megaevoluzioni e archeorisveglio
t.basculegion.names = {F = 'Femmina', base = 'Maschio'}
t.enamorus.names = {T = 'Forma Totem', base = 'Forma Incarnazione'}
t.gimmighoul.names = {A = 'Forma Ambulante', base = 'Forma Scrigno'}
for _, v in pairs(t.mega) do
if not t[v] then
t.basculegion.ext = {femmina = 'F'}
t.enamorus.ext = {totem = 'T'}
t.gimmighoul.ext = {ambulante = 'A'}
for _, v in pairs(t.mega) do
t[v].ext = t[v].ext or {}
t.basculegion.gamesOrder = {'base', 'F'}
t.enamorus.gamesOrder = {'base', 'T'}
t.gimmighoul.gamesOrder = {'base', 'A'}
for _, v in pairs(t.mega) do
t[v].gamesOrder = t[v].gamesOrder or {'base', 'M'}
t.basculegion.since = {F = 'lpa', base = 'lpa'}
t.enamorus.since = {T = 'lpa', base = 'lpa'}
t.gimmighoul.since = {T = 'sv', base = 'sv'}
t.venusaur.since = {M = 'xy', Gi = 'spsc', base = 'rb'}
t.blastoise.since = {M = 'xy', Gi = 'spsc', base = 'rb'}
79 548

contributi