Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <WorldGenData>
  3. <TeamConfiguration>FFA_2P</TeamConfiguration>
  4. <DimensionsMin>40,40</DimensionsMin>
  5. <DimensionsMax>50,50</DimensionsMax>
  6. <SectorsMin>3,3</SectorsMin>
  7. <SectorsMax>4,4</SectorsMax>
  8. <BaseCountMin>8</BaseCountMin>
  9. <BaseCountMax>10</BaseCountMax>
  10. <SpawnBases>
  11. <Block>hq_02</Block>
  12. <Block>hq_03</Block>
  13. </SpawnBases>
  14. <ExpansionBases>
  15. <Block>hq_01</Block>
  16. </ExpansionBases>
  17. <ElevationChances>
  18. <ElevationChance>3,7</ElevationChance>
  19. <ElevationChance>4,1</ElevationChance>
  20. </ElevationChances>
  21. <GeologyIterations>30000</GeologyIterations>
  22. <GeologyRadiusMin>2</GeologyRadiusMin>
  23. <GeologyRadiusMax>8</GeologyRadiusMax>
  24. <RampsMin>0</RampsMin>
  25. <RampsMax>10</RampsMax>
  26. <LakesMin>0</LakesMin>
  27. <LakesMax>4</LakesMax>
  28. <LakeSizeMin>10</LakeSizeMin>
  29. <LakeSizeMax>150</LakeSizeMax>
  30. <Forests>
  31. <MeanderingForest MinForests="0" MaxForests="6" MinTiles="5" MaxTiles="10" TreesPerTileMin="2" TreesPerTileMax="10" SingleElevation="true">
  32. <TerrainType>class_marsh</TerrainType>
  33. <TreeTypes>
  34. <TreeType>marsh_grass_01</TreeType>
  35. <TreeType>marsh_grass_02</TreeType>
  36. <TreeType>marsh_grass_03</TreeType>
  37. <TreeType>marsh_grass_04</TreeType>
  38. <TreeType>marsh_grass_05</TreeType>
  39. <TreeType>marsh_grass_06</TreeType>
  40. </TreeTypes>
  41. </MeanderingForest>
  42. <DenseForest MinForests="0" MaxForests="14" MinTiles="8" MaxTiles="20" SingleElevation="true">
  43. <TerrainType>class_impassable</TerrainType>
  44. <TreeTypes>
  45. <TreeType>forest_tree_01</TreeType>
  46. <TreeType>forest_tree_02</TreeType>
  47. <TreeType>forest_underbrush_01</TreeType>
  48. <TreeType>forest_underbrush_02</TreeType>
  49. <TreeType>forest_underbrush_03</TreeType>
  50. <TreeType>forest_underbrush_04</TreeType>
  51. </TreeTypes>
  52. </DenseForest>
  53. <SparseForest>
  54. </SparseForest>
  55. <SparseForest>
  56. </SparseForest>
  57. <SparseForest>
  58. </SparseForest>
  59. <SparseForest>
  60. </SparseForest>
  61. </Forests>
  62. <RoadChancePerElevation>
  63. <RoadChance>1</RoadChance>
  64. <RoadChance>75</RoadChance>
  65. <RoadChance>1</RoadChance>
  66. <RoadChance>75</RoadChance>
  67. </RoadChancePerElevation>
  68. </WorldGenData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement