Module:Map series/map series
Jump to navigation
Jump to search
You might want to create a documentation page for this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
-- MapSeries.dat
local data = {
{
ordinal = 1,
id = 'Map',
name = 'Original',
},
{
ordinal = 2,
id = 'Map2',
name = 'The Awakening',
},
{
ordinal = 3,
id = 'MapAtlas',
name = 'Atlas of Worlds',
},
{
ordinal = 4,
id = 'MapWorlds',
name = 'War for the Atlas',
},
{
ordinal = 5,
id = 'Betrayal',
name = 'Betrayal',
},
{
ordinal = 6,
id = 'Synthesis',
name = 'Synthesis',
},
{
ordinal = 7,
id = 'Legion',
name = 'Legion',
},
{
ordinal = 8,
id = 'Blight',
name = 'Blight',
},
{
ordinal = 9,
id = 'Metamorphosis',
name = 'Metamorph',
},
{
ordinal = 10,
id = 'Delirium',
name = 'Delirium',
},
{
ordinal = 11,
id = 'Harvest',
name = 'Harvest',
},
{
ordinal = 12,
id = 'Heist',
name = 'Heist',
},
{
ordinal = 13,
id = 'Ritual',
name = 'Ritual',
},
{
ordinal = 14,
id = 'Expedition',
name = 'Expedition',
},
{
ordinal = 15,
id = 'Hellscape',
name = 'Scourge',
},
{
ordinal = 16,
id = 'Archnemesis',
name = 'Archnemesis',
},
{
ordinal = 17,
id = 'Sentinel',
name = 'Sentinel',
},
}
return data