Module:Data/Scenarios/Infoboxes

From Conflict of Nations Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Scenarios/Infoboxes/doc

return {
    ["Cold War"] = {
        ["lastUpdated"] = "Oct 8, 2022",
        ["numPlayers"] = "32",
        ["numAI"] = "12",
        ["victoryPointsNeeded"] = "1P: 1150, 2P: 1414, 3P: 1725",
        ["maximumCoalitionSize"] = "3"
    },
    ["Battleground USA"] = {
        ["lastUpdated"] = "Oct 8, 2022",
        ["numPlayers"] = "32",
        ["numAI"] = "40",
        ["victoryPointsNeeded"] = "1P: 1700, 2P: 2091, 3P: 2550",
        ["maximumCoalitionSize"] = "3"
    },
    ["Overkill"] = {
        ["lastUpdated"] = "Oct 8, 2022",
        ["numPlayers"] = "100",
        ["numAI"] = "50",
        ["victoryPointsNeeded"] = "1P: 3700, 2P: 6350, 3P: 8050",
        ["maximumCoalitionSize"] = "3"
    },
    ["Flashpoint Europe"] = {
        ["lastUpdated"] = "Mar 14, 2023",
        ["numPlayers"] = "30",
        ["numAI"] = "32",
        ["victoryPointsNeeded"] = "1P: 1500, 2P: 1845, 3P: 2250",
        ["maximumCoalitionSize"] = "3"
    },
    ["Z"] = {
        ["lastUpdated"] = "Nov 27, 2022",
        ["numPlayers"] = "64",
        ["numAI"] = "82",
        ["victoryPointsNeeded"] = "1P: 1850, 2P: 2960, 3P: 4255, 4P: 5365, 5P: 5920",
        ["maximumCoalitionSize"] = "5"
    },
    ["World War III"] = {
        ["lastUpdated"] = "Nov 27, 2022",
        ["numPlayers"] = "64",
        ["numAI"] = "85",
        ["victoryPointsNeeded"] = "1P: 1850, 2P: 2960, 3P: 4255, 4P: 5365, 5P: 5920",
        ["maximumCoalitionSize"] = "5"
    },
    ["Sengoku"] = {
        ["lastUpdated"] = "Dec 1, 2022",
        ["numPlayers"] = "60",
        ["numAI"] = "60",
        ["victoryPointsNeeded"] = "1P: 2800, 2P: 3444, 3P: 4200",
        ["maximumCoalitionSize"] = "3"
    },
    ["Red Blue"] = {
        ["lastUpdated"] = "Dec 24, 2022",
        ["numPlayers"] = "70",
        ["numAI"] = "85",
        ["victoryPointsNeeded"] = "1P: 5150, 2P: 5150, 3P: 5150, 4P: 5150, 5P: 5150",
        ["maximumCoalitionSize"] = "5"
    },
    ["Antarctica"] = {
        ["lastUpdated"] = "Jan 16, 2023",
        ["numPlayers"] = "26",
        ["numAI"] = "10",
        ["victoryPointsNeeded"] = "1P: 1250, 2P: 1250, 3P: 1250, 4P: 1250, 5P: 1250, 6P: 1250, 7P: 1250, 8P: 1250, 9P: 1250, 10P: 1250",
        ["maximumCoalitionSize"] = "10"
    }
}