File Format
Actions are stored in XML files. This makes it easy to examine and modify them using a basic text editor. Here's an example:
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<dirt>
<dirtPerTile>40</dirtPerTile>
<maxDirtSlope>40</maxDirtSlope>
<maxDiagSlope>56</maxDiagSlope>
<maxDirtHeight>3600</maxDirtHeight>
<waterHeight>500</waterHeight>
<cliffRatio>2.5</cliffRatio>
<landslides>false</landslides>
<biomeSeed>852576059348</biomeSeed>
</dirt>
<biome>
<tileType>TILE_SAND</tileType>
<seedCount>200</seedCount>
<biomeSize>100</biomeSize>
<biomeDensity>1</biomeDensity>
<maxSlope>30</maxSlope>
<minHeight>50</minHeight>
<maxHeight>50</maxHeight>
<aroundWater>true</aroundWater>
<minGrowth>30</minGrowth>
<maxGrowth>70</maxGrowth>
<flowerType>1</flowerType>
<flowerPercent>30</flowerPercent>
<northGrowth>70</northGrowth>
<southGrowth>70</southGrowth>
<eastGrowth>70</eastGrowth>
<westGrowth>70</westGrowth>
<region>false</region>
<randomGrowth>true</randomGrowth>
<waterHeight>500</waterHeight>
<northEdge>0</northEdge>
<southEdge>0</southEdge>
<eastEdge>0</eastEdge>
<westEdge>0</westEdge>
<painted>false</painted>
<paintX>0</paintX>
<paintY>0</paintY>
<randomSeed>592546487</randomSeed>
</biome>
<ore>
<iron>1.0</iron>
<copper>0.2</copper>
<zinc>0.15</zinc>
<tin>0.2</tin>
<lead>0.2</lead>
<silver>0.1</silver>
<slate>0.2</slate>
<marble>0.2</marble>
<gold>0.05</gold>
<rocksalt>0.2</rocksalt>
<adamantine>0.0</adamantine>
<glimmer>0.0</glimmer>
<sandstone>0.2</sandstone>
<rock>97.3</rock>
</ore>
</actions>