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

Vai alla navigazione Vai alla ricerca
Adding new pokes and region name *** sovrascritto il testo esistente ***
(Various updates for LPA *** sovrascritto il testo esistente ***)
(Adding new pokes and region name *** sovrascritto il testo esistente ***)
local stdLinks = table.filter(t, function(_, key)
return not table.search({'mega', 'megaxy', 'archeo', 'alola', 'galar',
'gigamax', 'hisui', 'paldea'}, key)
end)
 
makeTargetedLink(index, context, 'Gigamax', t.gigamax, {"base", "Gi"})
makeTargetedLink(index, context, 'Forma di Hisui', t.hisui, {"base", "H"})
makeTargetedLink(index, context, 'Forma di Paldea', t.paldea, {"base", "P"})
end
 
'avalugg', 'decidueye'}
 
-- Tabella contenente i Pokémon che hanno una forma di Paldea
 
t.paldea = {'wooper'}
 
--[[
end
t[v].names.H = 'Forma di Hisui'
end
for _, v in pairs(t.paldea) do
if not t[v] then
t[v] = { names = {base = ''} }
end
t[v].names.P = 'Forma di Paldea'
end
 
t[v].ext = t[v].ext or {}
t[v].ext.hisui = 'H'
end
for _, v in pairs(t.paldea) do
t[v].ext = t[v].ext or {}
t[v].ext.paldea = 'P'
end
 
for _, v in pairs(t.hisui) do
t[v].gamesOrder = t[v].gamesOrder or {'base', 'H'}
end
for _, v in pairs(t.paldea) do
t[v].gamesOrder = t[v].gamesOrder or {'base', 'P'}
end
 
t.zapdos.since = {G = 'spsc', base = 'rb'}
t.moltres.since = {G = 'spsc', base = 'rb'}
t.wooper.since = {P = 'sv', base = 'oa'}
t.slowking.since = {G = 'spsc', base = 'oa'}
t.typhlosion.since = {H = 'lpa', base = 'oa'}
t[146] = t.moltres
t[157] = t.typhlosion
t[194] = t.wooper
t[199] = t.slowking
t[211] = t.qwilfish
79 547

contributi

Menu di navigazione