1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<?xml version="1.0" encoding="UTF-8"?>
<Asteroid_types>
<asteroid>
<id>default</id>
<gfx>asteroid-D00</gfx>
<gfx>asteroid-D07</gfx>
<gfx>asteroid-D08</gfx>
<gfx>asteroid-D09</gfx>
<gfx>asteroid-D10</gfx>
<gfx>asteroid-D11</gfx>
<gfx>asteroid-D12</gfx>
<gfx>asteroid-D13</gfx>
<armour>50</armour>
<commodity>
<name>Ore</name>
<quantity>5</quantity>
</commodity>
</asteroid>
<asteroid>
<id>massive</id>
<gfx>asteroid-D00</gfx>
<gfx>asteroid-D07</gfx>
<gfx>asteroid-D08</gfx>
<gfx>asteroid-D09</gfx>
<gfx>asteroid-D10</gfx>
<gfx>asteroid-D11</gfx>
<gfx>asteroid-D12</gfx>
<gfx>asteroid-D13</gfx>
<armour>100</armour>
<commodity>
<name>Ore</name>
<quantity>15</quantity>
</commodity>
</asteroid>
<asteroid>
<id>golden</id>
<gfx>asteroid-D01</gfx>
<gfx>asteroid-D02</gfx>
<gfx>asteroid-D03</gfx>
<gfx>asteroid-D04</gfx>
<gfx>asteroid-D05</gfx>
<gfx>asteroid-D06</gfx>
<gfx>asteroid-D14</gfx>
<armour>70</armour>
<commodity>
<name>Ore</name>
<quantity>4</quantity>
</commodity>
<commodity>
<name>Gold</name>
<quantity>3</quantity>
</commodity>
</asteroid>
<asteroid>
<id>diamond</id>
<gfx>asteroid-D00</gfx>
<gfx>asteroid-D07</gfx>
<gfx>asteroid-D08</gfx>
<gfx>asteroid-D09</gfx>
<gfx>asteroid-D10</gfx>
<gfx>asteroid-D11</gfx>
<gfx>asteroid-D12</gfx>
<gfx>asteroid-D13</gfx>
<armour>150</armour>
<commodity>
<name>Ore</name>
<quantity>12</quantity>
</commodity>
<commodity>
<name>Diamond</name>
<quantity>4</quantity>
</commodity>
</asteroid>
<asteroid>
<id>liquid</id>
<gfx>asteroid-D00</gfx>
<gfx>asteroid-D07</gfx>
<gfx>asteroid-D08</gfx>
<gfx>asteroid-D09</gfx>
<gfx>asteroid-D10</gfx>
<gfx>asteroid-D11</gfx>
<gfx>asteroid-D12</gfx>
<gfx>asteroid-D13</gfx>
<armour>40</armour>
<commodity>
<name>Ore</name>
<quantity>4</quantity>
</commodity>
<commodity>
<name>Water</name>
<quantity>4</quantity>
</commodity>
</asteroid>
</Asteroid_types>
|