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

Adding Pokémon revealed a while ago (Kubfu and co.) *** sovrascritto il testo esistente ***
(Adding new Pokémon revealed yesterday *** sovrascritto il testo esistente ***)
(Adding Pokémon revealed a while ago (Kubfu and co.) *** sovrascritto il testo esistente ***)
t.zamazenta = {}
t.eternatus = {}
t.urshifu = {}
 
-- Generazione dinamica delle megaevoluzioni e archeorisveglio
t.zamazenta.names = {R = 'Re degli Scudi', base = 'Eroe di Mille Lotte'}
t.eternatus.names = {D = 'Dynamax Infinito', base = ''}
t.urshifu.names = {P = 'Stile Pluricolpo', base = 'Stile Singolcolpo'}
for _, v in pairs(t.mega) do
local fu = string.fu(v)
t.zamazenta.ext = t.zacian.ext
t.eternatus.ext = {dynamax = 'D'}
t.urshifu.ext = {pluricolpo = 'P', singolcolpo = 'base'}
for _, v in pairs(t.mega) do
t[v].ext = {mega = 'M'}
t.zamazenta.gamesOrder = t.zacian.gamesOrder
t.eternatus.gamesOrder = {'base', 'D'}
t.urshifu.gamesOrder = {'base', 'P'}
table.remove(t.silvally.gamesOrder)
for _, v in pairs(t.mega) do
t.zamazenta.since = {R = 'spsc', base = 'spsc'}
t.eternatus.since = {D = 'spsc', base = 'spsc'}
t.urshifu.since = {P = 'spsc', base = 'spsc'}
t.venusaur.since = {M = 'xy', base = 'rb'}
t.blastoise.since = {M = 'xy', base = 'rb'}
79 548

contributi