Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Kingdom status

edited January 2014 in General
Not sure how to name it

Basically since 2011 I have got a new computer and all the SK data from the old one got deleted

All I need to know is:

Power calculated over pop/units/buildings
Income from population.

And from back in the day there was no really way to tell how many probes to send out to get through a wall of probes but I came across this a while ago


if (your_probe_ratio < enemy_probe_ratio)
{
enemy_success_ratio = enemy_sent_probes / (your_amount_of_planets * 8);
}
else
{
enemy_success_ratio = enemy_sent_probes / (your_amount_of_planets * 16);
}

if (enemy_success_ratio > 1) enemy_success_ratio = 1;
enemy_success_ratio = enemy_success_ratio * (1 - (your_probe_shield_percentage/100))
;

Or just post a link if you have one

Cheers

Comments

Sign In or Register to comment.