Skylords Reborn
Register
Advertisement

This is the documentation page for Module:Map/data

Message Box Banner Construction
Rapid Construction!
This page or section is currently under construction!
  • The person who created or recently edited this article is still making changes to this page.
  • Unlike a stub, contributors intend to complete this article soon.
  • This page is automatically sorted into the category Under Construction, until this box is removed.

Description

This module stores all data about the currently existing playable maps in alphabetical order. Whenever map changes occur this module needs to be updated respectively.

Syntax

All maps' data is stored in a standardized way as shown below.

    ["map name"] = {
        type = ,
        min_players = ,
        starting_positions = ,
        chest_positions = ,
        quest_positions = ,
        difficulties = ,
        campaign_name =
        prerequisites = ,
        unlocks = ,
        setup_description =
        mission_briefing_description = ,
        loading_screen_text = ,
        spectator_map_available = ,
        rankings = {
            {
                ranking_numberplayers = n(max),
                ranking_time = "",
                ranking_players = {"", ""},
                ranking_date = "",
                ranking_difficulty = ""
            },
            {
                ranking_numberplayers = 1,
                ranking_time = "",
                ranking_players = {"", ""},
                ranking_date = "",
                ranking_difficulty = ""
            }
        }
    },
Parameter and Syntax Explanation
Parameter Explanation / Usage Notes Omissible Accepted Input
["<map name>"] Full name of the map. False
  • <Custom text>

See also


Advertisement