Feb 13th 2011, 2:40:17
For countries above 9A with no ghost acres involved:
$land_taken = max(10, $dr * $land * $other_stuff)
If a country is in 0 DR then $dr = 1. If a country is in max DR then $dr = 0.1
$land_taken = max(10, $dr * $land * $other_stuff)
If a country is in 0 DR then $dr = 1. If a country is in max DR then $dr = 0.1