; ; surface configuration script ; ; - declaration ; surface [index] { ; ; - engine settings ; ; name [name] ; walkable [true/false] ; ; ; - Goblin Commander Specific settings ; ; swimmable [true/false] ; minorImpact [entityToSpawn] ; warPigStep [entityToSpawn] ; ; surface 1 { name water walkable true swimmable true map_rgb 0.0 0.0 1.0 } surface 2 { name sand walkable true map_rgb 0.8 0.8 0.0 } surface 3 { name rock walkable true majorImpact PE_DustyFootsteps minorImpact pe_dirtpuff map_rgb 0.7 0.7 0.7 } surface 4 { name grass walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps warPigStep PE_GrassBlades map_rgb 0.0 0.7 0.0 } surface 5 { name dirt walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps warPigStep PE_DustyFootsteps map_rgb 0.6 0.6 0.0 } surface 6 { name BlueRock walkable true minorImpact pe_bluesparks majorImpact pe_bluesparks warPigStep MCE_BigBlueDust map_rgb 0.2 0.2 0.7 } surface 7 { name BlueSnow walkable true minorImpact pe_bluesparks majorImpact pe_bluesparks warPigStep MCE_BigBlueDust map_rgb 0.7 0.7 1 } surface 8 { name drygrass walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps warPigStep PE_GrassBlades map_rgb 0.1 0.6 0.1 } surface 9 { name mud walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps warPigStep PE_DustyFootsteps map_rgb 0.3 0.6 0.2 } surface 10 { name stone walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps map_rgb 0.6 0.6 0.6 } surface 11 { name dirt_sm walkable true minorImpact pe_dirtpuff majorImpact PE_DustyFootsteps map_rgb 0.4 0.25 0.15 } surface 12 { name lava_sm walkable true map_rgb 1.0 0.4 0.2 } surface 13 { name rock_sm walkable true map_rgb 0.45 0.35 0.15 } surface 14 { name grass_ts walkable true map_rgb 0.9 1.0 0.2 } surface 15 { name dirt_ts walkable true map_rgb 0.8 0.8 0.0 } surface 16 { name rock_ts walkable true map_rgb 0.50 0.50 0.50 } surface 17 { name mud_ts walkable true map_rgb 1.0 1.0 0.0 }