Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/CivBE/RT/Map Values/doc

local data ={

--Fields for the Folders table
--[Field]                              [Type]
--ParentType                           String
--Title                                String
--Description                          String
--IconIndex                             Int64
--IconAtlas                            String
Folders = {
MAP_FOLDER_ADDITIONAL = {
{ParentType="";
Title=[=[Advanced Worlds]=];
Description=[=[Unique planets that offer greater challenge for experienced players.]=];
IconIndex=4;
IconAtlas="CIV_COLOR_ATLAS";};
};

MAP_FOLDER_SP_DLC_1 = {
{ParentType="";
Title=[=[Exoplanets Pack]=];
Description=[=[All new worlds untouched by humanity, awaiting your arrival.]=];
IconIndex=1;
IconAtlas="CIV_COLOR_ATLAS";};
};

};
--Fields for the Sizes table
--[Field]                              [Type]
--WorldSizeType                        String
--FileName                             String
Sizes = {
};
}
return data
Advertisement