Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Eclesiar. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:39, 1 September 2025 Luc talk contribs created page Pollution (Created page with "= What is pollution ? = Pollution is a negative factor that impacts the production efficiency of companies within a region. When pollution is present, it reduces the amount of production a company can achieve. <code>[production] = [production] - (([production] - ([production]*0.1)) * [POLLUTION_VALUE]);</code> ''Example Calculation with 100 production and 10% pollution :'' <code>[production] = 100 - ((100 - (100 * 0.1)) * 0.1) = 100 - ((100 - 10) * 0.1) = 100 - (90 *...")