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

Adding new Pokémon released with the DLC *** sovrascritto il testo esistente ***
(Changing sigla LC to TC, fixing alternative forms links *** sovrascritto il testo esistente ***)
(Adding new Pokémon released with the DLC *** sovrascritto il testo esistente ***)
t.eternatus = {}
t.urshifu = {}
t.calyrex = {}
 
-- Generazione dinamica delle megaevoluzioni e archeorisveglio
t.urshifu.names = {P = 'Stile Pluricolpo', Gi = 'Urshifu Gigamax (Stile Singolcolpo)',
PGi = 'Urshifu Gigamax (Stile Pluricolpo)', base = 'Stile Singolcolpo'}
t.calyrex.names = {G = "", S = "Cavaliere Spettrale", base = ""}
for _, v in pairs(t.mega) do
if not t[v] then
t.eternatus.ext = {dynamax = 'D'}
t.urshifu.ext = {pluricolpo = 'P', gigamax = "Gi", singolcolpo = 'base'}
t.calyrex.ext = {} -- TODO
for _, v in pairs(t.mega) do
t[v].ext = t[v].ext or {}
t.eternatus.gamesOrder = {'base', 'D'}
t.urshifu.gamesOrder = {'base', 'Gi', 'P', 'PGi'}
t.calyrex.gamesOrder = {'base', 'G', 'S'}
table.remove(t.silvally.gamesOrder)
for _, v in pairs(t.mega) do
t.eternatus.since = {D = 'spsc', base = 'spsc'}
t.urshifu.since = {P = 'spsc', Gi = 'spsc', PGi = 'spsc', base = 'spsc'}
t.calyrex.since = {G = 'spsc', S = 'spsc', base = 'spsc'}
t.venusaur.since = {M = 'xy', Gi = 'spsc', base = 'rb'}
t.blastoise.since = {M = 'xy', Gi = 'spsc', base = 'rb'}
t[890] = t.eternatus
t[892] = t.urshifu
t[898] = t.calyrex
t[3] = t.venusaur
t[9] = t.blastoise
79 548

contributi