02/12/2010 · 09:04 AM
#45
One request to the community to speed things up. In order to reduce the amount of load I`m transferring all ship data into an XML format for me to simply load when needed. This is pretty time consuming and so I`m hoping others will lend a hand, adding 2 or 3 ships into the list so that I can spend more time with the actual coding of he App.
<string-array name="ID # of ship>
<Name of ship>
<Race>
<Ship Class>
<Price/Ship>
<Upkeep>
<Power Rating/Ship>
<Weapons>
<Hull/Ship>
<Ships/Turn>
<Power Rating/Turn>
<Energy Weapons>
<Kinetic Weapons>
<Missile Weapons>
<Chemical Weapons>
<Energy Resist>
<Kinetic Resist>
<Missile Resist>
<Chemical Resist>
<Range>
<No Retaliation>
<No Defense>
<Ship Capture>
<Scanner>
<TM>
<RC>
<WC>
<Rutile>
<Composite>
<Strafez>
</string-array>
<string-array name="id118">
<item>"V.Cronus"</item>
<item>"Viral"</item>
<item>"Cruiser"</item>
<item>"17,800"</item>
<item>"950"</item>
<item>"2,016"</item>
<item>"1,000"</item>
<item>"2,000"</item>
<item>"8"</item>
<item>"16,128"</item>
<item>"300"</item>
<item>"0"</item>
<item>"0"</item>
<item>"700"</item>
<item>"-60.00"</item>
<item>"30.00"</item>
<item>"40.00"</item>
<item>"-20.00"</item>
<item>"8"</item>
<item>"True"</item>
<item>"False"</item>
<item>"75"</item>
<item>"140"</item>
<item>"10"</item>
<item>"0"</item>
<item>"0"</item>
<item>"10"</item>
<item>"10"</item>
<item>"15"</item>
</string-array>