MarkerTemplates = { # // Pre-existing marker types, ported to the template definition file ['Blank Marker'] = { prop = "/env/common/props/markers/M_Blank_prop.bp", color = "ff800080", }, ['Mass'] = { resource = true, amount = 100, size = 1, editorIcon = "/textures/editor/marker_mass.bmp", prop = "/env/common/props/markers/M_Mass_prop.bp", color = "ff808080", }, ['Hydrocarbon'] = { resource = true, amount = 100, size = 3, prop = "/env/common/props/markers/M_Hydrocarbon_prop.bp", color = "ff008000", }, ['Combat Zone'] = { hint = true, prop = "/env/common/props/markers/M_CombatZone_prop.bp", color = "ff800000", }, ['Defensive Point'] = { hint = true, prop = "/env/common/props/markers/M_Defensive_prop.bp", color = "ff008000", }, ['Expansion Area'] = { hint = true, prop = "/env/common/props/markers/M_Expansion_prop.bp", color = "ff008080", }, ['Naval Area'] = { hint = true, prop = "/env/common/props/markers/M_Expansion_prop.bp", color = "ff0000FF", }, ['Protected Experimental Construction'] = { hint = true, prop = "/env/common/props/markers/M_Expansion_prop.bp", color = "ff0000AA", }, ['Rally Point'] = { hint = true, prop = "/env/common/props/markers/M_Defensive_prop.bp", color = "FF808000", }, ['Island'] = { hint = true, prop = "/env/common/props/markers/M_CombatZone_prop.bp", color = "ff0000AA", }, ['Weather Definition'] = { hint = true, prop = "/env/common/props/markers/M_Defensive_prop.bp", color = "FF808000", MapStyle = "Tundra", WeatherType01 = "SnowClouds", WeatherType01Chance = 0.3, WeatherType02 = "WhiteThickClouds", WeatherType02Chance = 0.3, WeatherType03 = "WhitePatchyClouds", WeatherType03Chance = 0.3, WeatherType04 = "None", WeatherType04Chance = 0.1, WeatherDriftDirection = VECTOR3(1,0,0), }, ['Weather Generator'] = { hint = true, prop = "/env/common/props/markers/M_Defensive_prop.bp", color = "FF808000", cloudSpread = 150.0, cloudCount = 10.0, cloudCountRange = 0, cloudHeight = 180.0, cloudHeightRange = 15.0, cloudEmitterScale = 1.0, cloudEmitterScaleRange = 0.0, ForceType = "None", spawnChance = 1.0, }, ['Camera Info'] = { editorIcon = "/textures/editor/marker_mass.bmp", zoom = 0.0, canSyncCamera = true, canSetCamera = true, prop = "/env/common/props/markers/M_Camera_prop.bp", color = "ff808000", }, }