Page 1 of 1
Bridge not destroyed???
Posted: Sat Sep 22, 2012 8:23 pm
by rjh1971
Why wasn't the bridge not destroyed? The hit points were over 1500.
Is it a bug?
Game was started with v1.02 and now playing with v1.03

RE: Bridge not destroyed???
Posted: Sun Sep 23, 2012 3:23 am
by LiquidSky
It must be a percentage check...I routinely do tons of damage with my aircraft and notice the bridge survives message. Sometimes though, the bridge is destroyed. I have seen it go even to artillery
RE: Bridge not destroyed???
Posted: Sun Sep 23, 2012 12:57 pm
by rjh1971
If it's a percentage I don't recall reading it. I,m pretty sure bridges were destroyed when the hit points were higher than the bridges structural points in ATG, and also though not sure in Dc FWtP.
RE: Bridge not destroyed???
Posted: Mon Sep 24, 2012 5:17 pm
by Vic
No... the 2030 dammage done in this example is used to pick a random number between it and 0. So a number between 0 and 2300. The bridge gets a random number between 0 and 1500. If the dammage random number is higher the bridge is destroyed.
best,
Vic
RE: Bridge not destroyed???
Posted: Mon Sep 24, 2012 6:18 pm
by rjh1971
Got it, thanks for your time explaining it [:)]