Verified:

Gerdler Game profile

Forum Moderator
5077

Dec 10th 2019, 15:22:39

Originally posted by Celphi:
Only time PCI should drop below 0 is when you're consecutively out of food or money.

Like I said this is not correct at all.
Originally posted by Celphi:

The only time it should reach 0 is because programming rounding. ie. 0.004999

The new formula is round(PCI,2) < 0.0

round(0.0049, 2) === 0 (in PHP) (dead)
round(0.005, 2) === 0.01 (in PHP) (alive)

The fact he was Tyranny and walled an insane # of attacks is likely why he died.
Esp since the PCI formula has GvtPCIBonus in it:
22.5 * (1 - Taxrate) * (1 + ((Networth/Land)/18000)) * (1 + (2 * (Ent/Land))) * BusTech * GvtPCIBonus

This is the PCI formula. It never gets you a number below 5.7 PCI or so, it is always positive.

What you need is the PCI change formula.