 |
|  |

| Settings |
| Number of axes: | 4 | |
| Name | Value |
| CYCLE_SPEED | 30 | | CYCLE_RUBBER | 5 | | WALLS_LENGTH | 400 | | CYCLE_ACCEL_RIM | 1 | | FORTRESS_CONQUEST_RATE | .3 | | CYCLE_TURN_SPEED_FACTOR | .95 | | CYCLE_SPEED_MIN | .25 | | WIN_ZONE_RANDOMNESS | 0 | | WIN_ZONE_INITIAL_SIZE | 40 |
| Map Data |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>    
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0_rc4.dtd">    
<Resource type="aamap" author="ed" name="minefield" version="0.0.5" category="fortress">        
<Map version="2.8.0">            
<Settings>                
<Setting name="CYCLE_SPEED" value="30" />                
<Setting name="CYCLE_RUBBER" value="5" />                
<Setting name="WALLS_LENGTH" value="400" />                
<Setting name="CYCLE_ACCEL_RIM" value="1" />                
<Setting name="FORTRESS_CONQUEST_RATE" value=".3" />                
<Setting name="CYCLE_TURN_SPEED_FACTOR" value=".95" />                
<Setting name="CYCLE_SPEED_MIN" value=".25" />                
<Setting name="WIN_ZONE_RANDOMNESS" value="0" />                
<Setting name="WIN_ZONE_INITIAL_SIZE" value="40" />            
</Settings>            
<World>                
<Field>                    
<Axes number="4"/>                    
<Spawn x="128" y="64" xdir="0" ydir="1"/>                    
<Spawn x="128" y="512" xdir="0" ydir="-1"/>                    
<Zone effect="fortress">                        
<ShapeCircle radius="40" growth="0">                            
<Point x="128" y="64"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="fortress">                        
<ShapeCircle radius="40" growth="0">                            
<Point x="128" y="512"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="192" y="288"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="112" y="352"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="80" y="224"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="208" y="368"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="144" y="224"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="48" y="400"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="32" y="272"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="208" y="208"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="80" y="304"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="8" y="368"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="248" y="264"/>                        
</ShapeCircle>                    
</Zone>                    
<Zone effect="death">                        
<ShapeCircle radius="10">                            
<Point x="128" y="288"/>                        
</ShapeCircle>                    
</Zone>                    
<Wall>                        
<Point x="0" y="0"/>                        
<Point x="256" y="0"/>                        
<Point x="256" y="576"/>                        
<Point x="0" y="576"/>                        
<Point x="0" y="0"/>                    
</Wall>                
</Field>            
</World>        
</Map>    
</Resource>
| |  |