Civilization Wiki
Advertisement

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

--[Field]                              [Type]
--Type                                 String
--Description                          String
--LandDensityPercent                    Int64

local data ={

MAP_REGION_LAND_CONTINENT={
Type="MAP_REGION_LAND_CONTINENT";
LandDensityPercent=50;};

MAP_REGION_WATER_OCEAN={
Type="MAP_REGION_WATER_OCEAN";
LandDensityPercent=10;};

MAP_REGION_WATER_ISLANDS={
Type="MAP_REGION_WATER_ISLANDS";
LandDensityPercent=20;};

}
return data
Advertisement