Talk:Ramming

From PlanetsWiki

Jump to: navigation, search
IF Rnd * 20 < SoftSpot then HullDam = HullDam + 600 + 2000 * rnd 

This means that if SoftSpot >= 20 then always a critical hit is inflicted (if shield and armor are gone) which then inflicts 60%-260% hull damage. Below a value of 20 the chance for hitting the soft spot is SoftSpot/20.


This looks like a bug? Jochen 17:55, 7 March 2006 (CET)

I don't see anything wrong with this. Rnd * 20 is from 0 to 19.999 so if a ship has a soft spot rating of 10, there is roughly a 50% chance. Soft spots are not that high except on the ships that have it high for balance reasons. --Magik 06:32, 24 April 2006 (CEST)

Personal tools