joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

City damage from orbital bombardment #67

Closed joulupunikki closed 8 years ago

joulupunikki commented 8 years ago

EFS1.4 Orbital bombardment testing:

City starting health bar == 48 pixels equals 100 %; Max RS damage in EFS1.4 game 100

All bombers green experience

Bombers x accuracy / damage Four runs, city health bar length after run

8 x 1/1, target agility 15, all shots will miss 46 47 45 46

8 x 1/90, target agility 15, all shots will miss 10 5 0 10

4 x 1/90, target agility 15, all shots will miss 33 38 24 24

2 x 1/90, target agility 15, all shots will miss 43 28 38 38

4 x 1/200, target agility 15, all shots will miss 33 24 19 29

8 x 20/90, max agility 10, all shots will hit 48 48 48 48

The above test results seem to support the following:

Missed shots have 50 % chance of damaging cities. Damage per shot is ceil(RS dmg / 10) capped at 10.