具体商业浪费公式是这个 Nopt = max(OCN * (L/100 * (1 + c + Gr + Gp*Nwe) + 0.25*Ni), 1) where OCN is the optimal number of cities for the map size, as found in the editor L is the percentage of optimal cities for the current difficulty level, as given in the editor Nwe is the number of active Wonders in the empire with the “reduces corruption” ability (Forbidden Palace, SPHQ) c = 0.25 for a commercial civilization, 0 otherwise Gr = 0.1 for minimal or nuisance corruption 2 for communal corruption 0 otherwise Gp = 3/8 non-communal corruption 3 for communal corruption
楼上是城市等级浪费公式。如下是城市距浪费公式 da = 0.5^Ni * min(Gd * t * d, MaxD) where Ni is the number of anti-corruption buildings, t = 1 if the city is on the trade network 5/4 otherwise Gd = 3/2 for Rampant corruption (Despotism) 3/4 for Minimal corruption (Democracy) 1 otherwise