a) Can the Reticulan player assign double the corvette's DV (i.e. 2 points) of the Terrans' fire results to the corvette and have it destroyed outright, sparing other ships both points of damage, or must the ship be crippled and destroyed by separate volleys?
b) If double a unit's DV can, in fact, be applied in the above fashion, and the Terran player wishes to do so via Directed Damage, does the 1.5x DV multiplier get rounded up twice, once to determined damage required for Crippled and then again for Destroyed?
Code: Select all
roundUp(1.5 x 1 to Cripple) + roundUp(1.5 x 1 to Destroy) = 2 + 2
= 4 damage to one-shot Destroy
Code: Select all
roundUp(1.5 x (1 to Cripple + 1 to Destroy)) = roundUp(1.5 + 1.5) = ceil (3)
= 3 damage to one-shot Destroy