| Line 305: |
Line 305: |
| | |Simulation | | |Simulation |
| | |Whether the competition should be simulated. Relevant if you want the competition to be entirely controlled by your own events. | | |Whether the competition should be simulated. Relevant if you want the competition to be entirely controlled by your own events. |
| − | |<Simulation>TRUE</Simulation> | + | |<pre><Simulation>TRUE</Simulation></pre> |
| | |- | | |- |
| | |Trees(Optional) | | |Trees(Optional) |
| | |Whether to place trees in the world | | |Whether to place trees in the world |
| − | |<Simulation>TRUE</Simulation> | + | |<pre><Trees>TRUE</Trees></pre> |
| | |- | | |- |
| | |MinFloor(Optional) | | |MinFloor(Optional) |
| | |The lowest floor the player can build on, between -1 and 9 | | |The lowest floor the player can build on, between -1 and 9 |
| − | |<MinFloor>0</MinFloor> | + | |<pre><MinFloor>0</MinFloor></pre> |
| | |- | | |- |
| | |MaxFloor(Optional) | | |MaxFloor(Optional) |
| | |The lowest floor the player can build on, between 0 and 10 | | |The lowest floor the player can build on, between 0 and 10 |
| − | |<MaxFloor>4</MaxFloor> | + | |<pre><MaxFloor>4</MaxFloor></pre> |
| | |- | | |- |
| | |CanExpand(Optional) | | |CanExpand(Optional) |
| | |Whether the player can buy more plot. | | |Whether the player can buy more plot. |
| − | |<CanExpand>FALSE</CanExpand> | + | |<pre><CanExpand>FALSE</CanExpand></pre> |
| | |- | | |- |
| | |ForceEnvironment(Optional) | | |ForceEnvironment(Optional) |
| | |Whether the player should be forced to play in a specific environment. Between 0 and 3, for forest, city, tundra and desert. | | |Whether the player should be forced to play in a specific environment. Between 0 and 3, for forest, city, tundra and desert. |
| − | |<Simulation>TRUE</Simulation> | + | |<pre><ForceEnvironment>TRUE</ForceEnvironment></pre> |
| | |- | | |- |
| | |StartingArea(Optional) | | |StartingArea(Optional) |
| | |What the players starting plot should be. Defined as x,y,width,height. Will be clamped to match game limits. | | |What the players starting plot should be. Defined as x,y,width,height. Will be clamped to match game limits. |
| − | |<StartingArea>9,128,32,32</StartingArea> | + | |<pre><StartingArea>9,128,32,32</StartingArea> |
| | |- | | |- |
| | |} | | |} |