Difference between revisions of "Template:Upgrades Adding Bacteria from BPS to BPC"
From Bacterial Takeover
(Created page with "Some regular and Gene Strand upgrades increase BPC by a percentage of your total BPS. They do not decr...") |
|||
Line 10: | Line 10: | ||
<code>effect = base effect / PlanetsDestroyed'''<sup>2</sup>''' </code> | <code>effect = base effect / PlanetsDestroyed'''<sup>2</sup>''' </code> | ||
− | |||
− |
Latest revision as of 13:23, 13 March 2018
Some regular and Gene Strand upgrades increase BPC by a percentage of your total BPS. They do not decrease your total BPS.
The effectiveness of these upgrades is determined by:
- their base effect; and
- the number of destroyed planets.
The base effect is not displayed in the upgrade description. For regular upgrades, the base effect usually is 1%, but Toxic bullets, for example, has a base effect of 5%.
The final effect of the particular upgrade is calculated according to the formula:
effect = base effect / PlanetsDestroyed2