quote:
Also check to see if the game is MBBS or not, this can affect what kind of damage the cannon will hit for in the sector. Also, once you get hit 2x you can do a calculation and figure out what the sector cannon is set at which will then give you an idea of how much fuel is left on the planet. Same applys for the atmosphere cannon, once you get hit 2x you can calculate what it is set at and antipate the next shot. This is good if you can moth 2x then yuo will knwo what type of ship to take in to invade.
MBBS mode doesn't affect sector blasts, only atmostpheric. Sector is always ore * % / 3. In MBBS mode, atmostphere is ore * % * 2, in non-MBBS it is just ore * %. Also, thought I would throw in HOW to calculate ore based on cannon blasts
%=1-(second hit / first hit)
once you have the hit, you find current ore by:
ore = ((second hit * 3) / %) - (second hit * 3)