Everything about Corruption: C3C edition

The rank corruption for a city is then given by:
Code:
     Cr = R / (2 * Nopt), if R < Nopt
         (2 * R – Nopt) / (2 * Nopt) otherwise

Here a minus has gone missing. The correct formula is:
Code:
     Cr = R / (2 * Nopt), if R < Nopt
         (2 * R –- Nopt) / (2 * Nopt) otherwise

The german wiki was not effected by what corrupted the excellent article from alexman.

https://wiki.civforum.de/wiki/Korruption_(Civ3)

Edit: here it is also listed correctly.
 
Last edited:
Top Bottom