<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.perfecttower2.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fireball541</id>
	<title>The Perfect Tower II - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.perfecttower2.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fireball541"/>
	<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/Special:Contributions/Fireball541"/>
	<updated>2026-04-30T10:44:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Power_Plant&amp;diff=4044</id>
		<title>Power Plant</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Power_Plant&amp;diff=4044"/>
		<updated>2026-03-27T18:32:15Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: contracts don't run out!!!!!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=6|ConversionRate=800|Image=Powerplant.png|Color=Yellow|ColorCode=#E6C900}}&lt;br /&gt;
[[File:Yellow resource.png|left|link=Special:FilePath/Yellow_resource.png]]&lt;br /&gt;
The '''Power Plant''' is a building used to generate electricity to give speed boosts to other buildings.&lt;br /&gt;
[[File:PowerPlant.png|thumb|Power plant example]]&lt;br /&gt;
&lt;br /&gt;
{{Clear|left}}&lt;br /&gt;
==Power Grid==&lt;br /&gt;
The power grid is where you place components in order to generate and store energy.&lt;br /&gt;
&lt;br /&gt;
You can place components by selecting one from the list on the left of the screen, and then clicking an empty tile. The price of the placed component will increase by 1.5x (mul.) for each component of the same type on the grid, this is reverted if the component is sold.&lt;br /&gt;
&lt;br /&gt;
To sell a component, right-click the filled tile while not having any component selected from the list. Doing so will fully refund the resources you spent buying the component.&lt;br /&gt;
&lt;br /&gt;
Components must connect either orthogonally to a component they supply something to or via pipes if the component provides a fluid that can be transported by one. Generators do not need to be connected to a battery, all battery storage and power production is simply added together for their final values. &lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
This is where you spend your energy to speed up other buildings:&lt;br /&gt;
&lt;br /&gt;
*[[Construction Firm]]: Reduces construction time for buildings.&lt;br /&gt;
*[[Factory]]: Speeds up shard refining, store reload, machine speed, and fabricator speed.&lt;br /&gt;
*[[Mine]]: Speeds up the drill, layer refresh timer, asteroid mining time, and asteroid scanning time.&lt;br /&gt;
*[[Headquarters]]: Speeds up download of software.&lt;br /&gt;
*[[Shipyard]]: Speeds up shipments.&lt;br /&gt;
*[[Museum]]: speeds up artifact research time and offshore market refresh time.&lt;br /&gt;
*&amp;lt;spoiler&amp;gt;[[Workshop]]: To boost [[Workshop]] you need an [[Era]] artifact. Boosting the workshop is only relevant for Era-related activities.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
*[[Arcade]]: On its own, it only speeds up the cooldown timer of &amp;quot;Refresh Wheel.&amp;quot; To effectively boost the [[arcade]] you need to have something else (located in the spoiler below), which reduces the time between delays (such as time between stopping jumble rows) and increases the speed of the lucky wheel. &amp;lt;spoiler&amp;gt;The darkness [[infinity]] stone grants this power.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
*[[Trading Post]]: reduces the time between perk refreshes and the timer to reset trades&lt;br /&gt;
*[[Power Plant]]: Requires the [[Power Plant#Exotic Skills|Recursive Feedback]] exotic skill. Speeds up the production of the power grid and power timers.&lt;br /&gt;
&lt;br /&gt;
The more energy you use, the longer and stronger the boost is. &lt;br /&gt;
&lt;br /&gt;
You can boost multiple buildings at the same time, but if they are boosted at &amp;lt;i&amp;gt;exactly&amp;lt;/i&amp;gt; the same time then they have to split the energy for the boost, and so the boosts will be weaker. If you are using workers to restart boosts this isn't a problem in practice, because the periods of each building are different, and so each building will end up boosted at a unique time.&lt;br /&gt;
&lt;br /&gt;
===Mechanics===&lt;br /&gt;
&lt;br /&gt;
Boosting applies a percentage of the total available energy (10%, 25%, 50% or 100% depending on your selection) towards boosting. If there are multiple buildings being boosted simultaneously, the energy is split between them. (This splitting will not be shown in the preview numbers before you boost, but it will be apparent afterwards.) Call this energy being allocated to boosting a building &amp;lt;code&amp;gt;BoostEnergy&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Then &amp;lt;code&amp;gt;BoostEnergy&amp;lt;/code&amp;gt; is divided between time and effectiveness based on the position of the slider. For effectiveness, the slider runs from 1% to 100% of &amp;lt;code&amp;gt;BoostEnergy&amp;lt;/code&amp;gt;, and for time the slider runs from 100% to 1%. This does mean that the overall energy sums to 101%! Call the amount after the the slider &amp;lt;code&amp;gt;PostSlider&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For both time and effectiveness, &amp;lt;code&amp;gt;PostSlider&amp;lt;/code&amp;gt; is used as follows: &amp;lt;code&amp;gt;Result = log(PostSlider) * Perks * BaseValue&amp;lt;/code&amp;gt;. When displayed, &amp;lt;code&amp;gt;Result&amp;lt;/code&amp;gt; is rounded for effectiveness, but truncated for time. The base for the log is 10 normally, or 7 with the Super Boost skill. Perks include Town Perks, as well as the 1.25 multiplier from Max Power if at full power (only applies to effectiveness). The table of &amp;lt;code&amp;gt;BaseValues&amp;lt;/code&amp;gt; is:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Building!!Time!!Effectiveness&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm||4:00||20%&lt;br /&gt;
|-&lt;br /&gt;
|Factory||3:00||15%&lt;br /&gt;
|-&lt;br /&gt;
|Mine||3:20||18%&lt;br /&gt;
|-&lt;br /&gt;
|Headquarters||2:00||22%&lt;br /&gt;
|-&lt;br /&gt;
|Shipyard||5:00||10%&lt;br /&gt;
|-&lt;br /&gt;
|Museum||3:00||15%&lt;br /&gt;
|-&lt;br /&gt;
|{{Inline spoiler|Workshop}}||3:40||21%&lt;br /&gt;
|-&lt;br /&gt;
|Arcade||5:00||0.5%&lt;br /&gt;
|-&lt;br /&gt;
|Trading Post||3:00||15%&lt;br /&gt;
|-&lt;br /&gt;
|Power Plant&lt;br /&gt;
|2:15&lt;br /&gt;
|7.5%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Technology==&lt;br /&gt;
These are your components for use in the power grid.&lt;br /&gt;
&lt;br /&gt;
You can unlock more by upgrading the Power Plant in the Construction Firm and purchasing the technology level it unlocks.&lt;br /&gt;
&lt;br /&gt;
All components except the water pump and dyson node can be upgraded in the technology tab. All costs are rounded to the nearest resource. The power plant runs at 10 ticks/sec.&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: Free&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Water pump.png|center|frame|Water Pump]]&lt;br /&gt;
|Provides infinite water.&lt;br /&gt;
|{{Number|25|icon={{Resource|Yellow}}}}&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |None&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fluid pipe.png|center|thumb|Fluid Pipe]]&lt;br /&gt;
|Transports {{Number|1e3}}L of gas or fluid per tick.&lt;br /&gt;
Currently used to move water from a water pump to a coal boiler,&lt;br /&gt;
&lt;br /&gt;
and to move steam from a coal boiler to a steam turbine.&lt;br /&gt;
&lt;br /&gt;
The pipe is gray when empty, blue when filled with water,&lt;br /&gt;
&lt;br /&gt;
and white when filled with steam.&lt;br /&gt;
|{{Number|5}}{{Resource|Yellow}}&lt;br /&gt;
|Pipe Throughput&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;+&amp;lt;/nowiki&amp;gt;{{Number|1e3}} to pipe input, output and storage (add.)&lt;br /&gt;
|???&lt;br /&gt;
|9&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Yellow battery.png|center|thumb|Yellow battery]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Adds +{{Number|2e3}} power capacity.&lt;br /&gt;
Can be placed anywhere, and is not &lt;br /&gt;
&lt;br /&gt;
needed to be connected to anything.&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|50}}{{Resource|Yellow}}&lt;br /&gt;
|Capacity&lt;br /&gt;
| +50% battery capacity&lt;br /&gt;
|???&lt;br /&gt;
|15&lt;br /&gt;
|-&lt;br /&gt;
|Deep Link&lt;br /&gt;
| +1% total power capacity per Yellow battery (add.)&lt;br /&gt;
Note that the Total Capacity bonus applies to &amp;lt;i&amp;gt;all&amp;lt;/i&amp;gt; batteries,&lt;br /&gt;
&lt;br /&gt;
as well as the base {{Number|1e3}} power! I.e. if you have fully &lt;br /&gt;
&lt;br /&gt;
upgraded Yellow Batteries and have 10 of them, they're providing +50% to all capacities.&lt;br /&gt;
|???&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tier 1===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Steam turbine.png|center|thumb|Steam Turbine]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Transforms 10L of steam into 30 power per tick.&lt;br /&gt;
Needs to be connected to an active coal boiler to generate energy.&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|60}}{{Resource|Yellow}}&lt;br /&gt;
|Condensed turbines&lt;br /&gt;
| +100% power production (mult.) and&lt;br /&gt;
steam usage/tick&lt;br /&gt;
|{{Number|5e3}} × 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|Two-flow rotors&lt;br /&gt;
| -1 base steam usage/tick&lt;br /&gt;
|{{Number|1e7}} × 16&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Coal chest.png|center|thumb|Coal Chest]]&lt;br /&gt;
|Provides {{Number|2.5e3}}kg of coal.&lt;br /&gt;
Needs to be placed next to a coal boiler.&lt;br /&gt;
&lt;br /&gt;
Has to be replaced periodically, as it will run out of coal.&lt;br /&gt;
|{{Number|40}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +25% Coal (mul.)&lt;br /&gt;
|{{Number|2.5e4}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Coal boiler.png|center|thumb|Coal Boiler]]&lt;br /&gt;
|Turns 100L of water, and 4 kg of coal into 30L of steam.&lt;br /&gt;
Needs to be connected to a water pump and a coal chest to function.&lt;br /&gt;
|{{Number|150}}{{Resource|Yellow}}&lt;br /&gt;
|Denser coal&lt;br /&gt;
| +30L steam/tick,&lt;br /&gt;
+4kg coal usage/tick and&lt;br /&gt;
&lt;br /&gt;
+100L water usege/tick&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|9&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;[[File:PowerPlantExample.png|thumb|Basic setup for tier 1.|link=Special:FilePath/PowerPlantExample.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tier 2===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Oil barrel.png|center|thumb|Oil Barrel|link=Special:FilePath/Oil_barrel.png]]&lt;br /&gt;
|Provides {{Number|1e4}}L of oil.&lt;br /&gt;
Can be placed anywhere, as long as a fluid pipe connects it to an oil furnace.&lt;br /&gt;
|{{Number|1000}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +20% Oil (mul.)&lt;br /&gt;
|{{Number|1e5}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gas tank.png|center|thumb|Gas Tank|link=Special:FilePath/Gas_tank.png]]&lt;br /&gt;
|Provides {{Number|2e4}}L of gas.&lt;br /&gt;
Can be placed anywhere, as long as fluid pipes connect it to a gas turbine.&lt;br /&gt;
|{{Number|2e3}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +20% Gas (mul.)&lt;br /&gt;
|{{Number|1.25e5}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Oil furnace.png|center|thumb|Oil Furnace|link=Special:FilePath/Oil_furnace.png]]&lt;br /&gt;
|Turns 20L of oil and 200L of water into 100L of steam.&lt;br /&gt;
|{{Number|1.75e4}}{{Resource|Yellow}}&lt;br /&gt;
|Bigger heat chambers&lt;br /&gt;
| +100L steam/tick,&lt;br /&gt;
+20L oil usage and&lt;br /&gt;
&lt;br /&gt;
+200L water useage/tick&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|9&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Gas turbine.png|center|thumb|Gas Turbine|link=Special:FilePath/Gas_turbine.png]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Turns 25L of gas into 100 power per tick.&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|5e3}}{{Resource|Yellow}}&lt;br /&gt;
|Early ignition&lt;br /&gt;
| +100% power production and gas requirement&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|Optimized pipes&lt;br /&gt;
| +1% power production (mul.) for gas turbines per regular pipe on the grid regardless if it's in use&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tier 3===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Solar panel.png|center|thumb|Solar Panel]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Produces 1 power per tick (0 when raining).&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|1e4}}{{Resource|Yellow}}&lt;br /&gt;
|Double sized panels&lt;br /&gt;
| +100% power production&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|Aqua panels&lt;br /&gt;
|2% × lvl of power production well continue during rain&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Water turbine.png|center|thumb|Water Turbine|link=Special:FilePath/Water_turbine.png]]&lt;br /&gt;
|Uses 20L of water to provide 3 power per tick.&lt;br /&gt;
Can be connected with pipes or directly to a Water Pump&lt;br /&gt;
|{{Number|2e4}}{{Resource|Yellow}}&lt;br /&gt;
|Streamlined turbines&lt;br /&gt;
| +100% power production (mul.) and +20L water usage&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|9&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Wind turbine.png|center|thumb|Wind Turbine]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Produces 0~4 power per tick&lt;br /&gt;
(min. of 0 without wind and max of 4 when there is a hurricane).&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|1.25e4}}{{Resource|Yellow}}&lt;br /&gt;
|Extra long blades&lt;br /&gt;
| +100% power production&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|Titanium rotors&lt;br /&gt;
|8x power generation during hurricanes&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[[File:Red battery.png|center|thumb|Red Battery]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Gives +{{Number|2.5e4}} to power capacity.&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |{{Number|2e3}}{{Resource|Yellow}}&lt;br /&gt;
|Capacity&lt;br /&gt;
| +100% power capacity&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|Deep link&lt;br /&gt;
| +1% power capacity per component that processes resources and/or&lt;br /&gt;
produces power times the number of red batteries (add.)&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tier 4===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Lava pump.png|center|thumb|Lava Pump]]&lt;br /&gt;
|Provides {{Number|1e7}}L of lava.&lt;br /&gt;
Lava can be moved with a fluid pipe.&lt;br /&gt;
|{{Number|2.5e4}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +15% Lava (mul.)&lt;br /&gt;
|{{Number|1.5e6}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Thermal generator.png|center|thumb|Thermal Generator]]&lt;br /&gt;
|Turns 100L of lava and 100L of water into 200 power per tick.&lt;br /&gt;
Can be connected with a pipe or directly to a lava pump.&lt;br /&gt;
|{{Number|5e4}}{{Resource|Yellow}}&lt;br /&gt;
|Turbine overheating&lt;br /&gt;
| +100% power production (mul.),&lt;br /&gt;
+100L water and lava usage/tick&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tier 5===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Uranium box.png|center|thumb|Uranium Box|link=Special:FilePath/Uranium_box.png]]&lt;br /&gt;
|Provides {{Number|5e4}}Kg of Uranium.&lt;br /&gt;
|{{Number|7.5e4}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +10% Uranium (mul.)&lt;br /&gt;
|{{Number|5e6}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fission reactor.png|center|thumb|Fission Reactor|link=Special:FilePath/Fission_reactor.png]]&lt;br /&gt;
|Transforms 1Kg of Uranium and 100L of water into 200L of steam.&lt;br /&gt;
|{{Number|1e5}}{{Resource|Yellow}}&lt;br /&gt;
|High Radiation&lt;br /&gt;
| +100% steam production (mul.)&lt;br /&gt;
+100% water and uranium requirement (mul.)&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Blue battery.png|center|thumb|Blue Battery]]&lt;br /&gt;
|Gives +{{Number|5e5}} to power capacity.&lt;br /&gt;
|{{Number|5e4}}{{Resource|Yellow}}&lt;br /&gt;
|Deep link&lt;br /&gt;
| +1% total power capacity per component on the grid that emits resources &lt;br /&gt;
(including storage) times the number of blue batteries (add.)&lt;br /&gt;
|???{{Resource|Yellow}}&lt;br /&gt;
|4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tier 6===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
Cost: ???{{Resource|Yellow}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Cost&lt;br /&gt;
!Max Level&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Plasma pipe.png|center|thumb|Plasma Pipe|link=Special:FilePath/Plasma_pipe.png]]&lt;br /&gt;
|Transport {{Number|1e3}}L of Plasma per tick&lt;br /&gt;
|{{Number|1e5}}{{Resource|Yellow}}&lt;br /&gt;
|Plasma Throughput&lt;br /&gt;
| +1000 Plasma input/output/storage (add.)&lt;br /&gt;
|{{Number|1e15}} * {{Number|1000}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|9&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Helium3 tank.png|center|thumb|Helium-3 Tank|link=Special:FilePath/Helium3_tank.png]]&lt;br /&gt;
|Provides {{Number|1e5}}L of He3&lt;br /&gt;
|{{Number|5e5}}{{Resource|Yellow}}&lt;br /&gt;
|Storage&lt;br /&gt;
| +8% Gas (mul.)&lt;br /&gt;
|{{Number|2.5e7}} * 3&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fusion reactor.png|center|thumb|Fusion Reactor]]&lt;br /&gt;
|Transforms 250L of He3 into 500L of Plasma&lt;br /&gt;
|{{Number|1.75e6}}{{Resource|Yellow}}&lt;br /&gt;
|Cold Fusion&lt;br /&gt;
| +500L Plasma Production (add.),&lt;br /&gt;
+250L Helium Requirement (add.)&lt;br /&gt;
|{{Number|1e14}} * {{Number|100}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|9&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |[[File:Plasma turbine.png|center|thumb|Plasma Turbine]]&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Transform 100L of Plasma into {{Number|5e3}} power per tick&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |{{Number|5e5}}{{Resource|Yellow}}&lt;br /&gt;
|Plasma Synergy&lt;br /&gt;
| +2% [plasma] Power Production (mul.) for every component on the grid that is not a plasma turbine regardless if it's in use,&lt;br /&gt;
+300L Plasma Requirement (add.)&lt;br /&gt;
&amp;lt;br&amp;gt;(Note: The +2% bonus is *additive* with increasing levels, i.e. at 3/3 levels it is a 1.06 multiplicative bonus.)&lt;br /&gt;
|{{Number|1e16}} * {{Number|1e8}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|Water Synergy&lt;br /&gt;
| +18% Plasma Turbine Power Production (add./mul.) for every water turbine on the grid regardless if it's in use, +80% Water Turbine Power Production (add.) for every plasma turbine on the grid regardless if it's in use&lt;br /&gt;
(Note: The +18% bonus is additive with increasing levels, and also additive with number of components. I.e. at 5/5 levels it is a +90% bonus per water turbine. This applies independently/in addition to Plasma Synergy.)&lt;br /&gt;
|{{Number|1e18}} * {{Number|1e6}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|Solar Synergy&lt;br /&gt;
| +10% Plasma Turbine Power Production (add./mul.) for every solar panel on the grid regardless if it's in use,&lt;br /&gt;
+50% Solar Panel Power Production (add.) for every plasma turbine on the grid regardless if it's in use&lt;br /&gt;
&lt;br /&gt;
(Note: The +10% bonus is additive with increasing levels, and also additive with number of components. I.e. at 5/5 levels it is a +50% bonus per solar panel. This applies independently/in addition to Plasma Synergy.)&lt;br /&gt;
|{{Number|1e18}} * {{Number|1e6}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|Wind Synergy&lt;br /&gt;
| +10% Plasma Turbine Power Production (add./mul.) for every wind turbine on the grid regardless if it's in use, +50% Wind Turbine Power Production (add.) for every plasma turbine on the grid regardless if it's in use&lt;br /&gt;
(Note: The +10% bonus is additive with increasing levels, and also additive with number of components. I.e. at 5/5 levels it is a +50% bonus per wind turbine. This applies independently/in addition to Plasma Synergy.)&lt;br /&gt;
|{{Number|1e18}} * {{Number|1e6}}&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;{{Resource|Yellow}}&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
Requirement: Power Plant Floor 2&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Component&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Upgrades&lt;br /&gt;
|-&lt;br /&gt;
!Icon&lt;br /&gt;
!Description&lt;br /&gt;
!Base Cost&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dyson node.png|center|thumb|Dyson Node|link=Special:FilePath/Dyson_node.png]]&lt;br /&gt;
|Provides aura and +X Power / Tick (depends on dyson power)&lt;br /&gt;
Dyson nodes cannot be placed in the 8 squares next to another node.&lt;br /&gt;
&lt;br /&gt;
Available as soon as Floor 2 is unlocked, regardless of Power Plant level.&lt;br /&gt;
&lt;br /&gt;
Power amount is &amp;lt;code&amp;gt;dyson_power&amp;lt;/code&amp;gt;&amp;lt;sup&amp;gt;0.25&amp;lt;/sup&amp;gt;. This maxes at {{Number|1.1892071e3}} power per tick.&lt;br /&gt;
|{{Number|1e12}}{{Resource|Yellow}}&lt;br /&gt;
|None&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Quantum Grid''' - Allows components on the power grid to connect to components on the opposite edge of the grid.&lt;br /&gt;
*'''Super Boost''' - Using more power for boosts has a higher impact on duration/effectivity. (Log10 -&amp;gt; Log7)&lt;br /&gt;
*'''Max. Power''' - Increases the effectiveness of all active boosts by 25% (multiplicative) if the current amount of power exceeds the maximum amount.&lt;br /&gt;
*'''Efficient Recycling''' - Lowers the base conversion rate from town resources to power plant resources to 600.&lt;br /&gt;
*'''Shutdown''' - Allows you to cancel boosts anytime. Does not refund any power!&lt;br /&gt;
*'''Yellowprints''' - Unlocks the ability to store up to 3 different layouts of the power plant as well as the functionality to import, export and apply them at any time. Additionally adds the an option to sell the entire grid.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Hibernation Mode''' ({{Number|50|icon=[[File:Exotic gem.png|20px]]}}) - Boosts stop losing their duration while the game is closed but still affect all buildings during that time as many they would normally do.&lt;br /&gt;
*'''Recursive Feedback''' ({{Number|100|icon=[[File:Exotic gem.png|20px]]}}) - Allows the power plant to boost itself. Power will charge correspondingly faster, although the power grid continues to tick at its regular speed. All other processes within the Power Plant are accelerated, just like in other buildings.&lt;br /&gt;
*'''Quantum Storage''' ({{Number|200|icon=[[File:Exotic gem.png|20px]]}}) - Enables charging beyond you max power at a reduced efficiency. Each order of magnitude (10x increase) in max power grants an additional 1% of your base charging rate during overcharge.&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
===Recommended Setups===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Starter Power Plant Setup &amp;lt;sup&amp;gt;[[#References|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;font-weight:normal;&amp;quot; |Yellowprint&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Cost&lt;br /&gt;
|{{Number|1.823e5|icon={{Resource|Yellow}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Requirements&lt;br /&gt;
|Fully upgraded components via [[#Technology|Technology]] tab.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Power Capacity&lt;br /&gt;
|{{Number|3.023e6}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Average Power Production&lt;br /&gt;
|{{Number|1.326e5|suffix=/sec}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Import Code&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;tZBBCsJADEWv4gm8wOxcCO4KeoG0Rh1IkzDNMMztla4M0jJI+1bJ/+GHRKVgUgK2IwncJVu48CNytHro&lt;br /&gt;
XjBh2JmKRFJOYIaphskQxltOfWT803I4R6Nik7J1xCBAV5MET5zrc04MAy7qBT5ndXlUp/5Ero+3LHU0&lt;br /&gt;
37b87g0ivLPWffMG&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Preview&lt;br /&gt;
|[[File:Powerplant Setup Early.png|320x173px]]&lt;br /&gt;
|}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Mid-game Power Plant Setup &amp;lt;sup&amp;gt;[[#References|[2]]]&amp;lt;/sup&amp;gt; (Outdated, use lategame setup for now)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Recommended&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;font-weight:normal;&amp;quot; |Yellowprint&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Cost&lt;br /&gt;
|{{Number|4e24|icon={{Resource|Yellow}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Requirements&lt;br /&gt;
|Power Plant [[#Floor_2|Floor 2]]. 2 levels of each plasma turbine upgrade in [[#Technology|Technology]] tab.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Power Capacity&lt;br /&gt;
|{{Number|6.935e10}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Average Power Production&lt;br /&gt;
|{{Number|???|suffix=/sec}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Import Code&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;7ZW/DsIgEMbfyMWxm4urUV/gKlcluR4Nf9Lw9nZpIh1aaIrW6sR3BO6+30GgUS3qhoDtjhQI5WwhuZIsrS8qZ6TiM8LNKj0aeSRS7QGsRe2/Jorn2x57jr6sieGznSjJYZ8jRsc7aqEbrk6XkjFhW6qhd4HH6AA5R4ExIOGN4iMyatgk7YCv+wlMDX35cOkDSbp6f+k03JfzlgV44DUECSFHT1ij6FNOyiywKQYSbu58ykkZIC6ae&lt;br /&gt;
e6j9MdLwJMsVkWXIzKKQJ+AkQLel+k1uf2JDjwB&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Preview&lt;br /&gt;
|[[File:Powerplant Setup Mid Main.png|320x183px]]&lt;br /&gt;
|}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cheaper&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;font-weight:normal;&amp;quot; |Yellowprint&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Cost&lt;br /&gt;
|{{Number|3e18|icon={{Resource|Yellow}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Requirements&lt;br /&gt;
|Power Plant [[#Floor_2|Floor 2]]. 1 of each plasma turbine upgrade in [[#Technology|Technology]] tab.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Power Capacity&lt;br /&gt;
|{{Number|2.32e12}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Average Power Production&lt;br /&gt;
|{{Number|???|suffix=/sec}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Import Code&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;7ZbLDsIgEEX/yI1Ldm7cGvUHpjJVEjo0PEL4e+uiSWliA30k1nY3cAfunCEEauVR1xLIHqQCrpxlgkpBwgbGg1F0RkINVmnWZJkK7k4XgrAvFtLhCaxFHb7GXhBvlxslQV+AUDIPjZoz39kmxTYHIxZLZ4SiK8Ljo71QClcdb00MzzTrFOJuzlzIvVJjjsnnOIU2LmUu3sSjj83/CzV22yqpRt6m5YTLQI4sZufb+dbKF1BK5dvMJUapzMtXEpv3npotNWL8H2qNnRj/txoUh27V744yCN8=&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Preview&lt;br /&gt;
|[[File:Powerplant Setup Mid Cheaper.png|320x188px|link=Special:FilePath/Powerplant_Setup_Mid_Cheaper.png]]&lt;br /&gt;
|}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;No-Dyson&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;font-weight:normal;&amp;quot; |Yellowprint&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Cost&lt;br /&gt;
|{{Number|4e24|icon={{Resource|Yellow}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Requirements&lt;br /&gt;
|2 levels of each plasma turbine upgrade in [[#Technology|Technology]] tab.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Power Capacity&lt;br /&gt;
|{{Number|1.873e12}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Average Power Production&lt;br /&gt;
|{{Number|???|suffix=/sec}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Import Code&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;7ZbBDoIwDIbfyItHbjyBUV+gSNUlZSVjy8Lby4WEmaBsrOiBE38zUv6Pdltb9mhaAm0PxFCzs0VZ3F2nWJ8RbpZNRNQxgTmBRtpYphrukYh9Cdai6TNFw8/sGrg6UymNqUBhEgmbFTnMobN0gHxVYrHCAoT+nkjKNcfLoOHxvjhb/kwZDdajx68yFtrD8Bg/FASho/n3Qq9L88UwSZOmESzN90+kH2xu0p17UfeNutU57JWuf9jqMpftFCpWy9+48rPVGn75ASt1Jl1DlUsnen8B&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Preview&lt;br /&gt;
|[[File:Powerplant Setup Mid No-Dyson.png|320x188px|link=Special:FilePath/Powerplant_Setup_Mid_No-Dyson.png]]&lt;br /&gt;
|}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Late-game Power Plant Setup &amp;lt;sup&amp;gt;[[#References|[3]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;font-weight:normal;&amp;quot; |Yellowprint&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Cost&lt;br /&gt;
|{{Number|3e48|icon={{Resource|Yellow}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Requirements&lt;br /&gt;
|Electricity [[Infinity#Infinity_Perks|Infinity Perk]] enabled. Power Plant [[#Floor_2|Floor 2]]. Fully upgraded components via [[#Technology|Technology]] tab.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Power Capacity&lt;br /&gt;
|{{Number|88.824e12}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Average Power Production&lt;br /&gt;
|{{Number|21.485e15|suffix=/sec}} (after max capacity)&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Import Code&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;5ZbBDoIwDIbfyItHbl68GvUFiiu6ZHSk20J4e/FgMpagDBgEvXXp1v1furWtdI1cKSC7UxqEdjaTVEiStslEYzQdkZDBas&lt;br /&gt;
7aXaaEq+NcEobOWpJ4u/psoxXwCQiVb6Y9GcPQdRbOSE1nhNvL90AlXbm/tDbcJwkFizxgMZo+UNrFGJxDRnEA&lt;br /&gt;
2wpqEvHNRN6jM83rnIyWIN3rofmhVkNOjtZzQXLgJcG8T/QPuIuCfahEP/AtIzroRmttRP8MOm+uHG6ih/pCA4aR+&lt;br /&gt;
Y2r1vEv9nucAWIiMpto9B1pzjz3PgE=&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left;&amp;quot; |Preview&lt;br /&gt;
|[[File:Powerplant Setup Late Infinity Perk.png|320x188px]]&lt;br /&gt;
|}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
#Discord: [https://discord.com/channels/488444879836413975/781517486045921291/1130610612771246080 Early Power Plant Setup]&lt;br /&gt;
#Discord: [https://discord.com/channels/488444879836413975/1240795204089548809/1240795204089548809 Power plant guide v5]&lt;br /&gt;
#Discord: [https://discord.com/channels/488444879836413975/891636673744609280/908516244586639378 MT15 Power Plant (Post Electric Stone)]&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=4043</id>
		<title>Construction Firm</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=4043"/>
		<updated>2026-03-27T18:26:14Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: why was it x^power and not base^x in the table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=5|ConversionRate=60|Image=Constructionfirm.png|Color=Brown|ColorCode=brown}}&lt;br /&gt;
[[File:Brown resource.png|left]]&lt;br /&gt;
The '''Construction Firm''' is a building that you use to build and upgrade town buildings.&lt;br /&gt;
[[File:ConstructionFirmExample.png|thumb]]&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
==Building Tiers==&lt;br /&gt;
Upgrading the construction firm unlocks more buildings to construct.&lt;br /&gt;
&lt;br /&gt;
==Building==&lt;br /&gt;
There is a list of buildings, each costs a certain amount of brown resources and take a certain amount of time. At the start, there are tutorial arrows that show how to use the construction firm. &lt;br /&gt;
&lt;br /&gt;
When constructing a building, or upgrading a building, they are closed and not active/usable, except the construction firm itself. Cancelling a construction project refunds the brown resources.&lt;br /&gt;
&lt;br /&gt;
When constructing a building or upgrading one, they get covered in different shaded brown cubes to show that the building is being worked on. &lt;br /&gt;
&lt;br /&gt;
Once having a T6 Construction Firm, Beacons are unlocked, which boost a certain stat (Damage, Resistance or Resource Drops) by 1%/Tier. Beacons have a maximum Tier of 600. Power beacon costs &amp;lt;code&amp;gt;250000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Defense beacon - &amp;lt;code&amp;gt;200000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Wealth beacon - &amp;lt;code&amp;gt;150000 * 2.5&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Upgrade cost==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+The upgrade cost of buildings in brown resources.&lt;br /&gt;
!level&lt;br /&gt;
!Construction Firm&lt;br /&gt;
!Workshop&lt;br /&gt;
!Headquarters&lt;br /&gt;
!Mine&lt;br /&gt;
!Factory&lt;br /&gt;
!Laboratory&lt;br /&gt;
!Power Plant&lt;br /&gt;
!Arcade&lt;br /&gt;
!Trading Post&lt;br /&gt;
!Museum&lt;br /&gt;
!Statue of Cubos&lt;br /&gt;
!Shipyard&lt;br /&gt;
!Beacon of Defense&lt;br /&gt;
!Beacon of Power&lt;br /&gt;
!Beacon of Wealth&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|5&lt;br /&gt;
|50&lt;br /&gt;
|100&lt;br /&gt;
|250&lt;br /&gt;
|1000&lt;br /&gt;
|7500&lt;br /&gt;
|125000&lt;br /&gt;
|5000&lt;br /&gt;
|125000&lt;br /&gt;
|1250000&lt;br /&gt;
|500000&lt;br /&gt;
|200000*3^x&lt;br /&gt;
|250000*3^x&lt;br /&gt;
|150000*2.5^x&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|500&lt;br /&gt;
|250&lt;br /&gt;
|800&lt;br /&gt;
|1250&lt;br /&gt;
|2000&lt;br /&gt;
|27500&lt;br /&gt;
|100000&lt;br /&gt;
|2500000&lt;br /&gt;
|60000&lt;br /&gt;
|3000000&lt;br /&gt;
|50000000&lt;br /&gt;
|7500000&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|25000&lt;br /&gt;
|2000&lt;br /&gt;
|6000&lt;br /&gt;
|5000&lt;br /&gt;
|12500&lt;br /&gt;
|125000&lt;br /&gt;
|375000&lt;br /&gt;
|200000000&lt;br /&gt;
|250000&lt;br /&gt;
|15000000&lt;br /&gt;
|750000000&lt;br /&gt;
|500000000&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|100000&lt;br /&gt;
|15000&lt;br /&gt;
|75000&lt;br /&gt;
|60000&lt;br /&gt;
|60000&lt;br /&gt;
|1000000&lt;br /&gt;
|50000000&lt;br /&gt;
|240000000&lt;br /&gt;
|1000000&lt;br /&gt;
|50000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|500000&lt;br /&gt;
|75000&lt;br /&gt;
|450000&lt;br /&gt;
|250000&lt;br /&gt;
|250000&lt;br /&gt;
|12500000&lt;br /&gt;
|125000000&lt;br /&gt;
| -&lt;br /&gt;
|22500000&lt;br /&gt;
|750000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|2500000&lt;br /&gt;
|225000&lt;br /&gt;
|2500000&lt;br /&gt;
|1500000&lt;br /&gt;
|750000&lt;br /&gt;
|75000000&lt;br /&gt;
|300000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|800000&lt;br /&gt;
|75000000&lt;br /&gt;
|5500000&lt;br /&gt;
|2250000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1550000&lt;br /&gt;
|500000000&lt;br /&gt;
|11000000&lt;br /&gt;
|5000000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
| -&lt;br /&gt;
|18500000&lt;br /&gt;
|21500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1500000&lt;br /&gt;
| -&lt;br /&gt;
|27500000&lt;br /&gt;
|55000000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|12500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Construction Times==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+The construction times of buildings in seconds.&lt;br /&gt;
!level&lt;br /&gt;
!Construction Firm&lt;br /&gt;
!Workshop&lt;br /&gt;
!Headquarters&lt;br /&gt;
!Mine&lt;br /&gt;
!Factory&lt;br /&gt;
!Laboratory&lt;br /&gt;
!Power Plant&lt;br /&gt;
!Arcade&lt;br /&gt;
!Trading Post&lt;br /&gt;
!Museum&lt;br /&gt;
!Statue of Cubos&lt;br /&gt;
!Shipyard&lt;br /&gt;
!Beacon of Defense&lt;br /&gt;
!Beacon of Power&lt;br /&gt;
!Beacon of Wealth&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|30&lt;br /&gt;
|90&lt;br /&gt;
|120&lt;br /&gt;
|200&lt;br /&gt;
|300&lt;br /&gt;
|600&lt;br /&gt;
|360&lt;br /&gt;
|600&lt;br /&gt;
|3600&lt;br /&gt;
|600&lt;br /&gt;
|3600+3600x&lt;br /&gt;
|3600+3600x&lt;br /&gt;
|2000+800x&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|240&lt;br /&gt;
|180&lt;br /&gt;
|1200&lt;br /&gt;
|150&lt;br /&gt;
|300&lt;br /&gt;
|600&lt;br /&gt;
|900&lt;br /&gt;
|6000&lt;br /&gt;
|900&lt;br /&gt;
|1800&lt;br /&gt;
|10800&lt;br /&gt;
|6000&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|720&lt;br /&gt;
|300&lt;br /&gt;
|3600&lt;br /&gt;
|260&lt;br /&gt;
|450&lt;br /&gt;
|1800&lt;br /&gt;
|2700&lt;br /&gt;
|60000&lt;br /&gt;
|2700&lt;br /&gt;
|3600&lt;br /&gt;
|25200&lt;br /&gt;
|60000&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|1800&lt;br /&gt;
|540&lt;br /&gt;
|7200&lt;br /&gt;
|450&lt;br /&gt;
|900&lt;br /&gt;
|3600&lt;br /&gt;
|9600&lt;br /&gt;
|180000&lt;br /&gt;
|9600&lt;br /&gt;
|12000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|4000&lt;br /&gt;
|780&lt;br /&gt;
|10800&lt;br /&gt;
|600&lt;br /&gt;
|1500&lt;br /&gt;
|6000&lt;br /&gt;
|18000&lt;br /&gt;
| -&lt;br /&gt;
|18200&lt;br /&gt;
|50000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|8000&lt;br /&gt;
|1000&lt;br /&gt;
|15000&lt;br /&gt;
|800&lt;br /&gt;
|3000&lt;br /&gt;
|18000&lt;br /&gt;
|50000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1500&lt;br /&gt;
|30000&lt;br /&gt;
|1200&lt;br /&gt;
|4800&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|3600&lt;br /&gt;
|48000&lt;br /&gt;
|2000&lt;br /&gt;
|6000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|4200&lt;br /&gt;
| -&lt;br /&gt;
|3000&lt;br /&gt;
|12000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|6000&lt;br /&gt;
| -&lt;br /&gt;
|5000&lt;br /&gt;
|15000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|7200&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|9000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
==Requirements==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+The tier requirements for buildings.&lt;br /&gt;
!level&lt;br /&gt;
!Construction Firm&lt;br /&gt;
!Workshop&lt;br /&gt;
!Headquarters&lt;br /&gt;
!Mine&lt;br /&gt;
!Factory&lt;br /&gt;
!Laboratory&lt;br /&gt;
!Power Plant&lt;br /&gt;
!Arcade&lt;br /&gt;
!Trading Post&lt;br /&gt;
!Museum&lt;br /&gt;
!Statue of Cubos&lt;br /&gt;
!Shipyard&lt;br /&gt;
!Beacon of Defense&lt;br /&gt;
!Beacon of Power&lt;br /&gt;
!Beacon of Wealth&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
| -&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|0&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|2&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|5&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
| -&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|3&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5&lt;br /&gt;
| -&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5&lt;br /&gt;
| -&lt;br /&gt;
|6&lt;br /&gt;
|6&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|6&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|6&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Fast Construction''' - Increases the construction speed of all buildings by 20% for each tier of the construction firm.&lt;br /&gt;
*'''Cheap Materials''' - Decreases the construction cost of all buildings by 10% for each tier of the construction firm.&lt;br /&gt;
*'''Magic Workers''' - Allows you to instantly finish an active construction project by using an exotic gem.&lt;br /&gt;
*'''Offline Construction''' - Allows the construction firm to construct buildings at 200% of the original speed while the game is closed. Without this skill the construction firm continues at 100% while the game is closed.&lt;br /&gt;
*'''Construction Boost''' - Enables you the ability to pay 4 gems per remaining second to instantly finish the current construction.&lt;br /&gt;
*'''Efficiency''' - Decreases the conversion rate from 60 to 40.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Construction Queue''' ({{Number|20|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to queue up 2 buildings (3 if construction firm is maximized) Which are then automatically constructed one after another.&lt;br /&gt;
*'''Security Measures''' ({{Number|2|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to use buildings while they are being constructed.&lt;br /&gt;
*'''Battle Engineers''' ({{Number|10|icon=[[File:Exotic gem.png|20px]]}}) - Triples the construction speed while a round is active. Works for all gamemodes as long as the tower is alive and the round-over-screen is not visible.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Town&amp;diff=4042</id>
		<title>Town</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Town&amp;diff=4042"/>
		<updated>2026-03-27T18:23:26Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: slight overall changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
The '''Town''' is the main hub area in the game. While in the Town, the player can access [[Buildings]] and start a [[New Round|new round]].&lt;br /&gt;
&lt;br /&gt;
==Citizens==&lt;br /&gt;
While in the town, citizens can be seen roaming around. However, they serve no functionality and are purely cosmetic, with the exception of Seraphiel Morningstar, who serves as a trigger for the post-game Artifact.&lt;br /&gt;
&lt;br /&gt;
The amount of citizens roaming around will increase by 3 per level, capping out at 100 citizens.&lt;br /&gt;
&lt;br /&gt;
==Town Assets==&lt;br /&gt;
The player can place down town assets to customize their town. Each unlocked asset slot will increase white [[Resources|resource]] gain by 1% at base value.&lt;br /&gt;
&lt;br /&gt;
The player has limited asset slots. Slots can be purchased using white [[resources]] up to a limit of 500.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Clicking on a citizen while in the Town will show their name. Names include supporters of the [https://www.patreon.com/fireswordstudios Patreon] and early access players.&lt;br /&gt;
&lt;br /&gt;
*While upgrading a building using the [[Construction Firm]], construction can visibly be seen in the town view.&lt;br /&gt;
*When a building which is under construction finishes it does a little pop animation where it gets slightly bigger and becomes smaller right after (taking about 0.3 seconds in total).&lt;br /&gt;
*The 100 citizen limit was added because in the alpha, a player got to level 300 and his game lagged because rendering 900 citizens is too much for the game.&lt;br /&gt;
*The 500 town asset limit was added because in the alpha, someone found out that placing 700 town assets broke the cloud save system since the cloud doesn't accept save files that are larger than 50 MB and placing town assets was really unoptimized.&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Talk:Main_Page&amp;diff=3834</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Talk:Main_Page&amp;diff=3834"/>
		<updated>2025-08-19T08:06:29Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Very good game, yes.&lt;br /&gt;
&lt;br /&gt;
== To-Do List (Checklist) == →&lt;br /&gt;
&lt;br /&gt;
Use this section to log down any things we need to do (add to the wiki or change parts of it).&lt;br /&gt;
Strikethrough or prune when completed.&lt;br /&gt;
* The entirety of [[Progression Guides]] hub. (list down in strikethrough whoever has done what part)&lt;br /&gt;
* &amp;lt;s&amp;gt;Add hints to [[Experiment: Nature]]&amp;lt;/s&amp;gt;&lt;br /&gt;
* Update [[Construction Firm]] to include Tier 6 (Since v0.9.0)&lt;br /&gt;
* [[AI]] Documentation&lt;br /&gt;
** &amp;lt;s&amp;gt;Finish adding external-editor signatures to things&amp;lt;/s&amp;gt; (should be done now -fireball)&lt;br /&gt;
** &amp;lt;s&amp;gt;Add new functions that were added in 0.9.x&amp;lt;/s&amp;gt;&lt;br /&gt;
** Add expressions to go along with Impulse/Condition/Actions&lt;br /&gt;
** &amp;lt;s&amp;gt;Add all the missing [[Workers#Worker_Taskid.27s|Worker &amp;lt;code&amp;gt;taskid&amp;lt;/code&amp;gt;'s]]&amp;lt;/s&amp;gt;&lt;br /&gt;
* [[Town]]&lt;br /&gt;
* &amp;lt;s&amp;gt;Update [[Challenge Mode]] for release of legendary modules&amp;lt;/s&amp;gt;&lt;br /&gt;
* [[Template:ModuleInfo|Module Info]] template refinement&lt;br /&gt;
* Document unlock costs for [[Exotic_Skills|Exotic Skills]] for each of the [[Buildings]] &amp;lt;small&amp;gt;(LOW priority? We need more collective info from folks who've yet to unlock all.)&amp;lt;/small&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;Consolidate '''Element''' column into '''Tags''' column in [[Modules]] tables&amp;lt;/s&amp;gt;&lt;br /&gt;
* Cleanup [[Achievements]] as of &amp;lt;code&amp;gt;v0.33.1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Incorporate and explain [[Infinity#Anvil|Anvil]] stars orbital information (as provided by @xmmmx via [https://discord.com/channels/488444879836413975/644233650761760778/1171199563890167950 Discord])&lt;br /&gt;
* Maybe a [[Nexus]] page to house the below section??&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
= Secret Codes =&lt;br /&gt;
&amp;lt;code&amp;gt;This is like... just placed here cus idk where to put it... -cr&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Secret Codes are a Feature of the [[Nexus]] where players can input codes to gain some game-related items!&amp;lt;sup&amp;gt;''[Citation needed]''&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This section documents all the secret codes in the game. If you do not see a code here, and it's not valid in the game, then the code never existed in the first place. Maybe it's valid in [https://games.fs-studios.com/perfecttower/ The Perfect Tower]&amp;lt;sup&amp;gt;[[https://www.kongregate.com/games/XmmmX99/the-perfect-tower Kongregate]]&amp;lt;/sup&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
=== Hard Coded ===&lt;br /&gt;
&amp;lt;spoiler&amp;gt;Code was redacted, but no racoon marks were spotted in the vicinity...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Active Server Codes ===&lt;br /&gt;
-None-&lt;br /&gt;
&lt;br /&gt;
=== Inactive/Past Codes ===&lt;br /&gt;
-None-&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Statue_of_Cubos&amp;diff=3833</id>
		<title>Statue of Cubos</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Statue_of_Cubos&amp;diff=3833"/>
		<updated>2025-08-19T08:01:59Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Building Tiers */ some minor changes - upgrading soc now increases the module slots&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=3|ConversionRate=250000|Image=StatueOfCubos.png|Color=Black|ColorCode=black}}&lt;br /&gt;
[[File:Black resource.png|left]]&lt;br /&gt;
The '''Statue of Cubos''' is a building you use to fight bosses.&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
==Building Tiers==&lt;br /&gt;
Upgrading the Statue of Cubos in the [[Construction Firm]] will unlock more module slots.&lt;br /&gt;
&lt;br /&gt;
Bosses are unlocked by upgrading [[Military Tier|military tiers]].&lt;br /&gt;
&lt;br /&gt;
==Bosses==&lt;br /&gt;
Boss fights are unique fights that each play very differently than the core game loop. Each one is based on a different game genre and contains different game mechanics.&lt;br /&gt;
&lt;br /&gt;
The boss menu select screen is to the left, where upon clicking the screen opens the boss selection menu. On the bottom next to the fight button are arrows to increase the tier of boss you wish to fight. Click to go up by 1 tier, or shift-click to go up by 100 (or to your highest tier if lower than 100).&lt;br /&gt;
&lt;br /&gt;
The first 4 bosses have a set of boss modules you can use in the fight to greatly increase your power, unlocked by acquiring all the linked modules listed next to them. These give certain abilities to the Tower that increase in power with their tier (upgraded using Statue resources) and combat experience (obtained by killing the respective boss with it equipped). The final boss will not have boss modules, and will instead get a hard mode for those that want the challenge.&lt;br /&gt;
&lt;br /&gt;
Higher tier bosses will gain new abilities at tiers 2, 3, 5, 8, 13, and 21 (following the Fibonacci sequence), as well as a slight increase to their base stats at each tier. This aims to keep the challenge of higher tier bosses fun, and avoid them feeling monotonous or like a slog to complete.&lt;br /&gt;
&lt;br /&gt;
Defeating bosses will award you with exotic gems, combat experience and maybe even an artifact or two, and can even grant achievements under certain conditions.&lt;br /&gt;
&lt;br /&gt;
A helpful tool for quickly calculating boss xp gain can be found here.&lt;br /&gt;
[https://www.desmos.com/calculator/caelepmhgi calculator]&lt;br /&gt;
&lt;br /&gt;
===Cylindro===&lt;br /&gt;
&lt;br /&gt;
====Info====&lt;br /&gt;
&amp;quot;With the power to control the wind and water, Cylindro unleashes his rage onto his enemies in forms of large waterstorms. Sometimes he just tries to crush them with his entire body.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For first defeat on each tier, you will be rewarded with 10*Tier exotic gems and &amp;lt;code&amp;gt;15 * (tier-1)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + 6&amp;lt;/code&amp;gt; combat experience (all defeats).&lt;br /&gt;
&lt;br /&gt;
====Controls (customizable in Options)====&lt;br /&gt;
&lt;br /&gt;
*'''Movement:''' A/D&lt;br /&gt;
*'''Fire Missiles:''' W&lt;br /&gt;
*'''Long Jump:''' Space; requires Acrobatic Plugin boss module&lt;br /&gt;
&lt;br /&gt;
====Modules====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+Cylindro's boss modules increase stats of the tower, like upgrades did before. You can only equip up to 3 (4 with Cyanotypes) at once.&lt;br /&gt;
!Boss Module!!Linked Modules!!Description!!Formula&lt;br /&gt;
|-&lt;br /&gt;
|'''Searing Projectiles'''&lt;br /&gt;
|&lt;br /&gt;
*Phoenix Bounce&lt;br /&gt;
*Light Splash&lt;br /&gt;
*Earth Taste&lt;br /&gt;
|Increases the damage of the tower’s projectiles based on combat experience and module tier.&lt;br /&gt;
|(T + 1) * max(1, xp^0.05)&lt;br /&gt;
|-&lt;br /&gt;
|'''Hardened Shell'''&lt;br /&gt;
|&lt;br /&gt;
*Stab Protection&lt;br /&gt;
*Reflect&lt;br /&gt;
*Shelter&lt;br /&gt;
|Reduces incoming damage based on combat experience and module tier.&lt;br /&gt;
|0.01 + 0.99 * (1 - (0.99 * 0.99^xp^0.05)^T)&lt;br /&gt;
|-&lt;br /&gt;
|'''Charged Powerups'''&lt;br /&gt;
|&lt;br /&gt;
*Moon Energy&lt;br /&gt;
*Recharge&lt;br /&gt;
*Energy Flow&lt;br /&gt;
|Decreases powerup spawn cooldown and increases powerup energy refill amount based on combat experience and module tier.&lt;br /&gt;
|Refill: 1 + T &amp;lt;br&amp;gt; Respawn: 1 - (0.95 - 0.9 * (1 - 0.99^xp^0.25))&lt;br /&gt;
|-&lt;br /&gt;
|'''Streamlined Hull'''&lt;br /&gt;
|&lt;br /&gt;
*Light Crit&lt;br /&gt;
*Overcharge&lt;br /&gt;
*Air Shell&lt;br /&gt;
|Increases Tower movement speed based on combat experience and module tier.&lt;br /&gt;
|(2 + 2T) + max(1, (xp/10)^0.06)&lt;br /&gt;
|-&lt;br /&gt;
|'''Acrobatic Plugin'''&lt;br /&gt;
|&lt;br /&gt;
*Avalanche&lt;br /&gt;
*Lightning&lt;br /&gt;
*Redirect&lt;br /&gt;
|Allows you to jump to the opposite side of the arena using the down arrow or S key in a certain amount of time; delay is reduced with combat experience and module tier.&lt;br /&gt;
|0.1 + ((1.9 - T/199) / max(1, (xp/10)^0.06)&lt;br /&gt;
|-&lt;br /&gt;
|'''Epic Gyroscope'''&lt;br /&gt;
|&lt;br /&gt;
*Hurricane&lt;br /&gt;
*Super Tower&lt;br /&gt;
*Tremors&lt;br /&gt;
|Allows the tower to attack while moving, but with a higher energy cost and slower firerate. These penalties get weaker with combat experience and module tier.&lt;br /&gt;
|Speed: 0.5 + T/220 &amp;lt;br&amp;gt; Cost: 1.5 - 0.45 * (1 - 0.99^xp^0.33)&lt;br /&gt;
|-&lt;br /&gt;
|'''Idle Nanobots'''&lt;br /&gt;
|&lt;br /&gt;
*Shelter&lt;br /&gt;
*Boss Shield&lt;br /&gt;
*Advanced Heal&lt;br /&gt;
|Allows the tower to passively regenerate health when not moving for a certain amount of time; health regeneration rate and delay after moving based on combat experience and module tier.&lt;br /&gt;
|Delay: 0.5 + 2.5 * 0.95^T &amp;lt;br&amp;gt; Regen: 2 * 1.5^xp^0.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Fight Description====&lt;br /&gt;
Cylindro is a large cylinder who will try to attack you with headbutts and water-storms, which can be dodged by moving to adjacent pillars. Headbutts deal a base of 25% damage while waterstorms deal a base of 50% damage on hit, so try not to get hit too much if you don’t have Idle Nanobots or Hardened Shell. &lt;br /&gt;
&lt;br /&gt;
Cylindro will spin at least 2 times before performing an attack, alternating between clockwise and counter-clockwise. '''Cylindro spins significantly faster as his health gets low''', reducing the amount of downtime between his attacks and forcing the player to dodge more often.&lt;br /&gt;
&lt;br /&gt;
To damage Cylindro you need to fire missiles at him, which will cost energy. (No energy = no missiles)&lt;br /&gt;
You cannot fire missiles while moving between pillars unless you have Epic Gyroscope equipped. However, even without it you will still fire a single missile on jumping to a new platform if the fire button is held while moving due to you shooting during the single frame you are on the pillar. &lt;br /&gt;
&lt;br /&gt;
Green powerups will spawn periodically on random pillars and will restore energy when picked up.&lt;br /&gt;
&lt;br /&gt;
====Boss Abilities====&lt;br /&gt;
&lt;br /&gt;
*Tier 2: Cylindro's slam will turn the focused pillar red which will make the tower jump more slowly on and off of it.&lt;br /&gt;
*Tier 3: Cylindro will sometimes spin rapidly before summoning damaging geysers on every pillar in the arena except for 2 of them. The 2 safe pillars will be highlighted in green and will always appear on opposite sides of the map to one another.&lt;br /&gt;
*Tier 4: Cylindro makes all three slammed pillars red when headbutting them instead of just one.&lt;br /&gt;
*Tier 5: Sometimes after a slam, Cylindro will spin around the stage, damaging you if you touch him. &lt;br /&gt;
*Tier 8: Cylindro will occasionally spawn a geyser on a random pillar which will erupt after some time and damage the tower if they are on it.&lt;br /&gt;
*Tier 13: Cylindro will gain an invincible shield that spins around him and blocks projectiles. He gains extra shields at tiers 20 and 30, at which point the 3 shields combined will cover the vast majority of his body.&lt;br /&gt;
*Tier 21: Cylindro's wave cannon attacks become much more chaotic.&lt;br /&gt;
&lt;br /&gt;
[[File:Cylindro.png|thumb|Fighting Cylindro|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;SPOILER ALERT - Secret achievements and artifacts&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Artifacts====&lt;br /&gt;
&lt;br /&gt;
*'''Energy Sphere:''' 5% base chance on victory. +5% chance per victory.&lt;br /&gt;
&lt;br /&gt;
====Achievements====&lt;br /&gt;
&lt;br /&gt;
*'''You Spin Me Right Around:''' Defeat Cylindro while he is doing his slam attack. (Also applies to his roll attack at tiers 5+&lt;br /&gt;
*'''Cylindro Hater:''' Defeat Cylindro 1000 times.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pyramidas===&lt;br /&gt;
&lt;br /&gt;
====Info====&lt;br /&gt;
&amp;quot;Long years of experiments and scientific corruption have turned Pyramidas into a monstrosity that unites the power of two seemingly different worlds, electricity and nature.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For first defeat on each tier, you will be rewarded with 25*Tier exotic gems and &amp;lt;code&amp;gt;15 * (tier-1)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + 6&amp;lt;/code&amp;gt; combat experience (all defeats).&lt;br /&gt;
&lt;br /&gt;
====Controls (partially customizable in Options)====&lt;br /&gt;
&lt;br /&gt;
*'''Shoot:''' Left mouse button (hold)&lt;br /&gt;
*'''Manual Reload:''' Right mouse button&lt;br /&gt;
*'''Faster Reloading:''' Shake mouse&lt;br /&gt;
*'''Switch Weapons:''' Middle mouse button; requires Shotgun or Nuclear RPG boss module&lt;br /&gt;
&lt;br /&gt;
====Modules====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+Pyramidas' boss modules increase stats of the tower or unlock other weapons. You can only equip up to 3 (4 with Cyanotypes) at once.&lt;br /&gt;
!Boss Module!!Linked Modules!!Description!!Formula&lt;br /&gt;
|-&lt;br /&gt;
|'''Sharp Projectiles'''&lt;br /&gt;
|&lt;br /&gt;
*Incineration&lt;br /&gt;
*Headhunting&lt;br /&gt;
*Fire Taste&lt;br /&gt;
|Increases the damage of all tower’s weapons based on combat experience and module tier.&lt;br /&gt;
|(T + 1) * (1 + xp³/100)&lt;br /&gt;
|-&lt;br /&gt;
|'''Titanium Plating'''&lt;br /&gt;
|&lt;br /&gt;
*Shield of Nature&lt;br /&gt;
*Titanium Hull&lt;br /&gt;
*Dispel&lt;br /&gt;
|Reduces incoming damage based on combat experience and module tier.&lt;br /&gt;
|0.01 + 0.99 * (1 - (0.99 * 0.99^xp^0.05)^T)&lt;br /&gt;
|-&lt;br /&gt;
|'''Dense Magazine'''&lt;br /&gt;
|&lt;br /&gt;
*Energy Recycling&lt;br /&gt;
*Sun Energy&lt;br /&gt;
*Refined Armor&lt;br /&gt;
|Increases Max. ammunition of default weapon based on combat experience and module tier.&lt;br /&gt;
|1 + T/20 + log_1000(xp)&lt;br /&gt;
|-&lt;br /&gt;
|'''Organic Vampirism'''&lt;br /&gt;
|&lt;br /&gt;
*Lifesteal&lt;br /&gt;
*Rejuvenate&lt;br /&gt;
*Lifeleech&lt;br /&gt;
|Heals the tower when attacking organic parts. Heal amount based on combat experience and module tier.&lt;br /&gt;
|1 + T/20 + log_100(xp)&lt;br /&gt;
|-&lt;br /&gt;
|'''Shotgun'''&lt;br /&gt;
|&lt;br /&gt;
*Sparks&lt;br /&gt;
*Fracture&lt;br /&gt;
*Execution&lt;br /&gt;
|Adds a shotgun to your weapon arsenal(use middle mouse buttons to switch weapons). Shoots 5 additional projectiles randomly distributed around your target point. Damage based on combat experience and module tier.&lt;br /&gt;
|0.4 + T/50 + 0.01 * ln(xp)&lt;br /&gt;
|-&lt;br /&gt;
|'''Nuclear RPG'''&lt;br /&gt;
|&lt;br /&gt;
*Lucky Shot&lt;br /&gt;
*Sandstorm&lt;br /&gt;
*Earthquake&lt;br /&gt;
|Adds a nuclear rocket launcher to your weapon arsenal(use middle mouse buttons to switch weapons). Creates an explosion at the impact location. Damage based on combat experience and module tier.&lt;br /&gt;
|8 + T/4 + 0.05 * ln(xp)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Fight Description====&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
====Boss Abilities====&lt;br /&gt;
&lt;br /&gt;
*Tier 2:  Pyramidas's smokestacks (electricity side) begin being able to fire.&lt;br /&gt;
*Tier 3: Pyramidas will be able to start firing a bunch of projectiles into the air on nature side one.&lt;br /&gt;
*Tier 5: Pyramidas will start using vines on nature side two.&lt;br /&gt;
*Tier 8: Pyramidas gains 4 destructible shields.&lt;br /&gt;
*Tier 13: Nature attacks begin to cover the screen on hit, electricity attacks force a reload, eye attacks do both.&lt;br /&gt;
*Tier 21: Eyes on the Electricity sides start being able to shoot a bunch of electricity projectiles into the sky.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;SPOILER ALERT - Secret achievements and artifacts&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
====Artifacts====&lt;br /&gt;
&lt;br /&gt;
*'''Metal Plating:''' 15% chance to drop on victory. +15% chance each victory.&lt;br /&gt;
*'''Vine Monster:''' 5% chance to drop on victory. +5% chance each victory.&lt;br /&gt;
&lt;br /&gt;
====Achievements====&lt;br /&gt;
&lt;br /&gt;
*'''Botanophobia:''' Destroy all vines before destroying any tesla coils.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Cubos Jr.===&lt;br /&gt;
&lt;br /&gt;
====Info====&lt;br /&gt;
&amp;quot;With his father now long gone, Cubos Jr tries to step into his legacy by perfecting his fire and earth manipulation skills. Be careful! even though he is small, he might catch you off-gua... ahem ... off-beat.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For first defeat on each tier, you will be rewarded with 50*Tier exotic gems, and &amp;lt;code&amp;gt;18 * (tier-1)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + 9&amp;lt;/code&amp;gt; combat experience.&lt;br /&gt;
&lt;br /&gt;
====Controls (customizable in Options)====&lt;br /&gt;
&lt;br /&gt;
*'''Movement:''' WASD&lt;br /&gt;
*'''Drop bomb:''' Left mouse button, scroll wheel or space bar&lt;br /&gt;
&lt;br /&gt;
====Modules====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+Cubos Jr.'s boss modules increase stats of the tower, modify tower movement, or modify bomb behavior. You can only equip up to 3 (4 with Cyanotypes) at once.&lt;br /&gt;
!Boss Module!!Linked Modules!!Description!!Formula&lt;br /&gt;
|-&lt;br /&gt;
|'''Scattering'''&lt;br /&gt;
|&lt;br /&gt;
*Combustion&lt;br /&gt;
*Fire Focus&lt;br /&gt;
*Earth Focus&lt;br /&gt;
|Makes bombs explode on diagonal tiles (instead of just orthogonal), but decreases bomb damage. Bomb damage penalty decreases with combat experience and module tier.&lt;br /&gt;
|0.5 + T/396 + 0.25 * (1 - 0.9^xp^0.2)&lt;br /&gt;
|-&lt;br /&gt;
|'''Perfect Rhythm'''&lt;br /&gt;
|&lt;br /&gt;
*Super Tower&lt;br /&gt;
|Removes beat tolerance (you can input actions at any time) and allows queuing of up to 4 actions. Cannot be upgraded and is unaffected by combat experience.&lt;br /&gt;
Be warned that you '''cannot cancel queued actions in any way whatsoever''', which can oftentimes result in you walking headfirst into Cubos Jr or his attacks when queueing multiple actions consecutively. &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|'''Nuclear Enhancement'''&lt;br /&gt;
|&lt;br /&gt;
*Advanced Splash&lt;br /&gt;
*Super Multishot&lt;br /&gt;
*Solar Strike&lt;br /&gt;
|Increase bomb damage but allows bombs to damage the tower if in range of the explosion. Damage bonus increases based on combat experience and module tier.&lt;br /&gt;
|1.05 + T/1980 * 19 + 2 * (1 - 0.9^xp^0.2)&lt;br /&gt;
|-&lt;br /&gt;
|'''Healthy Bombs'''&lt;br /&gt;
|&lt;br /&gt;
*Adaptive Regeneration&lt;br /&gt;
*Phasing&lt;br /&gt;
*Recharge&lt;br /&gt;
|Allows bomb explosions to heal the tower if hit by the explosion by a fraction of the damage dealt. Heal % amount increases based on combat experience and module tier. &amp;lt;br&amp;gt; If combined with Nuclear Enhancement, the self damage will be applied '''before''' the heal from Healthy Bombs, so you may end up killing yourself with your bombs even with a heal factor of above 100% if your bomb damage exceeds your maximum health.&lt;br /&gt;
|5 + T * 5/9 + 80 * (1 - 0.9^xp^0.25)&lt;br /&gt;
|-&lt;br /&gt;
|'''Soundproofing'''&lt;br /&gt;
|&lt;br /&gt;
*Diamond Foundation&lt;br /&gt;
*Generic Armor&lt;br /&gt;
*Advanced Shield&lt;br /&gt;
|Increase tower maximum health and damage resistance based on combat experience and module tier.&lt;br /&gt;
|Health: 1 + 19 * T/99 + 20 * (1 - 0.9^xp^0.25) &amp;lt;br&amp;gt; Resistance: 25 * T/99 + 25 * (1 - 0.9^xp^0.2)&lt;br /&gt;
|-&lt;br /&gt;
|'''Micro Bombs'''&lt;br /&gt;
|&lt;br /&gt;
*Mjölnir&lt;br /&gt;
*Desperado&lt;br /&gt;
*Emergency Crit&lt;br /&gt;
|Allows the tower to place multiple bombs at once at the cost of reducing bomb damage. Bomb damage penalty decreases based on combat experience and module tier.&lt;br /&gt;
|Max Bombs: 1 + T/33 + log_1000(xp) &amp;lt;br&amp;gt; Damage: 0.5 + T/396 + 0.25 * (1 - 0.9^xp^0.2)&lt;br /&gt;
|-&lt;br /&gt;
|'''Focused Detonation'''&lt;br /&gt;
|&lt;br /&gt;
*Gravitational Impact&lt;br /&gt;
*Shockwave&lt;br /&gt;
*Molten Core&lt;br /&gt;
|Increases bomb damage at the exact center of the explosion (the enemy must be ''on top of'' the bomb as it goes off). Bomb damage bonus increases based on combat experience and module tier.&lt;br /&gt;
|1.25 + T/79.2 + 0.5 * (1 - 0.9^xp^0.25)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Fight Description====&lt;br /&gt;
The fight with Cubos Jr. takes place in a large, 7x7 arena made of 49 squares. The game progresses each beat in time with the music, meaning Cubos Jr. and the tower can only move or perform an action on the beat. Cubos Jr. will move erratically, sometimes chasing the player and sometimes running around in the same area of the battlefield for a while. &lt;br /&gt;
&lt;br /&gt;
The tower can attack Cubos Jr. by dropping bombs. The tower can only have 1 bomb on field at a time (unless Micro Bombs is equipped), and bombs explode in the 5 orthogonally adjacent tiles (increased to all 9 adjacent squares with Scattering) after 3 beats. Only 1 bomb can exist on each tile, and you can only drop 1 bomb per move.&lt;br /&gt;
&lt;br /&gt;
Cubos Jr. has 2 initial attacks: an earth shockwave that hits all 9 adjacent tiles and a fire attack that hits all tiles in the 4 orthogonal directions (up, down, left &amp;amp; right). All of his attacks (including ones gained at higher tiers) have a delay of 4 beats before occurring, giving the player time to get out of the way. &lt;br /&gt;
Cubos Jr. will occasionally ignite himself and leave a trail of fire that damages the tower if they walk into it. You '''will''' take damage from colliding with Cubos Jr., so ramming facefirst into the boss is highly unadvised and will usually end in the tower’s untimely death unless you are using Healthy Bombs and can outheal Cubos Jr.’s damage.&lt;br /&gt;
&lt;br /&gt;
====Boss Abilities====&lt;br /&gt;
&lt;br /&gt;
*Tier 2: Cubos Jr. can now use a diagonal fire attack.&lt;br /&gt;
*Tier 3: Cubos Jr. can fly directly above the middle of the board before creating a ring of fire around the outer edge of the board which will damage the tower if they enter it for a while until it dissipates.&lt;br /&gt;
*Tier 5: Cubos Jr. gains a dash attack where he digs down and travels 4 squared in any direction (will not go out of bounds) before resurfacing, damaging the tower if Cubos Jr. travels through it. Attack will leave a fiery trail if Cubos Jr was ablaze during the attack.&lt;br /&gt;
*Tier 8: Cubos Jr. will now combine his orthogonal and diagonal fire attacks and use both at the same time.&lt;br /&gt;
*Tier 13: Creates a lava crack at the center of Cubos Jr.'s earth attacks. The crack can be cleared by attacking it with a bomb, but if the crack was not cleared after 30 turns it turns into a pile of lava, no longer removable, last until the end of the fight, and can damage the tower if the tower steps on it.&lt;br /&gt;
*Tier 21: Cubos Jr. will rapidly jump, creating a row of fire that travels the span of the arena, alternating from right-left to left-right every column.&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;SPOILER ALERT - Secret achievements and artifacts&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Artifacts====&lt;br /&gt;
&lt;br /&gt;
*'''Cubos Cube:''' 100% chance to drop on victory.&lt;br /&gt;
*'''Incendiary Device:''' 15% chance to drop on victory. +15% chance each victory.&lt;br /&gt;
&lt;br /&gt;
====Achievements====&lt;br /&gt;
&lt;br /&gt;
*'''Not A Scratch:''' Defeat Cubos Jr. without taking any damage.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Dodecai===&lt;br /&gt;
&lt;br /&gt;
====Info====&lt;br /&gt;
&amp;quot;Banished in a realm between light and darkness, Dodecai likes to play strategic games. Don't be fooled by the puppets you are allowed to summon in this challenge, they are mere empty hulls of their former selves. ''Seriously, why are they moving like that?''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For first defeat on each tier, you will be rewarded with '''100*tier''' exotic gems and &amp;lt;code&amp;gt;10+20*(tier-1)^2&amp;lt;/code&amp;gt; combat experience (all defeats).&lt;br /&gt;
&lt;br /&gt;
====Controls====&lt;br /&gt;
&lt;br /&gt;
*'''Play card:''' Left mouse button on selected card&lt;br /&gt;
*'''Drag camera:''' Click and hold left mouse button on the map area&lt;br /&gt;
*'''Discard card:''' Right mouse button on selected card&lt;br /&gt;
*'''Rotate camera:''' Click and hold right mouse button on the map area&lt;br /&gt;
*'''Zoom:''' Scroll mouse wheel up to zoom in, and down to zoom out&lt;br /&gt;
&lt;br /&gt;
====Cards====&lt;br /&gt;
These cards are always equipped regardless of boss modules, and cannot be removed from the deck. ''&amp;lt;small&amp;gt;(Note: You can only use each Battery and Full Heal card once per fight as they are removed from the deck once used.)&amp;lt;/small&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
*'''Fighter''' x2 - [Energy Cost: 50] Spawns a group of Fighters&lt;br /&gt;
*'''Battery''' x4 - [Energy Cost: 400] Increases energy regeneration and max energy&lt;br /&gt;
*'''Speed Up''' x1 - [Energy Cost: 80] Increases movement speed and attack speed of friendly units&lt;br /&gt;
*'''Redraw''' x1 - [Energy Cost: 125] Draw a random card and reduce its cost (to 0)&lt;br /&gt;
*'''Full Heal''' x1 - [Energy Cost: 250] Heals your tower back to max health&lt;br /&gt;
*'''Refresh''' x1 - [Energy Cost: 25] Fully refill your energy&lt;br /&gt;
&lt;br /&gt;
These cards are exclusive to boss modules.&lt;br /&gt;
&lt;br /&gt;
*'''Tank''' - [Energy Cost: 75] Spawns a group of Tanks&lt;br /&gt;
*'''Boss''' - [Energy Cost: 125] Spawns a Boss&lt;br /&gt;
*'''Flying''' - [Energy Cost: 150] Spawns a group of flying units&lt;br /&gt;
*'''Flying Tank''' - [Energy Cost: 200] Spawns a flying Tank&lt;br /&gt;
*'''Firestorm''' - [Energy Cost: 180] Deals damage to enemy units in radius&lt;br /&gt;
*'''Frost Nova''' - [Energy Cost: 100] Freezes enemy units in radius&lt;br /&gt;
*'''Lightning''' - [Energy Cost: 200] Damage and stun enemy units&lt;br /&gt;
*'''Void Breaker''' - [Energy Cost: 70%] Deals direct damage to Dodecai&lt;br /&gt;
*'''Toxic Ward''' - [Energy Cost: 300] Spawns a ward that damages units in its radius&lt;br /&gt;
*'''Heal Ward''' - [Energy Cost: 300] Spawns a ward that heals units in its radius&lt;br /&gt;
*'''Dummy Ward''' - [Energy Cost: 125] Spawns a ward that gets targeted by units&lt;br /&gt;
&lt;br /&gt;
These cards are given to you by Tier 13+ Dodecai, and are mostly negative. They are distinguished by a purple background.&lt;br /&gt;
&lt;br /&gt;
*'''Void''' - [Energy Cost: 20%] (Has no description, does nothing except play a puff of smoke on your tower.)&lt;br /&gt;
*'''Random''' - [Energy Cost: 50%] You never know what you're gonna get. (Uses a random card's effect.)&lt;br /&gt;
*'''Turtle''' - [Energy Cost: 10%] Baa. (Spawns a turtle unit that explodes upon contact with any unit or attack, damaging all units and tower in a small radius.)&lt;br /&gt;
*'''Thorns''' - [Energy Cost: 0] Ouch! (Damages the tower for 8% of its health.)&lt;br /&gt;
&lt;br /&gt;
====Modules====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+Dodecai's boss modules give you more cards in your deck, and increase stats of the tower and friendly allies. You can only equip up to 3 (4 with Cyanotypes) at once.&lt;br /&gt;
!Boss Module!!Linked Modules!!Description!!Formula&lt;br /&gt;
|-&lt;br /&gt;
|'''Otherworldly Foundation'''&lt;br /&gt;
|&lt;br /&gt;
*Growth&lt;br /&gt;
*Stoneskin&lt;br /&gt;
*Marble Foundation&lt;br /&gt;
*Shield Amplifier&lt;br /&gt;
*Diamond Foundation&lt;br /&gt;
|&lt;br /&gt;
Increases the Tower's max health with combat experience and module tier. &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Full Heal''' x6 to the deck.&lt;br /&gt;
|Max Health: floor((T + 1) * max(1, xp^0.3) 1.02^T) &amp;lt;br&amp;gt; Full Heals: 1 + min(5, floor((T + 1)/10))&lt;br /&gt;
|-&lt;br /&gt;
|'''Dense Batteries'''&lt;br /&gt;
|&lt;br /&gt;
*Conductor&lt;br /&gt;
*Moon Energy&lt;br /&gt;
*Sun Energy&lt;br /&gt;
*Refresh&lt;br /&gt;
*Super Tower 2&lt;br /&gt;
|&lt;br /&gt;
Increases the energy regeneration and max energy boost from batteries with combat experience and module tier.  &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Refresh''' x1 to the deck.&lt;br /&gt;
|Max energy: (25 + T) * (1.01 * max(1, xp^0.01)^T &amp;lt;br&amp;gt; Energy regen: floor(1 + T/20)&lt;br /&gt;
|-&lt;br /&gt;
|'''Void Training'''&lt;br /&gt;
|&lt;br /&gt;
*Unfolding&lt;br /&gt;
*Solar Strike&lt;br /&gt;
*Generic Armor&lt;br /&gt;
*Neutral Amplifier&lt;br /&gt;
*Universal Attack&lt;br /&gt;
|&lt;br /&gt;
Increases ground unit damage and health with combat experience and module tier.  &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Fighter''' x8, '''Tank''' x5, '''Boss''' x2, and '''Speed Up''' x1 to the deck.&lt;br /&gt;
|(1 + T/20) * max(1, xp * (T + 1)/100)^0.2&lt;br /&gt;
|-&lt;br /&gt;
|'''Arcane Magic'''&lt;br /&gt;
|&lt;br /&gt;
*Firestorm&lt;br /&gt;
*Frost Nova&lt;br /&gt;
*Lightning&lt;br /&gt;
*Dark Sacrifice&lt;br /&gt;
*Gravitational Impact&lt;br /&gt;
|&lt;br /&gt;
Increases spell damage and duration with combat experience and module tier. &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Firestorm''' x6, '''Frost Nova''' x4, '''Lightning''' x2, and '''Void Breaker''' x2 to the deck.&lt;br /&gt;
|Damage: (1.2 + T/10) * (1 + (xp * (T + 1)/100)^0.15) &amp;lt;br&amp;gt; Duration: 1 + (T + 1)/100&lt;br /&gt;
|-&lt;br /&gt;
|'''Flying Cubes'''&lt;br /&gt;
|&lt;br /&gt;
*Air Focus&lt;br /&gt;
*Air Impetus&lt;br /&gt;
*Hurricane&lt;br /&gt;
*Stream of Life&lt;br /&gt;
*Whirlwind Aura&lt;br /&gt;
|&lt;br /&gt;
Increases flying unit damage and health with combat experience and module tier. &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Flying''' x4, '''Flying Tank''' x2, and '''Speed Up''' x1 to the deck.&lt;br /&gt;
|(1 + T/5) * max(1, xp * (T + 1)/100)^0.2&lt;br /&gt;
|-&lt;br /&gt;
|'''Wards'''&lt;br /&gt;
|&lt;br /&gt;
*Dryness Aura&lt;br /&gt;
*Adaptive Regeneration&lt;br /&gt;
*Fiery Aura&lt;br /&gt;
*Magical Protection&lt;br /&gt;
*Advanced Shield&lt;br /&gt;
|&lt;br /&gt;
Increases ward damage, health, healing and duration with combat experience and module tier. &amp;lt;br&amp;gt;&lt;br /&gt;
Adds '''Toxic Ward''' x2, '''Heal Ward''' x2, and '''Dummy Ward''' x2 to the deck.&lt;br /&gt;
|&lt;br /&gt;
Damage: (1 + T/10) * max(1, xp * ((T + 1)/100)^1.5)^0.15 &amp;lt;br&amp;gt;&lt;br /&gt;
Health: (1 + T/5) * max(1, xp * (T + 1)/100)^0.2 &amp;lt;br&amp;gt;&lt;br /&gt;
Heal: 2 * (1 + T/11) * max(1, xp * (T + 1)/100)^1.5 &amp;lt;br&amp;gt;&lt;br /&gt;
Duration: 1 + (T + 1)/100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Abilities====&lt;br /&gt;
&lt;br /&gt;
*Tier 2: Adds 2 turrets near the track to attack units, increasing by 1 for every new Ability Tier below (max. 6).&lt;br /&gt;
*Tier 3: Dodecai can now spawn Tanks and spawn barriers that damage ground units that pass through them.&lt;br /&gt;
*Tier 5: Dodecai can now spawn flying units and cast '''Speed Up''' (during daytime) and '''Frost Nova''' (during nighttime).&lt;br /&gt;
*Tier 8: Dodecai can now spawn mage units that both remove 1 energy regen each and increases the cost of spells, wards, and units in your hand while they are alive, and can cast a snaking line of cubes that will directly attack the tower after a short period of time.&lt;br /&gt;
*Tier 13: Dodecai will disrupt your hand and/or deck in a number of ways every 2 minutes, the interval decreasing every tier up to 21. The disruptions include removing the hand, replacing it with turtles, locking a card in your hand, and adding the cards of '''Thorns''', '''Void''', and '''Random'''.&lt;br /&gt;
*Tier 21: Dodecai will copy every 5th card you play. He will also use '''Void Breaker''' every few minutes after you damage him.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;SPOILER ALERT - Secret achievements and artifacts&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Artifacts====&lt;br /&gt;
&lt;br /&gt;
*'''Dice Of Fate:''' 10% chance to drop on victory +10% chance on every victory.&lt;br /&gt;
*'''Necronomicon:''' 5% chance to drop on victory. +5% chance on every victory&lt;br /&gt;
&lt;br /&gt;
====Achievements====&lt;br /&gt;
&lt;br /&gt;
*'''Born Under A Lucky Star:''' Defeat Dodecai without discarding any cards.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Final Boss===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;'''WARNING, MAJOR SPOILER BELOW'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thorus&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Unlike other Bosses, which need only an Military Tier requirement, Thorus, in addition to needing MT15, needs to have all Infinity Stones active on a special toggle perk at the bottom of infinity perk list (This is not required after the first defeat).&lt;br /&gt;
This boss currently only has 1 tier&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Info&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It calls itself Thorus...&lt;br /&gt;
Maybe this wasn't such a good idea after all...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Controls&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Upgrades&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
These are '''required''' to fight the boss, as Thorus is too powerful for Dr. Cubical to let you fight it without insurance.&lt;br /&gt;
&lt;br /&gt;
*'''Cloud Save Insurance:''' Costs {{cost|1e50|Black}}&lt;br /&gt;
*'''Local Save Insurance:''' Costs {{cost|1e60|Black}}&lt;br /&gt;
*'''Account Insurance:''' Costs {{cost|1e70|Black}}&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Fight Overview&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
The fight can take a very long time, depending on your speed. You casts different spells to buff yourself, weaken boss, or hurt the boss. each spell requires a series of inputs from the arrow keys, and energy.&lt;br /&gt;
Thorus has 5 moves it can do, a neutral attack where he shoots projectiles that deal the same amount of damage as it takes energy to kill them, a universal attack that deals 4x damage and you have a chance to miss the projectiles, an attack where he steals your health energy and shield, an attack where he makes a bubble appear that blurs a part of the screen, or set gravity to normal, and a tier-up attack where he goes up by a tier and deals 2x damage.&lt;br /&gt;
Dr. Cubical drops you different attribute buffs during the fight for shield, hp, and energy. t1 is a flat bonus, t2 makes t1, t3 makes t2, and so on, until t8. you press/hold different keys on your keyboard to obtain these.&lt;br /&gt;
The list of spells is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Spell List&lt;br /&gt;
|-&lt;br /&gt;
!Category&lt;br /&gt;
!Element&lt;br /&gt;
!Spell&lt;br /&gt;
!Keys&lt;br /&gt;
!Description&lt;br /&gt;
!Energy Cost&lt;br /&gt;
!Amount&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;9&amp;quot; |Protection &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Light &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|Blessing &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↑↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Heals the tower.&lt;br /&gt;
|10+3%&lt;br /&gt;
|10%+50+10*EC&lt;br /&gt;
|-&lt;br /&gt;
|Divinity &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→→←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Engulfs the tower with a shield that reduces incoming damage down to 1/3rd of the original damage.&lt;br /&gt;
|750+20%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|Flash &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←↓↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Instantly cancels the current active boss ability.&lt;br /&gt;
|250000+12%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Earth &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|Earth Shield &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↓↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates a shield that absorbs a fixed amount of damage before disappearing again.&lt;br /&gt;
|25+6%&lt;br /&gt;
|3*EC&lt;br /&gt;
|-&lt;br /&gt;
|Fortify &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←↓→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Raises the maximum amount of hitpoints to the power of 1.1 for 20 seconds.&lt;br /&gt;
|3000+10%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|Geosphere &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↓→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Guarantees to block the next incoming damage source unless the source is an ability that directly alters hitpoints.&lt;br /&gt;
|400000+33%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Water &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sprinkler &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↑↑↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Increases the hitpoint, shield and energy regeneration by +1% per second.&lt;br /&gt;
|25+4%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|Ice Shield &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→↑↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Surrounds the tower with a frozen protection hull that slows an attacker for 5 seconds whenever damage is being taken. Lasts up to 30 seconds.&lt;br /&gt;
|2750+16%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|Blizzard &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←↓↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Slows everything on the map down except for the tower. Lasts up to 60 seconds.&lt;br /&gt;
|250000+20%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;9&amp;quot; |Destruction &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Fire &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|Fireball &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↑→←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Fires a projectile that deals damage upon arrival.&lt;br /&gt;
|30+5%&lt;br /&gt;
|250+1.25*EC&lt;br /&gt;
|-&lt;br /&gt;
|Firestorm &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←→↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deals a high amount of inital damage and then damage per second over the course of the next 4 seconds.&lt;br /&gt;
|1000+12%&lt;br /&gt;
|Inital: 2000+5*EC&lt;br /&gt;
DoT: 500+2*EC/s&lt;br /&gt;
|-&lt;br /&gt;
|Inferno &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→↓↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deals a high amount of damage which increases the lower the hitpoints of the targets are.&lt;br /&gt;
|500000+9%&lt;br /&gt;
|100000+15*EC&lt;br /&gt;
Mult: 1000 at 0% enemy HP&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Darkness &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|Unholy Blast &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←↑←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sacrifices 1/3rd of the towers current hitpoints to create a projectile that deals damage equals to the sacrificed amount.&lt;br /&gt;
|50+4%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|Soul Siphon &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→↓←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Start draining life essence from your enemy based on the towers maximum hitpoints in order to heal the tower.&lt;br /&gt;
|3000+6%&lt;br /&gt;
|1% of towers max. hp / sec.&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓←→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Curses your enemy which deals damage per second and amplifies all damage recieved by your targets by 100%. Lasts up to 30 seconds.&lt;br /&gt;
|750000+8%&lt;br /&gt;
|1000+0.2*EC&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Electricity &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|Thundershock &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→←←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Instantly deals damage based on the towers current energy after subtracting the cost of this spell.&lt;br /&gt;
|20+20%&lt;br /&gt;
|10+0.6*Current Energy&lt;br /&gt;
|-&lt;br /&gt;
|Lightning &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↑←⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Instantly deals damage based on the towers maximum shield.&lt;br /&gt;
|900+25%&lt;br /&gt;
|10+1.25*Max. Shield&lt;br /&gt;
|-&lt;br /&gt;
|Tesla Surge &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→←↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates a lightning storm that constantly deals damage based on your current energy. Lasts up to 30 seconds.&lt;br /&gt;
|300000+30%&lt;br /&gt;
|10+0.08*Current Energy /s&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Alternation &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Nature &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|Regrowth &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↑↑↑→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Boosts the towers health regeneration based on the energy cost of this ability. Lasts up to 30 seconds&lt;br /&gt;
|20+10%&lt;br /&gt;
| +0.5%*Log&amp;lt;sub&amp;gt;10&amp;lt;/sub&amp;gt;EC&lt;br /&gt;
|-&lt;br /&gt;
|Thorns &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓←→↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Surrounds the tower with spiky veins that damage attackers based on the amount of damage received and the towers current shield. Lasts up to 30 seconds.&lt;br /&gt;
|1500+25%&lt;br /&gt;
|50% of incoming damage + 10% of current shield&lt;br /&gt;
|-&lt;br /&gt;
|Seeds &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↑→←←→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sprays some life leeching seeds onto your enemy which drain life every 3 seconds and add it to your towers health pool. Can even extend the maximum hp. Lasts for up to 10 intervals.&lt;br /&gt;
|500000+20%&lt;br /&gt;
|0.25*EC&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Air &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|Air Burst &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←↓→→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spawns a gust of wind that deals little damage upon impact but reduced the damage dealt by the target by 66% for up to 15 seconds.&lt;br /&gt;
|15+5%&lt;br /&gt;
|100+0.5*EC&lt;br /&gt;
|-&lt;br /&gt;
|Tornado &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓←→↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Surrounds your enemy with a tornado that deals very little damage per second and provides a 20% chance that outgoing attacks from that unit will not damage their target. Lasts up to 30 seconds.&lt;br /&gt;
|5000+30%&lt;br /&gt;
|0.08*EC /s&lt;br /&gt;
|-&lt;br /&gt;
|Vacuum &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;→←←↓↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Reduces the towers hitpoint regeneration by 1% of max. hp per second while at the same time multiplying all outgoing damage by 12. Lasts up to 30 seconds.&lt;br /&gt;
|1000000+35%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Obliteration &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Neutral &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|Gatling &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↑↓↑↓←→←→←→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Quickly shoots 16 projectiles with each dealing between 50% and 500% of the default amount of damage.&lt;br /&gt;
|100+25%&lt;br /&gt;
|0.5*EC&lt;br /&gt;
|-&lt;br /&gt;
|Shockwave &amp;lt;code&amp;gt;←&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;←←→→→↑↑↓↓↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spawns a quick projectile that deals damage on impact and stuns the target for 3 seconds.&lt;br /&gt;
|19000+70%&lt;br /&gt;
|5000+0.75*EC&lt;br /&gt;
|-&lt;br /&gt;
|Amplify &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↑↑↑↑↑↑↑↑↑↑⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Multiplies the damage of the next spell by 8. Lasts up to 60 seconds before disappearing if no spell is being casted.&lt;br /&gt;
|1000000+25%&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Universal &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|Anti-matter Blast &amp;lt;code&amp;gt;↓&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓↓←↓→↓←→↑↓↓⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spawns a very strong projectile that deals damage on impact and stuns the target for 5 seconds.&lt;br /&gt;
|400000+45%&lt;br /&gt;
|30000+10*EC&lt;br /&gt;
|-&lt;br /&gt;
|Cosmic Ray &amp;lt;code&amp;gt;↑&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↑↓←↓←↑↑↓←→→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Fires a ray that deals damage based on the total duration of the fight. It's damage is multiplied by 5% (multiplicatively to itself) for every minute this fight has taken so far.&lt;br /&gt;
|9000000+55%&lt;br /&gt;
|50000+22.5*EC&lt;br /&gt;
|-&lt;br /&gt;
|Black Hole &amp;lt;code&amp;gt;→&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;↓←→↑↓←→↑↓←→⎵&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spawns a very slow blackhole that absorbs enemy projectiles on its way.&lt;br /&gt;
|50000000+80%&lt;br /&gt;
|175000+30*EC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thorus(final)&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Last phase of Thorus, it's a cut-scene pretty much, there is no way to lose it.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Info&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Looks like Thorus is attempting to gravitationally pull the earth into a black hole. Is there anything you can do in order to stop it?&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Controls&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Everything&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Upgrades&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Fight Overview&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Your tower can be constructed of all modules that you have. There are 9 types of tower rankings you can get at the end of the fight, empty (equip 0 modules), aggressive (have more offensive (red) modules than any other type), defensive (have more defensive (blue) modules than any other type), useful (have more utility (yellow) modules than any other type), ultimate (have more ultimate (purple) modules than any other type), weird (have more special (gray) modules than any other type), balanced (have two types of modules with the same number of modules), nice (have 69 modules in your tower), and perfect (spoiler).&lt;br /&gt;
Many buildings of the town get &amp;quot;super upgrades&amp;quot; that allow them to help the tower get far better and deal more damage. The factory producers rainbow producers based on how many producers you have, rainbow producers multiply the resources you get every second by an amount. The mine produces rainbow shards based on how deep you have dug, these shards multiply the rainbow producer income. The laboratory uses your experiment progress to multiply damage gained by damage modules. The museum uses your power stone tiers to create a higher tier rainbow tier which multiplies damage like the lab. The shipyard multiplies resources based on sea miles and shipments. The power plant produces sun power based on dyson nodes and other producers, sun power speeds up time except for the timer.&lt;br /&gt;
After the timer ends or you start the final attack you will be taken to a scene where you must charge the attack. You spam keys on the keyboard for one minute to get as much power as possible.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%; overflow:auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-weight:bold;line-height:1.6;&amp;quot;&amp;gt;Endgame spoilers - Secret achievements and artifacts&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
'''&amp;lt;big&amp;gt;Artifacts&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
*'''None Currently'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;big&amp;gt;Achievements&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
*'''Final Attack:''' Defeat phase 2 Thorus.&lt;br /&gt;
*'''Pure Heart:''' Revive Dr. Cubical after defeating phase 2 Thorus.&lt;br /&gt;
*'''Perfect Tower:''' Defeat phase 2 Thorus with 100 modules at minimum tier 1000 and with all modules on your bp.&lt;br /&gt;
*'''No Escape:''' While in the revival menu of Dr. Cubical forcibly close the game.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Jack of All Trades''' - Each unequipped module receives 5% of the total combat experience gained at the end of a fight.&lt;br /&gt;
*'''Public Training''' - Increase the combat experience gained at the end of a fight by 0.1% per Town Level.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Eternal Conflict''' ({{Number|250|icon=[[File:Exotic gem.png|20px]]}}) - Refighting Bosses rewards you with 1/10th (rounded down) of the original Exotic Gem reward after winning the fight.&lt;br /&gt;
*'''Cyanotypes''' ({{Number|1500|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to take one additional boss module into boss fights.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Workers&amp;diff=3832</id>
		<title>Workers</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Workers&amp;diff=3832"/>
		<updated>2025-08-19T07:20:19Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Workers */ current game version is v0.9.4 b1?????????&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workers is a mechanic that is available at [[Military_Tier_0-1|Military Tier 1]], used for early game automation before [[AI]] is unlocked. Once you tier up your military tier for the first time, you can access the worker page on the right side of the screen, with a button and a cube symbol on it.&lt;br /&gt;
&lt;br /&gt;
=Workers=&lt;br /&gt;
To use workers, you need to buy them with a certain amount of [[File:Gem.png|20px]] [[Gems|gems]], and the cost grows as you have more workers. There is also a hardcap on worker amount that is based on your [[Military_Tier|Military Tier]]. The cost for the x&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; worker is 100*3&amp;lt;sup&amp;gt;x-1&amp;lt;/sup&amp;gt;, and the limit of workers is 1+MT. The worker limit can be further increased with a certain [[Military Perks|Military Perk]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;&amp;quot; |Worker Cost Table&lt;br /&gt;
!Worker #!!Worker Cost!!Total Cost&lt;br /&gt;
|-&lt;br /&gt;
|1||{{Number|100}}||{{Number|100}}&lt;br /&gt;
|-&lt;br /&gt;
|2||{{Number|300}}||{{Number|400}}&lt;br /&gt;
|-&lt;br /&gt;
|3||{{Number|900}}||{{Number|1300}}&lt;br /&gt;
|-&lt;br /&gt;
|4||{{Number|2700}}||{{Number|4000}}&lt;br /&gt;
|-&lt;br /&gt;
|5||{{Number|8100}}||{{Number|12100}}&lt;br /&gt;
|-&lt;br /&gt;
|6||{{Number|24300}}||{{Number|36400}}&lt;br /&gt;
|-&lt;br /&gt;
|7||{{Number|72900}}||{{Number|109300}}&lt;br /&gt;
|-&lt;br /&gt;
|8||{{Number|218700}}||{{Number|328000}}&lt;br /&gt;
|-&lt;br /&gt;
|9||{{Number|656100}}||{{Number|984100}}&lt;br /&gt;
|-&lt;br /&gt;
|10||{{Number|1.968300E+6}}||{{Number|2.952400E+6}}&lt;br /&gt;
|-&lt;br /&gt;
|11||{{Number|5.904900E+6}}||{{Number|8.857300E+6}}&lt;br /&gt;
|-&lt;br /&gt;
|12||{{Number|1.771470E+7}}||{{Number|2.657200E+7}}&lt;br /&gt;
|-&lt;br /&gt;
|13||{{Number|5.314410E+7}}||{{Number|7.971610E+7}}&lt;br /&gt;
|-&lt;br /&gt;
|14||{{Number|1.594323E+8}}||{{Number|2.391484E+8}}&lt;br /&gt;
|-&lt;br /&gt;
|15||{{Number|4.782969E+8}}||{{Number|7.174453E+8}}&lt;br /&gt;
|-&lt;br /&gt;
|16||{{Number|1.434891E+9}}||{{Number|2.152336E+9}}&lt;br /&gt;
|-&lt;br /&gt;
|17||{{Number|4.304672E+9}}||{{Number|6.457008E+9}}&lt;br /&gt;
|-&lt;br /&gt;
|18||{{Number|1.291402E+10}}||{{Number|1.937102E+10}}&lt;br /&gt;
|-&lt;br /&gt;
|19||{{Number|3.874205E+10}}||{{Number|5.811307E+10}}&lt;br /&gt;
|-&lt;br /&gt;
|20||{{Number|1.162261E+11}}||{{Number|1.743392E+11}}&lt;br /&gt;
|-&lt;br /&gt;
|21||{{Number|3.486784E+11}}||{{Number|5.230177E+11}}&lt;br /&gt;
|-&lt;br /&gt;
|22||{{Number|1.046035E+12}}||{{Number|1.569053E+12}}&lt;br /&gt;
|-&lt;br /&gt;
|23||{{Number|3.138106E+12}}||{{Number|4.707159E+12}}&lt;br /&gt;
|-&lt;br /&gt;
|24||{{Number|9.414318E+12}}||{{Number|1.412148E+13}}&lt;br /&gt;
|-&lt;br /&gt;
|25||{{Number|2.824295E+13}}||{{Number|4.236443E+13}}&lt;br /&gt;
|-&lt;br /&gt;
|26||{{Number|8.472886E+13}}||{{Number|1.270933E+14}}&lt;br /&gt;
|-&lt;br /&gt;
|27||{{Number|2.541866E+14}}||{{Number|3.812799E+14}}&lt;br /&gt;
|-&lt;br /&gt;
|28||{{Number|7.625597E+14}}||{{Number|1.143840E+15}}&lt;br /&gt;
|-&lt;br /&gt;
|29||{{Number|2.287679E+15}}||{{Number|3.431519E+15}}&lt;br /&gt;
|-&lt;br /&gt;
|30||{{Number|6.863038E+15}}||{{Number|1.029456E+16}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are four things you can change for each worker: task, interval, name and group. As of current game version(v0.51.0), Worker name and group don't have any actual effect on gameplay, but the name and group can be used by AI for more advanced automation.&lt;br /&gt;
&lt;br /&gt;
The default interval for workers is &amp;quot;'''Slow(5s)'''&amp;quot;, which means that the worker would do the task once every 5 seconds. With gems, you can also unlock more interval settings, which allows the worker speed to be &amp;quot;'''Medium(2s)'''&amp;quot;, &amp;quot;'''Fast(1s)'''&amp;quot;, or &amp;quot;'''Very Fast(0.5s)'''&amp;quot;. You can set the worker interval to any one you've unlocked. You can also pause some of the workers so that they stop working.&lt;br /&gt;
&lt;br /&gt;
The cost for unlocking '''Medium(2s)''' is 1000 gems, '''Fast(1s)''' is 10000, and '''Very Fast(0.5s)''' is 100000.&lt;br /&gt;
&lt;br /&gt;
=Task List=&lt;br /&gt;
Shown below are the different types of tasks workers can be assigned to. Different worker tasks unlocks by unlocking the corresponding building or floor it is associated with.&lt;br /&gt;
&lt;br /&gt;
==Shipyard==&lt;br /&gt;
&lt;br /&gt;
===Dockmaster===&lt;br /&gt;
Orders [[Shipyard#Shipments|shipments]] and collects them upon arrival.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''5 Min.'''/'''15 Min.'''/'''1 Hour'''/'''4 Hours'''/'''8 Hours'''/'''24 Hours'''&lt;br /&gt;
&lt;br /&gt;
==Power Plant==&lt;br /&gt;
&lt;br /&gt;
===Storage Manager===&lt;br /&gt;
Automatically replaces empty resource containers in the Power Plant. Empty containers are being sold before being replaced.&lt;br /&gt;
&lt;br /&gt;
===Boost Restarter===&lt;br /&gt;
Automatically restarts all boosts based on the current settings.&lt;br /&gt;
&lt;br /&gt;
'''Make sure to configure your boosts in the power plant before assigning this task to a worker!'''&lt;br /&gt;
&lt;br /&gt;
===The Dyson Sphere===&lt;br /&gt;
&lt;br /&gt;
{{Spoiler hatnote|Powerplant Floor 2}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Power_Plant:_Dyson_Sphere|Second Floor of the Powerplant]]&lt;br /&gt;
&lt;br /&gt;
====Dyson Engineer====&lt;br /&gt;
Automatically restarts the [[Specializations#Construction_Tab|construction]] of dyson drones on every work tick if enough resources are available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tower Testing==&lt;br /&gt;
&lt;br /&gt;
===Module Manager===&lt;br /&gt;
Gives this worker permission to upgrade tower modules during [[Tower Testing|tower testing]].&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest using xp.&lt;br /&gt;
*Always upgrade most expensive using xp.&lt;br /&gt;
*Always upgrade cheapest using gems.&lt;br /&gt;
*Always upgrade most expensive using gems.&lt;br /&gt;
&lt;br /&gt;
===Era Divider===&lt;br /&gt;
{{Spoiler hatnote|Era}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after reaching [[Era|Era]].&lt;br /&gt;
&lt;br /&gt;
Constantly tries to upgrade the damage and health dividers by one level. The upgrade order is based on the assigned rule.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest.&lt;br /&gt;
*Always upgrade most expensive.&lt;br /&gt;
*Only upgrade health divider.&lt;br /&gt;
*Only upgrade damage divider.&lt;br /&gt;
&lt;br /&gt;
==Arcade==&lt;br /&gt;
&lt;br /&gt;
===Lucky Wheel Player===&lt;br /&gt;
Automatically spins the Lucky Wheel on every work tick.&lt;br /&gt;
&lt;br /&gt;
===Jumble Player===&lt;br /&gt;
Automatically plays Jumble on every work tick.&lt;br /&gt;
&lt;br /&gt;
==Museum==&lt;br /&gt;
&lt;br /&gt;
===Buy &amp;amp; Combine===&lt;br /&gt;
Buys 3x T1 [[Museum#Power_stones|Power Stones]] and performs a quick combine action per worker tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Fire'''/'''Water'''/'''Earth'''/'''Air'''/'''Nature'''/'''Light'''/'''Darkness'''/'''Electricity'''&lt;br /&gt;
&lt;br /&gt;
===Buy Market &amp;amp; Combine===&lt;br /&gt;
Buys highest tier [[Museum#Power_stones|Power Stones]] from the market and performs a quick combine action per worker tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Fire'''/'''Water'''/'''Earth'''/'''Air'''/'''Nature'''/'''Light'''/'''Darkness'''/'''Electricity'''&lt;br /&gt;
&lt;br /&gt;
==Workshop==&lt;br /&gt;
&lt;br /&gt;
===Era Scientist===&lt;br /&gt;
&lt;br /&gt;
Attempts to research lowering the xp cost for disabling era powers or to instantly finish an active research by using available hits taken/enemies destroyed.&lt;br /&gt;
'''Provides Additional Options!''' &lt;br /&gt;
&lt;br /&gt;
*'''All/Every enemy type'''&lt;br /&gt;
&lt;br /&gt;
===Head of Era Experiments===&lt;br /&gt;
&lt;br /&gt;
Automatically restarts the research that lowers the xp cost of the era hp and damage dividers if enough funds are available.&lt;br /&gt;
&lt;br /&gt;
===Essence Gatherer===&lt;br /&gt;
&lt;br /&gt;
Attempts to research essence or to instantly finish an active research using available hits taken/enemies destroyed.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Cycles through every element/(Each element individually).'''&lt;br /&gt;
&lt;br /&gt;
==Laboratory==&lt;br /&gt;
&lt;br /&gt;
===Head of Science===&lt;br /&gt;
Orders this worker to prestige an experiment that is ready to prestige on ever work tick.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''All/(each element)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Water Plants (Nature Experiment)===&lt;br /&gt;
Waters a single tile in the [[Experiment:_Nature|nature experiment]] garden every tick. Only dry tiles are being watered so wet tiles are automatically skipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expand (Neutral Experiment)===&lt;br /&gt;
Automatically uses the expand function of the [[Experiment:_Neutral|neutral experiment]] on every worker tick.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Freezer (Water Experiment)===&lt;br /&gt;
Automatically switches between charging the battery and activating the freezer of the [[Experiment:_Water|water experiment]]. Does not interrupt pumping into or draining water from the tank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Particle Researcher (Darkness Experiment)===&lt;br /&gt;
Tries to align the scanner exactly with the direction the particle is located in on every work tick. Also tries to collect the particle on every work tick if possible. Higher scan range and noise reduction increases the chance of the worker finding the particle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Spin (Gems Experiment)===&lt;br /&gt;
Starts spinning a non-gem, non-spinning tile in the gem experiment as well as its surroundings on every work tick. Workers are affected by lock chance as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Stack Inserter (Gems Experiment)===&lt;br /&gt;
Inserts the specified amount of stacks into the gem grinder on every work tick.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''1/10/100 stacks'''&lt;br /&gt;
&lt;br /&gt;
===Ceremonial Donut Gifter (Exotic Experiment)===&lt;br /&gt;
Automatically gifts 10% of the best resource that matches the selected filter to the current celestial donut. If the current donut is completed then the worker will automatically move on to the next one.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Only gift '''good/neutral/bad''' items or better&lt;br /&gt;
&lt;br /&gt;
==Construction Firm==&lt;br /&gt;
&lt;br /&gt;
===Auto-Constuct===&lt;br /&gt;
Automatically tries to upgrade any [[Construction_Firm#Building|building]] that matches the specified criteria.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest.&lt;br /&gt;
*Always upgrade most expensive possible.&lt;br /&gt;
&lt;br /&gt;
==Mine==&lt;br /&gt;
&lt;br /&gt;
===Drill Operator===&lt;br /&gt;
Automatically refills and restarts the [[Mine#Drilling|drill]] on every work tick. Make sure to provide enough resources for fuel.&lt;br /&gt;
&lt;br /&gt;
===Mine===&lt;br /&gt;
[[Mine#Mining|Digs]] up a single tile on each work tick provided there are enough resources to pay the digging price. If the entire grid is empty then a new layer will be generated instead.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Any Color Shard you have unlocked'''&lt;br /&gt;
&lt;br /&gt;
===Asteroid Mining===&lt;br /&gt;
{{Spoiler hatnote|Mine Floor 2}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Mine:_Asteroid_Mining|Second Floor of the Mine]].&lt;br /&gt;
&lt;br /&gt;
====Asteroid Miner====&lt;br /&gt;
&lt;br /&gt;
Automatically starts drilling the next drill-able field in the [[Specializations#Asteroids_Tab|asteroid cluster]] at the selected index if no other field is being drilled on the next work tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Mining cluster at position X of the list'''&lt;br /&gt;
&lt;br /&gt;
====Treasure Hunter====&lt;br /&gt;
Automatically collects the next collectible [[Specializations#Treasures_Tab|reward]] in the selected cluster on a work tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Claim rewards in cluster at position X of the list'''&lt;br /&gt;
&lt;br /&gt;
====Astrophysicist====&lt;br /&gt;
Disposes completed [[Specializations#Cluster_Tab|clusters]] on every work tick and tries to start scanning if no scan is currently active.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Perform quick scans'''&lt;br /&gt;
*'''Perform regular scans'''&lt;br /&gt;
&lt;br /&gt;
==Trading Post==&lt;br /&gt;
&lt;br /&gt;
===''Trader''===&lt;br /&gt;
&lt;br /&gt;
*Automatically trades the first offer with the selected percentage and crate multiplier specified on work tick.&lt;br /&gt;
*Make sure to configure the trading amount percentage in the trading post before assigning this task to a worker!&lt;br /&gt;
*Provides additional options! (Crate multiplier &amp;gt;= any/0.5/0.75/1/1.25/1.5/1.75/2).&lt;br /&gt;
&lt;br /&gt;
==Factory==&lt;br /&gt;
&lt;br /&gt;
===Ore Manager===&lt;br /&gt;
Automatically puts ores into the [[Factory#Crusher|crusher]] to turn them into dust.&lt;br /&gt;
&lt;br /&gt;
'''Ignores items in the crafting grid so you can use it to keep items away from this worker!'''&lt;br /&gt;
&lt;br /&gt;
===Mixing Engineer===&lt;br /&gt;
Automatically turns dust into ore lumps and puts them into the [[Factory#Mixer|mixer]]. '''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Up to T2/3/4/5/6/7/8/9/10/only insert dust'''&lt;br /&gt;
&lt;br /&gt;
===Boiler Operator===&lt;br /&gt;
Automatically puts higher tier dust into the boiler to turn it into lower tier dust. Ensures that at least 1 of each dust remains. '''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Down to T1/2/3/4/5/6/7/8/9 dust'''&lt;br /&gt;
&lt;br /&gt;
===Refining Overseer===&lt;br /&gt;
Restarts the [[Factory#Refining|refining]] process with the least amount of shards required to get the desired ore tier.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''T1-T10'''&lt;br /&gt;
&lt;br /&gt;
===Forestry Technician===&lt;br /&gt;
Harvests all yields of a single tree on every work tick. Cycles through all active trees.&lt;br /&gt;
&lt;br /&gt;
===The Fabricator===&lt;br /&gt;
{{Spoiler hatnote|Factory Floor 2}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Factory:_Crafter_and_Fabricator|Second Floor of the Factory]].&lt;br /&gt;
&lt;br /&gt;
====Dissolving Expert====&lt;br /&gt;
&lt;br /&gt;
Automatically add an itemstack to the beginning of the [[Specializations#The_Fabricator|dissolve]] queue of the fabricator based on your filter settings.&lt;br /&gt;
&lt;br /&gt;
'''Make sure to configure your auto-dissolve settings in the fabricator before assigning this task!'''&lt;br /&gt;
&lt;br /&gt;
=AI=&lt;br /&gt;
==Worker Taskid's==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Worker Task Id Table&lt;br /&gt;
!Facility Name!!Taskid!!Description&lt;br /&gt;
|-&lt;br /&gt;
|Tower||task.towertesting.upgrade||Upgrades modules during tower testing ()&lt;br /&gt;
|-&lt;br /&gt;
|Tower||task.towertesting.upgradeEra||Upgrades Eradividers during tower testing ()&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.powerplant.replace||Replacing empty power plant resource containers&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.powerplant.restart||Restarting the boosts inside the powerplant whenever they run out&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.dyson.construct||Constructing dyson drones in side the powerplant&lt;br /&gt;
|-&lt;br /&gt;
|Shipyard||shipyard.shipping||Ordering a new shipment and collecting it after it arrives ()&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.prestige||Prestinging [Selection] in the laboratory&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.nature.water||watering plants in the nature experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.neutral.expand||Expanding in the neutral experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.water.freeze||Freezing water in the water expirment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.darkness.search||Searching and collecting particles in the darkness experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.gems.spin||Spinning for gems in the gems experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.gems.stack||Inserting (#) stack(s) in the gems experiment grinder&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.exotic.gift||Gifts 10% of best resources towards donuts&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm||task.construct||Constructing buildings ()&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm&lt;br /&gt;
|task.construct.gems&lt;br /&gt;
|Constructing buildings () with permission to use gems&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm&lt;br /&gt;
|task.construct.exotics&lt;br /&gt;
|Constructing buildings () with permission to use exotic gems&lt;br /&gt;
|-&lt;br /&gt;
|Trading Post||task.tradingpost.trading||Automatically performs crate trades, has options&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.research||Starts and finishes research for era disable powers, must specify element&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.experiment||Restarts research into hp/damage dividers&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.essence||Starts and finishes research for essence, must specify element&lt;br /&gt;
|-&lt;br /&gt;
|Museum||task.museum.buycombine||Buy 3x () Power Stones and do a quick combine&lt;br /&gt;
|-&lt;br /&gt;
|Museum||task.museum.buyoffshore||Buy highest tier () Power Stones and do a quick combine&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.oreManagement||Putting ores into the crusher&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.upTiering||Turns dust into lumps and puts them into the mixer, option for max tier of dust-&amp;gt;lump&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.downTiering||Boils dust down to lower tier dust, always keeping one. Option for min tier&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.refiningManagement||Restarting ore refining everytime it completes ()&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.dissolveManagement||Adding items to the dissolve queue of the fabricator&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.treeHarvesting||Gathers yields from trees (or planted things) every tick&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine||Mining and generating layers as long as layers are available (tab)&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine.drill||Refilling and restarting the mining drill&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine.asteroid||Mining asteroids at list index ()&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.claim.asteroid||Claming asteroid rewards at list index ()&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.scan.asteroid||Scan for asteroids () and dispose completed clusters&lt;br /&gt;
|-&lt;br /&gt;
|Arcade||task.arcade.playLuckyWheel||Spinning the Lucky Wheel in the Arcade&lt;br /&gt;
|-&lt;br /&gt;
|Arcade||task.arcade.playJumble||Playing Jumble in the Arcade&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Trivia and Credits=&lt;br /&gt;
===Trivia===&lt;br /&gt;
&lt;br /&gt;
*Before workers got added, the [[Tower Customization]] button icon uses the cube symbol. It got changed to the current icon because worker button now uses that icon.&lt;br /&gt;
*In an earlier version, the worker task &amp;quot;Buy and Combine&amp;quot; can trigger a bug that crafts t51 gems.&lt;br /&gt;
*''Yes, you don't pay your worker more gems once you buy them. They are just sla[REDACTED]''&lt;br /&gt;
&lt;br /&gt;
===Credits===&lt;br /&gt;
Authored by: [[Special:Contributions/cl1794|cl1694]]&lt;br /&gt;
&lt;br /&gt;
Curated by: [[Special:Contributions/Beyyy23|SomethingSomethingUsername]]&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Workers&amp;diff=3831</id>
		<title>Workers</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Workers&amp;diff=3831"/>
		<updated>2025-08-19T07:15:13Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Worker Taskid's */ added task.construct.gems and task.construct.exotics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workers is a mechanic that is available at [[Military_Tier_0-1|Military Tier 1]], used for early game automation before [[AI]] is unlocked. Once you tier up your military tier for the first time, you can access the worker page on the right side of the screen, with a button and a cube symbol on it.&lt;br /&gt;
&lt;br /&gt;
=Workers=&lt;br /&gt;
To use workers, you need to buy them with a certain amount of [[File:Gem.png|20px]] [[Gems|gems]], and the cost grows as you have more workers. There is also a hardcap on worker amount that is based on your [[Military_Tier|Military Tier]]. The cost for the x&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; worker is 100*3&amp;lt;sup&amp;gt;x-1&amp;lt;/sup&amp;gt;, and the limit of workers is 1+MT. The worker limit can be further increased with a certain [[Military Perks|Military Perk]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;white-space:nowrap;text-align:left;&amp;quot; |Worker Cost Table&lt;br /&gt;
!Worker #!!Worker Cost!!Total Cost&lt;br /&gt;
|-&lt;br /&gt;
|1||{{Number|100}}||{{Number|100}}&lt;br /&gt;
|-&lt;br /&gt;
|2||{{Number|300}}||{{Number|400}}&lt;br /&gt;
|-&lt;br /&gt;
|3||{{Number|900}}||{{Number|1300}}&lt;br /&gt;
|-&lt;br /&gt;
|4||{{Number|2700}}||{{Number|4000}}&lt;br /&gt;
|-&lt;br /&gt;
|5||{{Number|8100}}||{{Number|12100}}&lt;br /&gt;
|-&lt;br /&gt;
|6||{{Number|24300}}||{{Number|36400}}&lt;br /&gt;
|-&lt;br /&gt;
|7||{{Number|72900}}||{{Number|109300}}&lt;br /&gt;
|-&lt;br /&gt;
|8||{{Number|218700}}||{{Number|328000}}&lt;br /&gt;
|-&lt;br /&gt;
|9||{{Number|656100}}||{{Number|984100}}&lt;br /&gt;
|-&lt;br /&gt;
|10||{{Number|1.968300E+6}}||{{Number|2.952400E+6}}&lt;br /&gt;
|-&lt;br /&gt;
|11||{{Number|5.904900E+6}}||{{Number|8.857300E+6}}&lt;br /&gt;
|-&lt;br /&gt;
|12||{{Number|1.771470E+7}}||{{Number|2.657200E+7}}&lt;br /&gt;
|-&lt;br /&gt;
|13||{{Number|5.314410E+7}}||{{Number|7.971610E+7}}&lt;br /&gt;
|-&lt;br /&gt;
|14||{{Number|1.594323E+8}}||{{Number|2.391484E+8}}&lt;br /&gt;
|-&lt;br /&gt;
|15||{{Number|4.782969E+8}}||{{Number|7.174453E+8}}&lt;br /&gt;
|-&lt;br /&gt;
|16||{{Number|1.434891E+9}}||{{Number|2.152336E+9}}&lt;br /&gt;
|-&lt;br /&gt;
|17||{{Number|4.304672E+9}}||{{Number|6.457008E+9}}&lt;br /&gt;
|-&lt;br /&gt;
|18||{{Number|1.291402E+10}}||{{Number|1.937102E+10}}&lt;br /&gt;
|-&lt;br /&gt;
|19||{{Number|3.874205E+10}}||{{Number|5.811307E+10}}&lt;br /&gt;
|-&lt;br /&gt;
|20||{{Number|1.162261E+11}}||{{Number|1.743392E+11}}&lt;br /&gt;
|-&lt;br /&gt;
|21||{{Number|3.486784E+11}}||{{Number|5.230177E+11}}&lt;br /&gt;
|-&lt;br /&gt;
|22||{{Number|1.046035E+12}}||{{Number|1.569053E+12}}&lt;br /&gt;
|-&lt;br /&gt;
|23||{{Number|3.138106E+12}}||{{Number|4.707159E+12}}&lt;br /&gt;
|-&lt;br /&gt;
|24||{{Number|9.414318E+12}}||{{Number|1.412148E+13}}&lt;br /&gt;
|-&lt;br /&gt;
|25||{{Number|2.824295E+13}}||{{Number|4.236443E+13}}&lt;br /&gt;
|-&lt;br /&gt;
|26||{{Number|8.472886E+13}}||{{Number|1.270933E+14}}&lt;br /&gt;
|-&lt;br /&gt;
|27||{{Number|2.541866E+14}}||{{Number|3.812799E+14}}&lt;br /&gt;
|-&lt;br /&gt;
|28||{{Number|7.625597E+14}}||{{Number|1.143840E+15}}&lt;br /&gt;
|-&lt;br /&gt;
|29||{{Number|2.287679E+15}}||{{Number|3.431519E+15}}&lt;br /&gt;
|-&lt;br /&gt;
|30||{{Number|6.863038E+15}}||{{Number|1.029456E+16}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
There are four things you can change for each worker: task, interval, name and group. As of current game version(v0.9.4 B1), Worker name and group don't have any actual effect on gameplay, but in the future, the name and group can be used by AI for more advanced automation.&lt;br /&gt;
&lt;br /&gt;
The default interval for workers is &amp;quot;'''Slow(5s)'''&amp;quot;, which means that the worker would do the task once every 5 seconds. With gems, you can also unlock more interval settings, which allows the worker speed to be &amp;quot;'''Medium(2s)'''&amp;quot;, &amp;quot;'''Fast(1s)'''&amp;quot;, or &amp;quot;'''Very Fast(0.5s)'''&amp;quot;. You can set the worker interval to any one you've unlocked. You can also pause some of the workers so that they stop working.&lt;br /&gt;
&lt;br /&gt;
The cost for unlocking '''Medium(2s)''' is 1000 gems, '''Fast(1s)''' is 10000, and '''Very Fast(0.5s)''' is 100000.&lt;br /&gt;
&lt;br /&gt;
=Task List=&lt;br /&gt;
Shown below are the different types of tasks workers can be assigned to. Different worker tasks unlocks by unlocking the corresponding building or floor it is associated with.&lt;br /&gt;
&lt;br /&gt;
==Shipyard==&lt;br /&gt;
&lt;br /&gt;
===Dockmaster===&lt;br /&gt;
Orders [[Shipyard#Shipments|shipments]] and collects them upon arrival.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''5 Min.'''/'''15 Min.'''/'''1 Hour'''/'''4 Hours'''/'''8 Hours'''/'''24 Hours'''&lt;br /&gt;
&lt;br /&gt;
==Powerplant==&lt;br /&gt;
&lt;br /&gt;
===Storage Manager===&lt;br /&gt;
Automatically replaces empty resource containers in the powerplant. Empty containers are being sold before being replaced.&lt;br /&gt;
&lt;br /&gt;
===Boost Restarter===&lt;br /&gt;
Automatically restarts all boosts based on the current settings.&lt;br /&gt;
&lt;br /&gt;
'''Make sure to configure your boosts in the power plant before assigning this task to a worker!'''&lt;br /&gt;
&lt;br /&gt;
===The Dyson Sphere===&lt;br /&gt;
&lt;br /&gt;
{{Spoiler hatnote|Powerplant Floor 2}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Power_Plant:_Dyson_Sphere|Second Floor of the Powerplant]]&lt;br /&gt;
&lt;br /&gt;
====Dyson Engineer====&lt;br /&gt;
Automatically restarts the [[Specializations#Construction_Tab|construction]] of dyson drones on every work tick if enough resources are available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tower Testing==&lt;br /&gt;
&lt;br /&gt;
===Module Manager===&lt;br /&gt;
Gives this worker permission to upgrade tower modules during [[Tower Testing|tower testing]].&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest using xp.&lt;br /&gt;
*Always upgrade most expensive using xp.&lt;br /&gt;
*Always upgrade cheapest using gems.&lt;br /&gt;
*Always upgrade most expensive using gems.&lt;br /&gt;
&lt;br /&gt;
===Era Divider===&lt;br /&gt;
{{Spoiler hatnote|Era}}&lt;br /&gt;
These worker tasks unlocks after reaching [[Era|Era]].&lt;br /&gt;
&lt;br /&gt;
Constantly tries to upgrade the damage and health dividers by one level. The upgrade order is based on the assigned rule.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest.&lt;br /&gt;
*Always upgrade most expensive.&lt;br /&gt;
*Only upgrade health divider.&lt;br /&gt;
*Only upgrade damage divider.&lt;br /&gt;
&lt;br /&gt;
==Arcade==&lt;br /&gt;
&lt;br /&gt;
===Lucky Wheel Player===&lt;br /&gt;
Automatically spins the Lucky Wheel on every work tick.&lt;br /&gt;
&lt;br /&gt;
===Jumble Player===&lt;br /&gt;
Automatically plays Jumble on every work tick.&lt;br /&gt;
&lt;br /&gt;
==Museum==&lt;br /&gt;
&lt;br /&gt;
===Buy &amp;amp; Combine===&lt;br /&gt;
Buys 3x T1 [[Museum#Power_stones|Power Stones]] and performs a quick combine action per worker tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Fire'''/'''Water'''/'''Earth'''/'''Air'''/'''Nature'''/'''Light'''/'''Darkness'''/'''Electricity'''&lt;br /&gt;
&lt;br /&gt;
===Buy Market &amp;amp; Combine===&lt;br /&gt;
Buys highest tier [[Museum#Power_stones|Power Stones]] from the market and performs a quick combine action per worker tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Fire'''/'''Water'''/'''Earth'''/'''Air'''/'''Nature'''/'''Light'''/'''Darkness'''/'''Electricity'''&lt;br /&gt;
&lt;br /&gt;
==Workshop==&lt;br /&gt;
&lt;br /&gt;
===Era Scientist===&lt;br /&gt;
&lt;br /&gt;
Attempts to research lowering the xp cost for disabling era powers or to instantly finish an active research by using available hits taken/enemies destroyed.&lt;br /&gt;
'''Provides Additional Options!''' &lt;br /&gt;
&lt;br /&gt;
*'''All/Every enemy type'''&lt;br /&gt;
&lt;br /&gt;
===Head of Era Experiments===&lt;br /&gt;
&lt;br /&gt;
Automatically restarts the research that lowers the xp cost of the era hp and damage dividers if enough funds are available.&lt;br /&gt;
&lt;br /&gt;
===Essence Gatherer===&lt;br /&gt;
&lt;br /&gt;
Attempts to research essence or to instantly finish an active research using available hits taken/enemies destroyed.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Cycles through every element/(Each element individually).'''&lt;br /&gt;
&lt;br /&gt;
==Laboratory==&lt;br /&gt;
&lt;br /&gt;
===Head of Science===&lt;br /&gt;
Orders this worker to prestige an experiment that is ready to prestige on ever work tick.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''All/(each element)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Water Plants (Nature Experiment)===&lt;br /&gt;
Waters a single tile in the [[Experiment:_Nature|nature experiment]] garden every tick. Only dry tiles are being watered so wet tiles are automatically skipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expand (Neutral Experiment)===&lt;br /&gt;
Automatically uses the expand function of the [[Experiment:_Neutral|neutral experiment]] on every worker tick.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Freezer (Water Experiment)===&lt;br /&gt;
Automatically switches between charging the battery and activating the freezer of the [[Experiment:_Water|water experiment]]. Does not interrupt pumping into or draining water from the tank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Particle Researcher (Darkness Experiment)===&lt;br /&gt;
Tries to align the scanner exactly with the direction the particle is located in on every work tick. Also tries to collect the particle on every work tick if possible. Higher scan range and noise reduction increases the chance of the worker finding the particle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Spin (Gems Experiment)===&lt;br /&gt;
Starts spinning a non-gem, non-spinning tile in the gem experiment as well as its surroundings on every work tick. Workers are affected by lock chance as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Stack Inserter (Gems Experiment)===&lt;br /&gt;
Inserts the specified amount of stacks into the gem grinder on every work tick.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''1/10/100 stacks'''&lt;br /&gt;
&lt;br /&gt;
===Ceremonial Donut Gifter (Exotic Experiment)===&lt;br /&gt;
Automatically gifts 10% of the best resource that matches the selected filter to the current celestial donut. If the current donut is completed then the worker will automatically move on to the next one.&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Only gift '''good/neutral/bad''' items or better&lt;br /&gt;
&lt;br /&gt;
==Construction Firm==&lt;br /&gt;
&lt;br /&gt;
===Auto-Constuct===&lt;br /&gt;
Automatically tries to upgrade any [[Construction_Firm#Building|building]] that matches the specified criteria.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*Always upgrade cheapest.&lt;br /&gt;
*Always upgrade most expensive possible.&lt;br /&gt;
&lt;br /&gt;
==Mine==&lt;br /&gt;
&lt;br /&gt;
===Drill Operator===&lt;br /&gt;
Automatically refills and restarts the [[Mine#Drilling|drill]] on every work tick. Make sure to provide enough resources for fuel.&lt;br /&gt;
&lt;br /&gt;
===Mine===&lt;br /&gt;
[[Mine#Mining|Digs]] up a single tile on each work tick provided there are enough resources to pay the digging price. If the entire grid is empty then a new layer will be generated instead.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Any Color Shard you have unlocked'''&lt;br /&gt;
&lt;br /&gt;
===Asteroid Mining===&lt;br /&gt;
{{Spoiler hatnote|Mine Floor 2}}&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Mine:_Asteroid_Mining|Second Floor of the Mine]].&lt;br /&gt;
&lt;br /&gt;
====Asteroid Miner====&lt;br /&gt;
&lt;br /&gt;
Automatically starts drilling the next drill-able field in the [[Specializations#Asteroids_Tab|asteroid cluster]] at the selected index if no other field is being drilled on the next work tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Mining cluster at position X of the list'''&lt;br /&gt;
&lt;br /&gt;
====Treasure Hunter====&lt;br /&gt;
Automatically collects the next collectible [[Specializations#Treasures_Tab|reward]] in the selected cluster on a work tick.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Claim rewards in cluster at position X of the list'''&lt;br /&gt;
&lt;br /&gt;
====Astrophysicist====&lt;br /&gt;
Disposes completed [[Specializations#Cluster_Tab|clusters]] on every work tick and tries to start scanning if no scan is currently active.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Perform quick scans'''&lt;br /&gt;
*'''Perform regular scans'''&lt;br /&gt;
&lt;br /&gt;
==Trading Post==&lt;br /&gt;
&lt;br /&gt;
===''Trader''===&lt;br /&gt;
&lt;br /&gt;
*Automatically trades the first offer with the selected percentage and crate multiplier specified on work tick.&lt;br /&gt;
*Make sure to configure the trading amount percentage in the trading post before assigning this task to a worker!&lt;br /&gt;
*Provides additional options! (Crate multiplier &amp;gt;= any/0.5/0.75/1/1.25/1.5/1.75/2).&lt;br /&gt;
&lt;br /&gt;
==Factory==&lt;br /&gt;
&lt;br /&gt;
===Ore Manager===&lt;br /&gt;
Automatically puts ores into the [[Factory#Crusher|crusher]] to turn them into dust.&lt;br /&gt;
&lt;br /&gt;
'''Ignores items in the crafting grid so you can use it to keep items away from this worker!'''&lt;br /&gt;
&lt;br /&gt;
===Mixing Engineer===&lt;br /&gt;
Automatically turns dust into ore lumps and puts them into the [[Factory#Mixer|mixer]]. '''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Up to T2/3/4/5/6/7/8/9/10/only insert dust'''&lt;br /&gt;
&lt;br /&gt;
===Boiler Operator===&lt;br /&gt;
Automatically puts higher tier dust into the boiler to turn it into lower tier dust. Ensures that at least 1 of each dust remains. '''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''Down to T1/2/3/4/5/6/7/8/9 dust'''&lt;br /&gt;
&lt;br /&gt;
===Refining Overseer===&lt;br /&gt;
Restarts the [[Factory#Refining|refining]] process with the least amount of shards required to get the desired ore tier.&lt;br /&gt;
&lt;br /&gt;
'''Provides additional options!'''&lt;br /&gt;
&lt;br /&gt;
*'''T1-T10'''&lt;br /&gt;
&lt;br /&gt;
===Forestry Technician===&lt;br /&gt;
Harvests all yields of a single tree on every work tick. Cycles through all active trees.&lt;br /&gt;
&lt;br /&gt;
===The Fabricator===&lt;br /&gt;
{{Spoiler hatnote|Factory Floor 2}}&lt;br /&gt;
&lt;br /&gt;
These worker tasks unlocks after unlocking the [[Specializations#Factory:_Crafter_and_Fabricator|Second Floor of the Factory]].&lt;br /&gt;
&lt;br /&gt;
====Dissolving Expert====&lt;br /&gt;
&lt;br /&gt;
Automatically add an itemstack to the beginning of the [[Specializations#The_Fabricator|dissolve]] queue of the fabricator based on your filter settings.&lt;br /&gt;
&lt;br /&gt;
'''Make sure to configure your auto-dissolve settings in the fabricator before assigning this task!'''&lt;br /&gt;
&lt;br /&gt;
=AI=&lt;br /&gt;
==Worker Taskid's==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Worker Task Id Table&lt;br /&gt;
!Facility Name!!Taskid!!Description&lt;br /&gt;
|-&lt;br /&gt;
|Tower||task.towertesting.upgrade||Upgrades modules during tower testing ()&lt;br /&gt;
|-&lt;br /&gt;
|Tower||task.towertesting.upgradeEra||Upgrades Eradividers during tower testing ()&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.powerplant.replace||Replacing empty power plant resource containers&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.powerplant.restart||Restarting the boosts inside the powerplant whenever they run out&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant||task.dyson.construct||Constructing dyson drones in side the powerplant&lt;br /&gt;
|-&lt;br /&gt;
|Shipyard||shipyard.shipping||Ordering a new shipment and collecting it after it arrives ()&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.prestige||Prestinging [Selection] in the laboratory&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.nature.water||watering plants in the nature experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.neutral.expand||Expanding in the neutral experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.water.freeze||Freezing water in the water expirment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.darkness.search||Searching and collecting particles in the darkness experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.gems.spin||Spinning for gems in the gems experiment&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.gems.stack||Inserting (#) stack(s) in the gems experiment grinder&lt;br /&gt;
|-&lt;br /&gt;
|Laboratory||task.laboratory.exotic.gift||Gifts 10% of best resources towards donuts&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm||task.construct||Constructing buildings ()&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm&lt;br /&gt;
|task.construct.gems&lt;br /&gt;
|Constructing buildings () with permission to use gems&lt;br /&gt;
|-&lt;br /&gt;
|Construction Firm&lt;br /&gt;
|task.construct.exotics&lt;br /&gt;
|Constructing buildings () with permission to use exotic gems&lt;br /&gt;
|-&lt;br /&gt;
|Trading Post||task.tradingpost.trading||Automatically performs crate trades, has options&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.research||Starts and finishes research for era disable powers, must specify element&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.experiment||Restarts research into hp/damage dividers&lt;br /&gt;
|-&lt;br /&gt;
|Workshop||task.workshop.era.essence||Starts and finishes research for essence, must specify element&lt;br /&gt;
|-&lt;br /&gt;
|Museum||task.museum.buycombine||Buy 3x () Power Stones and do a quick combine&lt;br /&gt;
|-&lt;br /&gt;
|Museum||task.museum.buyoffshore||Buy highest tier () Power Stones and do a quick combine&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.oreManagement||Putting ores into the crusher&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.upTiering||Turns dust into lumps and puts them into the mixer, option for max tier of dust-&amp;gt;lump&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.downTiering||Boils dust down to lower tier dust, always keeping one. Option for min tier&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.refiningManagement||Restarting ore refining everytime it completes ()&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.dissolveManagement||Adding items to the dissolve queue of the fabricator&lt;br /&gt;
|-&lt;br /&gt;
|Factory||factory.treeHarvesting||Gathers yields from trees (or planted things) every tick&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine||Mining and generating layers as long as layers are available (tab)&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine.drill||Refilling and restarting the mining drill&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.mine.asteroid||Mining asteroids at list index ()&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.claim.asteroid||Claming asteroid rewards at list index ()&lt;br /&gt;
|-&lt;br /&gt;
|Mine||task.scan.asteroid||Scan for asteroids () and dispose completed clusters&lt;br /&gt;
|-&lt;br /&gt;
|Arcade||task.arcade.playLuckyWheel||Spinning the Lucky Wheel in the Arcade&lt;br /&gt;
|-&lt;br /&gt;
|Arcade||task.arcade.playJumble||Playing Jumble in the Arcade&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Trivia and Credits=&lt;br /&gt;
===Trivia===&lt;br /&gt;
&lt;br /&gt;
*Before workers got added, the [[Tower Customization]] button icon uses the cube symbol. It got changed to the current icon because worker button now uses that icon.&lt;br /&gt;
*In an earlier version, the worker task &amp;quot;Buy and Combine&amp;quot; can trigger a bug that crafts t51 gems.&lt;br /&gt;
*''Yes, you don't pay your worker more gems once you buy them. They are just sla[REDACTED]''&lt;br /&gt;
&lt;br /&gt;
===Credits===&lt;br /&gt;
Authored by: [[Special:Contributions/cl1794|cl1694]]&lt;br /&gt;
&lt;br /&gt;
Curated by: [[Special:Contributions/Beyyy23|SomethingSomethingUsername]]&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=User:Fireball541&amp;diff=3830</id>
		<title>User:Fireball541</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=User:Fireball541&amp;diff=3830"/>
		<updated>2025-08-19T07:08:36Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: yay, I get to create a page about myself!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello everyone, fireball here.&lt;br /&gt;
&lt;br /&gt;
Just a community member, not related to Fire Sword Studios.&lt;br /&gt;
&lt;br /&gt;
My fastest game completion is at 32 hours. For now.&lt;br /&gt;
&lt;br /&gt;
Will be editing the wiki when the time allows and when I have the motivation to do so.&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=AI&amp;diff=3829</id>
		<title>AI</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=AI&amp;diff=3829"/>
		<updated>2025-08-19T06:29:04Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: oh whoops, forgot the descriptions of visibility.get()/child.visibility.get()&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The facility AI (short for &amp;quot;Artificial Intelligence&amp;quot;) is a feature of the [[Headquarters]] that unlocks upon reaching [[Military Tier]] 4 and finishing the associated software. It is an extremely versatile tool that allows the user to automate almost any task in the game.  &lt;br /&gt;
&lt;br /&gt;
Compared to workers, AI scripts are far more versatile, as they can interact with almost every system in the game, and even for systems for which there is no current APIs that the AI could use to interact, it can always perform mouse clicks to simulate such behavior. This is currently limited, as the AI can only click on in-game UI buttons, so things like region [[artifacts]] must still be performed manually, additionally the AI cannot perform right or middle mouse clicks. However, AI cannot run while the game is closed (or more accurately during the simulated time when opening a save file) or interact with buildings which are not open. Workers can do both of these things, appear before AI (MT1 rather than MT4) and are far simpler to use without community assistance, so while AI may have more power to automate the game, neither is a replacement for the other. &lt;br /&gt;
&lt;br /&gt;
To use the AI, you must first obtain a script to execute. There are several ways to do this:&lt;br /&gt;
&lt;br /&gt;
*Create an AI script in the headquarters. For more information on learning how to create scripts, see [[Using the AI]].&lt;br /&gt;
*Obtain import codes for scripts that other players have written. For a list of available scripts, see the [https://discord.com/channels/488444879836413975/1093895780865163284 discord forum].&lt;br /&gt;
*Use machine learning (a macro system). This is done by pressing F7 while the AI overlay is active.&lt;br /&gt;
&lt;br /&gt;
==AI Script Format==&lt;br /&gt;
An AI script contains three sections that control its behavior:&lt;br /&gt;
&lt;br /&gt;
*Impulses&lt;br /&gt;
*Conditions&lt;br /&gt;
*Actions&lt;br /&gt;
&lt;br /&gt;
All scripts have a limit of impulses, conditions and actions. Impulses and conditions have a cap of 10, actions a cap of 50.&lt;br /&gt;
&lt;br /&gt;
===Impulses===&lt;br /&gt;
An Impulse can refer to any button press or event that directly activates an AI script. It is not to be confused with the Basic:Execute command which is not considered an impulse, as it is not a way for a player to directly trigger an AI script, but rather a way of calling the script inside of another AI script much like helper methods in high level programming languages. Each impulse can trigger the AI script, regardless if it has already been triggered. It is possible that a script can trigger multiple times before it has finished execution. In this case multiple instances of this script can run in parallel.&lt;br /&gt;
&lt;br /&gt;
===Conditions===&lt;br /&gt;
A Condition is a requirement that has to be fulfilled in order for the script to start executing. If any condition in the script is false then the script will not be executed when an impulse is triggered by a player action. During the execution the specified conditions have no effect. All conditions are of data Type:Bool, and any expression that returns a bool can be used as a condition.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
An Action is something that the AI does when the script becomes active. The Actions are executed one by one, in order from top to bottom. Actions will continue to be executed until either the AI menu is closed, or the script terminates normally. Within one instance of a script, as many actions as the script budget will allow can be executed in one frame. Atomic actions (those with a red symbol) cost 0 budget, all others cost 100. The script is executed in sequence until the budget becomes less than or equal to 0, at which point execution is given to the next script.&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
[[File:AI-Script-Editor.png|alt=AI-Script-Editor (Ingame)|none|thumb|362x362px|AI-Script-Editor (In game)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a maximum budget per script. This is determined by the total amount of RAM installed in all servers. &lt;br /&gt;
&lt;br /&gt;
To get a budget of 10,000 requires fully upgrading the RAM of all 16 servers.&lt;br /&gt;
&lt;br /&gt;
==AI Script Language==&lt;br /&gt;
&lt;br /&gt;
===Data Types===&lt;br /&gt;
There are various data types that are usable within AI scripts, all of which are incredibly versatile and useful in creating a script as complex or simple as one desires.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Example Values&lt;br /&gt;
!Default Value&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|double&lt;br /&gt;
|A integer that allows decimal precision. Can be positive or negative.&lt;br /&gt;
|3.2, 0.29, -10.2, 7.9999993&lt;br /&gt;
|0.0&lt;br /&gt;
|Doubles have a max value of 2^1024, or approximately 1.79769 × 10&amp;lt;sup&amp;gt;308&amp;lt;/sup&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|A number that does not allow decimal precision. Can be positive or negative.&lt;br /&gt;
|20, 69, 420, -1029, 0&lt;br /&gt;
|0&lt;br /&gt;
|Ints range from -2147483648 to 2147483647&lt;br /&gt;
|-&lt;br /&gt;
|string&lt;br /&gt;
|An array of characters. Basically a way to format and use text.&lt;br /&gt;
|&amp;quot;meow&amp;quot;, &amp;quot;hello&amp;quot;, &amp;quot; &amp;quot;, &amp;quot;I am a text&amp;quot;, &amp;quot;!BanBudE&amp;quot;&lt;br /&gt;
|&amp;quot;&amp;quot;&lt;br /&gt;
|The quotes in the examples are not included in the actual string value.&lt;br /&gt;
|-&lt;br /&gt;
|bool&lt;br /&gt;
|A binary value that can either be true or false.&lt;br /&gt;
|true, false&lt;br /&gt;
|false&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Vector2&lt;br /&gt;
|A container type that contains two double values called x and y.&lt;br /&gt;
|(-30.0, 0.0), (28.38, 13.0)&lt;br /&gt;
|(0.0, 0.0)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
Some data types can be converted to others by using a function. Check the table below to see which data types are currently interchangeable.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Source / Target&lt;br /&gt;
!double&lt;br /&gt;
!int&lt;br /&gt;
!string&lt;br /&gt;
!bool&lt;br /&gt;
!Vector2&lt;br /&gt;
|-&lt;br /&gt;
!double&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|Partially&lt;br /&gt;
|-&lt;br /&gt;
!int&lt;br /&gt;
|Yes&lt;br /&gt;
| -&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!string&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!bool&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!Vector2&lt;br /&gt;
|Partially&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
(The table will be updated as soon as more AI features are available.)&lt;br /&gt;
&lt;br /&gt;
===Functions===&lt;br /&gt;
Any line in an AI script (apart from impulses) represents a function.&lt;br /&gt;
&lt;br /&gt;
There are two major types of functions:&lt;br /&gt;
&lt;br /&gt;
*Without a return value (= Actions)&lt;br /&gt;
*With a return value&lt;br /&gt;
&lt;br /&gt;
Functions without a return value appear as actions in the sidebar of the AI-script editor. In general these functions do something specific but require some sort of input. &lt;br /&gt;
&lt;br /&gt;
The various inputs to a function are called '''arguments'''. Each argument of a function has a specific datatype and accepts either a constant value or a function with a return value of the same type.&lt;br /&gt;
&lt;br /&gt;
===APIs (Application Programming Interfaces) (as of v0.49)===&lt;br /&gt;
Function signatures have been slightly modified to conform with a C-like syntax for similarity with other function signatures. The special return type &amp;lt;code&amp;gt;impulse&amp;lt;/code&amp;gt; denotes a function is an input (rather than an action), actions which previously did not have a return type now have the &amp;lt;code&amp;gt;void&amp;lt;/code&amp;gt; return type and the colon between type and argument name is removed.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Impulses&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Wake Up&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse wakeup()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the AI switches from inactive to active.&lt;br /&gt;
|-&lt;br /&gt;
|New Round&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse game.newround()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever a new [[Tower Testing]] round starts.&lt;br /&gt;
|-&lt;br /&gt;
|Open: &amp;lt;[[Buildings|Building]]&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse open.&amp;amp;lt;building&amp;amp;gt;()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the window of the building is being opened (ex: Open: Arcade)&lt;br /&gt;
|-&lt;br /&gt;
|Close: &amp;lt;[[Buildings|Building]]&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse close.&amp;amp;lt;building&amp;amp;gt;()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the window of the building is being closed (ex: Close: Arcade)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Mouse: &amp;lt;Left|Middle|Right&amp;gt; Up&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse mouse.&amp;lt;id&amp;gt;.up()&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Triggers whenever the &amp;lt;left|middle|right&amp;gt; mouse button is being pressed down. (ex: Mouse: Left Up)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Mouse: &amp;lt;Left|Middle|Right&amp;gt; Down&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse mouse.&amp;lt;id&amp;gt;.down()&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Triggers whenever the &amp;lt;left|middle|right&amp;gt; mouse button is being pressed down. (ex: Mouse: Left Down)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Key: &amp;lt;0-9, A-Z&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse key.#()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the 0-9 or A-Z key is being pressed (case-insensitive, not numpad). (ex: Key: 0)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Script Execution Context&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Mouse: &amp;lt;Key&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;bool mouse.&amp;lt;key&amp;gt;.state()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the &amp;lt;key&amp;gt; mouse button is currently being held down.&lt;br /&gt;
|-&lt;br /&gt;
|Screen: Height&lt;br /&gt;
|&amp;lt;code&amp;gt;int height()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the height of the screen in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|Screen: Width&lt;br /&gt;
|&amp;lt;code&amp;gt;int width()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the width of the screen in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|UI: Size&lt;br /&gt;
|&amp;lt;code&amp;gt;double ui.size()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the UI size option from from the options menu as a double ranging from 0.5 (50%) to 1.0 (100%)&lt;br /&gt;
|-&lt;br /&gt;
|Script: Triggering Impulse&lt;br /&gt;
|&amp;lt;code&amp;gt;string impulse()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the impulse which triggered this script instance. If the script was triggered by another script then this function will return the name of that script&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Remaining Budget&lt;br /&gt;
|&amp;lt;code&amp;gt;int budget()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the remaining execution budget of this script during execution.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Frame&lt;br /&gt;
|&amp;lt;code&amp;gt;int time.frame()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of frames since the start of the game.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Delta&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.delta()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total time in seconds between the current frame and the last frame. Pausing or accelerating the game affects this value.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Scale&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.scale()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the factor at which the game is currently accelerated. (0 if the game is paused, 1 if the game runs at normal speed 2 if the game runs at 2x speed and so on)&lt;br /&gt;
|-&lt;br /&gt;
|Time: Unscaled Delta&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.unscaled()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total time in seconds between the current frame and the last frame. This value is neither affected by pausing nor accelerating the game.&lt;br /&gt;
|-&lt;br /&gt;
|Timestamp: Now&lt;br /&gt;
|&amp;lt;code&amp;gt;double now()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current local time in ticks representing the time from midnight , January 1st, 0001 until now. (UNIX time)&lt;br /&gt;
|-&lt;br /&gt;
|Timestamp: UTC Now&lt;br /&gt;
|&amp;lt;code&amp;gt;double utcnow()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the UTC time in ticks representing the time from midnight , January 1st, 0001 until now. (UNIX time)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Execution Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Goto&lt;br /&gt;
|&amp;lt;code&amp;gt;void goto(int line)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Jumps to line &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt;. The first line in the script equals 1. Entering an invalid line number will result in the value being clamped between the min. and max. boundaries during execution.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Goto-If&lt;br /&gt;
|&amp;lt;code&amp;gt;void goto(int line, bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Jumps to line &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt; in the current script if &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is True. First line equals 1.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Click&lt;br /&gt;
|&amp;lt;code&amp;gt;void click(vector2 pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Performs a mouse click at following location: &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Slider&lt;br /&gt;
|&amp;lt;code&amp;gt;void slider(vector2 pos, double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the slider position pos on the screen to &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; with 0 being the leftmost and 1 being the rightmost end.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Scrollrect&lt;br /&gt;
|&amp;lt;code&amp;gt;void scrollbar(vector2 pos, double horizontal, double vertical)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Scrolls within a scrollable container at pos to &amp;lt;code&amp;gt;horizontal&amp;lt;/code&amp;gt; (horizontally) and &amp;lt;code&amp;gt;vertical&amp;lt;/code&amp;gt; (vertically) with 0 being the left/lower end and 1 being the right/upper end. Use a negative value to ignore an axis.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait&lt;br /&gt;
|&amp;lt;code&amp;gt;void wait(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|A simple wait function that stops the current script for a total of &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; seconds.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait Until&lt;br /&gt;
|&amp;lt;code&amp;gt;void waituntil(bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current script until &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; becomes True.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait While&lt;br /&gt;
|&amp;lt;code&amp;gt;void waitwhile(bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current script as long as &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is True.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait Frame&lt;br /&gt;
|&amp;lt;code&amp;gt;void waitframe()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops execution of this script for this frame and continues in the next one.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Execute&lt;br /&gt;
|&amp;lt;code&amp;gt;void execute(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Executes the first script in the list which is named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt; without requiring an impulse. Conditions of the script called still have to be fulfilled. Executed scripts are put at the end of the script list, and because of this they (usually) will run their first action in the same frame, since the script list pointer is still on the calling script, earlier in the script list.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Execute (Sync)&lt;br /&gt;
|&amp;lt;code&amp;gt;void executesync(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Executes the first script in the list which is named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt; and waits until the execution is completed. Conditions of the script still have to be fulfilled.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Stop&lt;br /&gt;
|&amp;lt;code&amp;gt;void stop(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the execution of all scripts and script instances which are named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt;. '''Important bug/feature:''' If a script stops ''itself'', the script list pointer is reset to the beginning, effectively giving everything before this script an &amp;quot;extra&amp;quot; cycle. Because scripts that have reached the end aren't cleaned up until the end-of-frame processing, this means that scripts on their last line (or that have jumped to 99) will re-execute their last line, which can cause bugs. This behavior is known as &amp;quot;Turbo Exec,&amp;quot; since it can be used to build programs that execute much faster than the typical one-action-per-frame.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Get &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T local.T.get(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the the local variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Set &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;void local.T.set(string var, T value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates or changes the the local variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt; to contain the value &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Unset&lt;br /&gt;
|&amp;lt;code&amp;gt;void local.unset(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deletes the local variable with the name &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Get &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T global.T.get(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the the global variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Set &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;void global.T.set(string var, T value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates or changes the the global variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt; to contain the value &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Unset&lt;br /&gt;
|&amp;lt;code&amp;gt;void global.unset(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deletes the global variable with the name &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Ternary: &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T if(bool condition, T value1, T value2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|If &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is true then &amp;lt;code&amp;gt;value1&amp;lt;/code&amp;gt; will be returned. Otherwise returns &amp;lt;code&amp;gt;value2&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Note: boolean values do not have this option.''&lt;br /&gt;
|-&lt;br /&gt;
|Comparison: &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;bool comparison.T(T value1, operator, T value2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Compares two &amp;lt;T&amp;gt; values based on the selected operator.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Boolean Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Bool: Not&lt;br /&gt;
|&amp;lt;code&amp;gt;bool not(bool)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse of the given boolean value. If &amp;lt;code&amp;gt;bool&amp;lt;/code&amp;gt; is true it will return false and if it's false it will return true.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Numerical Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Arithmetic&lt;br /&gt;
|&lt;br /&gt;
|Performs an arithmetic operation on two [int/double] values. Accepted operators are: &amp;quot;+&amp;quot;, &amp;quot;-&amp;quot;, &amp;quot;*&amp;quot;, &amp;quot;/&amp;quot;, &amp;quot;pow&amp;quot;, &amp;quot;mod&amp;quot;, [&amp;quot;log&amp;quot; for doubles].&lt;br /&gt;
|-&lt;br /&gt;
|Max: [Int/Double]&lt;br /&gt;
|&amp;lt;code&amp;gt;number max(number1, number2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Evaluates &amp;lt;code&amp;gt;number1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;number2&amp;lt;/code&amp;gt; and returns the bigger of the two as a result of this function. &lt;br /&gt;
''Note: you cannot compare an int with a double, you have to convert one of them into the other.''&lt;br /&gt;
|-&lt;br /&gt;
|Min: [Int/Double]&lt;br /&gt;
|&amp;lt;code&amp;gt;number min(number1, number2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Evaluates &amp;lt;code&amp;gt;number1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;number2&amp;lt;/code&amp;gt; and returns the smaller of the two as a result of this function.&lt;br /&gt;
|-&lt;br /&gt;
|Random: [Int/Double]&lt;br /&gt;
|&amp;lt;code&amp;gt;number rnd(lower, upper)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns a random number between &amp;lt;code&amp;gt;lower&amp;lt;/code&amp;gt; (inclusive) and &amp;lt;code&amp;gt;upper&amp;lt;/code&amp;gt; (inclusive). If the second smaller is lower than the first then the first value will always be returned.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Integer Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Double Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Constant: E&lt;br /&gt;
|&amp;lt;code&amp;gt;double const.e()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the constant E: 2.7182818284590452.&lt;br /&gt;
|-&lt;br /&gt;
|Constant: PI&lt;br /&gt;
|&amp;lt;code&amp;gt;double const.pi()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the constant PI: 3.1415926535897931.&lt;br /&gt;
|-&lt;br /&gt;
|Math: acos&lt;br /&gt;
|&amp;lt;code&amp;gt;double acos(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse cosine (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: asin&lt;br /&gt;
|&amp;lt;code&amp;gt;double asin(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse sine (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: atan&lt;br /&gt;
|&amp;lt;code&amp;gt;double atan(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse tangent (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: atan2&lt;br /&gt;
|&amp;lt;code&amp;gt;double atan2(vector coords)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the angle in the plane (in radians) between the positive X-axis and the ray from (0, 0) to the point &amp;lt;code&amp;gt;coords&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: ceiling&lt;br /&gt;
|&amp;lt;code&amp;gt;double ceil(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number up to the closest integer.&lt;br /&gt;
|-&lt;br /&gt;
|Math: cos&lt;br /&gt;
|&amp;lt;code&amp;gt;double cos(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the cosine of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: floor&lt;br /&gt;
|&amp;lt;code&amp;gt;double floor(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number down to the closest integer'''s'''.&lt;br /&gt;
|-&lt;br /&gt;
|Math: round&lt;br /&gt;
|&amp;lt;code&amp;gt;double round(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number to the closest integer.&lt;br /&gt;
|-&lt;br /&gt;
|Math: sin&lt;br /&gt;
|&amp;lt;code&amp;gt;double sin(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the sine of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: tan&lt;br /&gt;
|&amp;lt;code&amp;gt;double tan(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tangent of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+String Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Concat&lt;br /&gt;
|&amp;lt;code&amp;gt;string concat(string lhs, string rhs)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;lhs . rhs&amp;lt;/code&amp;gt;&lt;br /&gt;
|Chains the two given strings (&amp;lt;code&amp;gt;lhs&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rhs&amp;lt;/code&amp;gt;) together.&lt;br /&gt;
|-&lt;br /&gt;
|String: Contains&lt;br /&gt;
|&amp;lt;code&amp;gt;bool contains(string str, string substr)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; contains the string &amp;lt;code&amp;gt;substr&amp;lt;/code&amp;gt;. (ex: &amp;quot;Catch&amp;quot; Contains &amp;quot;Cat&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|String: Index Of&lt;br /&gt;
|&amp;lt;code&amp;gt;int index(string str, string substr, int start)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the index of the first occurrence of string &amp;lt;code&amp;gt;substr&amp;lt;/code&amp;gt; within the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;. Search starts at index &amp;lt;code&amp;gt;start&amp;lt;/code&amp;gt; whereas 0 represents the beginning of the string.&lt;br /&gt;
|-&lt;br /&gt;
|String: Length&lt;br /&gt;
|&amp;lt;code&amp;gt;int len(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of characters in the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|String: To Lower&lt;br /&gt;
|&amp;lt;code&amp;gt;string lower(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the entire string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; to lowercase.&lt;br /&gt;
|-&lt;br /&gt;
|String: To Upper&lt;br /&gt;
|&amp;lt;code&amp;gt;string upper(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the entire string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; to uppercase.&lt;br /&gt;
|-&lt;br /&gt;
|Substring&lt;br /&gt;
|&amp;lt;code&amp;gt;string sub(string str, int start, int chars)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns a part of the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;, starting at position &amp;lt;code&amp;gt;start&amp;lt;/code&amp;gt; (0 = first character) and then going a total of &amp;lt;code&amp;gt;chars&amp;lt;/code&amp;gt; steps to the right.&lt;br /&gt;
So Substring(&amp;quot;Cubical&amp;quot;, 1, 3) would return &amp;quot;ubi&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Vector Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: X&lt;br /&gt;
|&amp;lt;code&amp;gt;double x(vector vec)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of X of &amp;lt;code&amp;gt;vec&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: Y&lt;br /&gt;
|&amp;lt;code&amp;gt;double y(vector vec)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of Y of &amp;lt;code&amp;gt;vec&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: From Coordinates&lt;br /&gt;
|&amp;lt;code&amp;gt;vector vec(double x, double y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new vector out of two doubles where X is &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y is &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Mouse: Position&lt;br /&gt;
|&amp;lt;code&amp;gt;vector position()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current position of the cursor.&lt;br /&gt;
|}&amp;lt;br /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Conversions&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Convert: Int&lt;br /&gt;
|&amp;lt;code&amp;gt;double i2d(int value)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;string i2s(int value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Converts the integer &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; to a [double/string].&lt;br /&gt;
|-&lt;br /&gt;
|Convert: Double&lt;br /&gt;
|&amp;lt;code&amp;gt;int d2i(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;string d2s(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Converts the double &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; to [an integer/a string].&lt;br /&gt;
''Note: converting a double into an integer rounds it to the nearest integer instead of rounding towards 0.''&lt;br /&gt;
|-&lt;br /&gt;
|Convert: String&lt;br /&gt;
|&amp;lt;code&amp;gt;int s2i(string value, int fallback)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;double s2d(string value, double fallback)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to convert &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; into [an integer/a double] value. If unsuccessful it will return &amp;lt;code&amp;gt;fallback&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Town APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Town: Any Window Open&lt;br /&gt;
|&amp;lt;code&amp;gt;bool anyopen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if any window in town is open. Includes all building, customization, skills and utility windows.&lt;br /&gt;
|-&lt;br /&gt;
|Town: Window Open&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isopen(string: window)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the [[Buildings]] window is active and visible on the screen. (ex: [[Tower Testing]] is open)&lt;br /&gt;
|-&lt;br /&gt;
|Town: Open Window&lt;br /&gt;
|&amp;lt;code&amp;gt;void show(string building, bool open)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Opens the &amp;lt;code&amp;gt;building&amp;lt;/code&amp;gt; window if &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt;is True, otherwise it will be closed. Opening or closing windows this way does not play the transition animation!&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Boss Fight&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isBossFight()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true of a boss fight is currently active. Returns false otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Tower Testing&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isTowerTesting()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the game is currently in the [[Tower Testing|tower testing]] screen. Pausing the game or the destruction of the tower does not affect the return value of this function.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Resource&lt;br /&gt;
|&amp;lt;code&amp;gt;double resource(string currency)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;. If no resource with the specified id exists it will return 0.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Tower Testing APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Paused&lt;br /&gt;
|&amp;lt;code&amp;gt;bool pause.get()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the game is currently paused during tower testing via the pause button. Outside tower testing this will always return false.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Set Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void pause.set(bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the pause state to state.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void pause()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Pauses tower testing via the pause button if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Unpause&lt;br /&gt;
|&amp;lt;code&amp;gt;void unpause()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Unpauses tower testing via the pause button if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Is Enabled&lt;br /&gt;
|&amp;lt;code&amp;gt;bool software.enabled(string software)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the software with id &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; has been enabled. Returns false is the software has not been toggled on or has not been researched yet.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Find ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string software.find(string software)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the correct software ID of the software with the closest match to &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; (case-insensitive). This function is very slow. Avoid using it in performance critical sections.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;void software.toggle(string software, bool enabled)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Enables software &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; if the condition &amp;lt;code&amp;gt;bool condition&amp;lt;/code&amp;gt; is true or disables it if the condition is false.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Number of Enemies&lt;br /&gt;
|&amp;lt;code&amp;gt;int enemies()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the numbers of enemy units which are currently present on the map. Returns 0 if tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Game: XP&lt;br /&gt;
|&amp;lt;code&amp;gt;double xp()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of tower testing experience. Returns 0 if called outside of tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Wave Acceleration&lt;br /&gt;
|&amp;lt;code&amp;gt;double waveAcceleration()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current wave acceleration factor. (You can check the current value inside the stats menu during tower testing).&lt;br /&gt;
|-&lt;br /&gt;
|Game: Fixed Waves Per Interval&lt;br /&gt;
|&amp;lt;code&amp;gt;double fixedWavesPerInterval()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of fixed waves per interval as seen in the stats menu during tower testing. Returns 0 if currently not tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Wave&lt;br /&gt;
|&amp;lt;code&amp;gt;double wave()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current wave during tower testing or 0 if tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Wave&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.wave(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the wave record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Era&lt;br /&gt;
|&amp;lt;code&amp;gt;double era()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current era during tower testing or 0 if tower testing is not active. Equivalent to &amp;lt;code&amp;gt;wave() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Era&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.era(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the era record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;. Equivalent to &amp;lt;code&amp;gt;wave() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Disable Cost&lt;br /&gt;
|&amp;lt;code&amp;gt;double disable.cost(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the XP cost of the upgrade that disables the era powers of &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; enemies. Returns -1 outside of tower testing or if the upgrade is not available in the current region.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Disable Power&lt;br /&gt;
|&amp;lt;code&amp;gt;void disable.era(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to disable the era powers of &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; enemies by purchasing the according upgrade using xp.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Upgrade Divider&lt;br /&gt;
|&amp;lt;code&amp;gt;void upgrade.era(string divider, int times)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Attempts to upgrade the era &amp;lt;code&amp;gt;str (damage, health)&amp;lt;/code&amp;gt; divider a total of &amp;lt;code&amp;gt;int x&amp;lt;/code&amp;gt; times by using xp.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Infinity&lt;br /&gt;
|&amp;lt;code&amp;gt;double infinity()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current infinity during tower testing or 0 if tower testing is not active. Equivalent to &amp;lt;code&amp;gt;wave() / 1e22&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;era() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Infinity&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.infity(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the infinity record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;. Equivalent to &amp;lt;code&amp;gt;wave() / 1e22&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;era() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Infinity: Secure Module Cost&lt;br /&gt;
|&amp;lt;code&amp;gt;double disable.inf.cost()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of XP required in order to secure/disable a module during infinity phase.&lt;br /&gt;
|-&lt;br /&gt;
|Infinity: Secure Module&lt;br /&gt;
|&amp;lt;code&amp;gt;void disable.inf(string moduleId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Attempts to secure the module with id  &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; to prevent enemies from mimicking it during the infinity phase.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module Count&lt;br /&gt;
|&amp;lt;code&amp;gt;int active.count()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of active modules in the currently active blueprint of the tower. Returns 0 outside of tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module Index&lt;br /&gt;
|&amp;lt;code&amp;gt;int active.index(string moduleId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the index of the active module with ID &amp;lt;code&amp;gt;moduleId&amp;lt;/code&amp;gt; inside the active skills list. If the module is not inside the list or tower testing is not active then this function will return 0.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string active.id(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the active module in slot &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; in the active modules list whereas 1 refers to the first module in the list. Returns an empty string if the slot index is invalid or tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Is Stunned&lt;br /&gt;
|&amp;lt;code&amp;gt;bool stunned()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the tower is stunned and false if the tower is either not stunned or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Negative Buffs&lt;br /&gt;
|&amp;lt;code&amp;gt;int negative()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of nagative buffs currently present on the tower or 0 if the tower has no negative buffs or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Health&lt;br /&gt;
|&amp;lt;code&amp;gt;double health(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current health of the tower or 0 if the tower is dead does not exist. Returns the value as a percentage of max health value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Health&lt;br /&gt;
|&amp;lt;code&amp;gt;double health.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum hitpoints of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Health Regeneration&lt;br /&gt;
|&amp;lt;code&amp;gt;double health.regen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current health regeneration of the tower or 0 if the tower does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Energy&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current energy of the tower or 0 if the tower does not exist. Returns the value as a percentage of max energy value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Energy&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum energy of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Energy Regeneration&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy.regen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current energy regeneration of the tower or 0 if the tower does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Shield&lt;br /&gt;
|&amp;lt;code&amp;gt;double shield(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current shieldpoints of the tower or 0 if the tower is dead or does not exist. Returns the value as a percentage of max shieldpoints value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Shield&lt;br /&gt;
|&amp;lt;code&amp;gt;double shield.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum shieldpoints of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Module Cooldown&lt;br /&gt;
|&amp;lt;code&amp;gt;double cooldown(int skill)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the remaining cooldown of the active module at slot &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; in seconds Slot 1 refers to the first module in the active modules list.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Attack Range&lt;br /&gt;
|&amp;lt;code&amp;gt;double tower.range()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tower's current attack range. (Default attack range without any modules or buffs is 18).&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Use (Instantly)&lt;br /&gt;
|&amp;lt;code&amp;gt;void useinstant(int skill)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Orders the Tower to use the [[Modules]] at slot &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; where slot 1 refers to the module at the very top of the skill menu. Entering an invalid slot will do nothing.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Use (Position)&lt;br /&gt;
|&amp;lt;code&amp;gt;void useposition(int skill, vector2 pos&amp;lt;/code&amp;gt;&lt;br /&gt;
|Orders the tower to use the module at slot  &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; where slot 1 refers to the module at the very top of the skill menu at an offset of &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Restart&lt;br /&gt;
|&amp;lt;code&amp;gt;void restart()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Restarts the current [[Tower Testing]] run. Can only be can only be executing during or at the end of a run that took equal or longer than a second.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Exit&lt;br /&gt;
|&amp;lt;code&amp;gt;void exit()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Exits the current Tower Testing run.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Power Plant APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant: Sell&lt;br /&gt;
|&amp;lt;code&amp;gt;void sell(int x, int y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sells the [[Power Plant]] component at X: &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y: &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; and automatically refunds a part of the selling price. If the selected slot is empty then nothing will happen. (0, 0) is the bottom left corner of the grid.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Mine APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Dig&lt;br /&gt;
|&amp;lt;code&amp;gt;void dig(int x, int y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Digs up the tile at X: &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y: &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; of the currently selected resource in the [[Mine]] with (0, 0) being the top left corner. Only works if the [[Mine]] window is active!&lt;br /&gt;
|-&lt;br /&gt;
|Mine: New Layer&lt;br /&gt;
|&amp;lt;code&amp;gt;void newlayer()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new layer of the currently selected resource in the [[Mine]]. Only works if the [[Mine]] window is active!&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Open Tab&lt;br /&gt;
|&amp;lt;code&amp;gt;void tab(int pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Opens the mining tab at position &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;. Position 1 is the first tab (Orange) and position 12 is the last tab (Black).&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Delete Cluster&lt;br /&gt;
|&amp;lt;code&amp;gt;void remove(int pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Removes the asteroid cluster at list position &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt; where 1 represents the first cluster in the list.&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Has Layers&lt;br /&gt;
|&amp;lt;code&amp;gt;bool hasLayers()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the current active mining tab can generate at least 1 layer.&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Clusters&lt;br /&gt;
|&amp;lt;code&amp;gt;int clusters()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of asteroid clusters currently in the list or 0 if the second floor of [[Mine]] has not been unlocked yet.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Factory APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Try Craft&lt;br /&gt;
|&amp;lt;code&amp;gt;void craft(string item, int tier, double amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to craft &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (Tier &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) a total of &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times by using items inside the inventory or crafting grid. If that is not possible then no items are being crafted. Only works if the [[Factory]] screen is visible.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Try Produce&lt;br /&gt;
|&amp;lt;code&amp;gt;void produce(string item, int tier, double amount, string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to put &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; x &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) into machine &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;. If too few items are available or the selected machine is currently busy with a different item type then nothing will happen. Ignores the tier if the selected item ID is rubber.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Trash&lt;br /&gt;
|&amp;lt;code&amp;gt;void trash(string item, int tier, double amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to put &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; x &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) into the trash can of the [[Factory]]. If too few items are present in the inventory and the crafting grid of the [[Factory]] then it will still try to remove as many as possible. Ignores the tier for items that don't have a tier.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Cancel Machine&lt;br /&gt;
|&amp;lt;code&amp;gt;void cancel(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops production of the [[Factory]] machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt; and ejects all items back to the inventory if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Is Processing&lt;br /&gt;
|&amp;lt;code&amp;gt;bool active(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt; is currently processing items.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Item Count&lt;br /&gt;
|&amp;lt;code&amp;gt;double count(string item, int tier)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) inside the inventory of the [[Factory]].&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Machine Input Count&lt;br /&gt;
|&amp;lt;code&amp;gt;double machine.item.count(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the number of items currently inside the machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Machine Input&lt;br /&gt;
|&amp;lt;code&amp;gt;string machine.item(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the item currently inside the [[Factory]] machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Find ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string factory.find(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the correct item ID of the item with the closest match to &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; (ignores case-sensitivity). This function is very slow. Avoid using it in performance-critical sections.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Arcade APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Spin Lucky Wheel&lt;br /&gt;
|&amp;lt;code&amp;gt;void wheel.spin(double wager)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spins the [[Arcade#Lucky Wheel|Lucky Wheel]] with a wager of &amp;lt;code&amp;gt;wager&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Lucky Wheel Is Spinning&lt;br /&gt;
|&amp;lt;code&amp;gt;bool wheel.isSpinning()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the [[Arcade#Lucky Wheel|Lucky Wheel]] in the [[Arcade]] is currently spinning.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble New Game&lt;br /&gt;
|&amp;lt;code&amp;gt;void jumble.new(double wager)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Starts a new game of [[Arcade#Jumble|Jumble]] with a wager of &amp;lt;code&amp;gt;wager&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble Stop&lt;br /&gt;
|&amp;lt;code&amp;gt;void jumble.stop()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current column.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble Is Active&lt;br /&gt;
|&amp;lt;code&amp;gt;bool jumble.isActive()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if there is an active game of [[Arcade#Jumble|Jumble]] in the [[Arcade]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Move&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.move(vector direction)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Moves the player in the direction of &amp;lt;code&amp;gt;direction&amp;lt;/code&amp;gt; in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Wait&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.wait()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Skips a turn in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Place Bomb&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.placeBomb()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Places a Bomb at the Player location in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Buy Market Item&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.buyMarketItem(string item)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to buy &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; from the Market.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Cast Spell&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.useSpell(string spell)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Cast the &amp;lt;code&amp;gt;spell&amp;lt;/code&amp;gt; spell.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Teleport&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.teleport(vector room)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Teleport to room &amp;lt;code&amp;gt;room&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Note: (0, 0) is bottom left, (127, 127) is the center and (255, 255) is top right.''&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Room Coordinates&lt;br /&gt;
|&amp;lt;code&amp;gt;vector adventure.roomCoords()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the coordinates of the current room in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Player Position&lt;br /&gt;
|&amp;lt;code&amp;gt;vector adventure.playerPos()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current position in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
''Relative to the current room. (0, 0) is the bottom left corner, (18, 18) is the top right corner.''&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Hearts&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerHealth()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Health in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Armor&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerArmor()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Armor in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Swords&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerAttack()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Swords in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Bombs&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.bombs()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Bombs in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Count Entities&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.countEntities(string type)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; on the current map.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Emeralds&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.emeralds()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Emeralds in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Golden Hearts&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.goldenHearts()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Golden Hearts in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Keys&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.keys()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current Key amount in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Mana&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.mana()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Mana in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Mana Armor&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.manaArmor()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Mana Armor in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Has Phoenix Feather&lt;br /&gt;
|&amp;lt;code&amp;gt;bool hasPhoenixFeather()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if Phoenix Feather is available.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Has Item&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.hasItem(string item)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if item &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; is unlocked.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Wall&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isWall(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile in position is Wall.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Bomb&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isBomb(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile is Bomb.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Enemy&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isEnemy(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile has an Enemy.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Room Completed&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isCompleted(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the room at &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; is completed. (Only works if the Map and the Compass are unlocked.)&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Get Entity Type&lt;br /&gt;
|&amp;lt;code&amp;gt;string adventure.entityType(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns rock, door, chest or an empty string for position &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Can also return elite and mimic.''&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Trading Post APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Refresh&lt;br /&gt;
|&amp;lt;code&amp;gt;void refresh()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new set of offers in the [[Trading Post]]. '''Requires a specific upgrade for the [[Trading Post]] later in the game in order to be used!'''&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Trade&lt;br /&gt;
|&amp;lt;code&amp;gt;void trade(int position, double percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Trades the offer at position &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; in the list of offers (first offer is at position 0) using &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; (0.15 = 15%) of the available input resources.&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Offer Count&lt;br /&gt;
|&amp;lt;code&amp;gt;int offerCount()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of available offers in [[Trading Post]].&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Museum APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyTier(string element, int tier, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buys a &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; Power Stone of tier &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt; from the shop or market &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy Range&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyRange(string element, int tierMin, int tierMax, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buys a &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; Power Stone between tier &amp;lt;code&amp;gt;tierMin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;tierMax&amp;lt;/code&amp;gt; from the shop or market &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Combine&lt;br /&gt;
|&amp;lt;code&amp;gt;void combine(int tierMax)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Combine Power Stones with the usual combine rules up to Tier &amp;lt;code&amp;gt;tierMax&amp;lt;/code&amp;gt; (&amp;lt;1 means no limit).&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Transmute&lt;br /&gt;
|&amp;lt;code&amp;gt;void transmute()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Transmute Power Stones currently inside the Cubos Cube.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Move&lt;br /&gt;
|&amp;lt;code&amp;gt;void move(string from, int slot, string to)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Move a Power Stone from &amp;lt;code&amp;gt;from&amp;lt;/code&amp;gt; in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;to&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Move Slot&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.moveTo(string from, int fromSlot, string to, int toSlot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Move a Power Stone from &amp;lt;code&amp;gt;from&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;fromSlot&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;to&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;toSlot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Swap&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.swap(string invA, int slotA, string invB, int slotB)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Swap the Power Stones in &amp;lt;code&amp;gt;invA&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slotA&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;invB&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slotB&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Sell&lt;br /&gt;
|&amp;lt;code&amp;gt;void delete(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sell the Power Stone from &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Sell All&lt;br /&gt;
|&amp;lt;code&amp;gt;void clear(string inventory)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sell all Power Stones from &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Set Preferred Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setPreferredTier(int tier)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the preferred market tier to &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Set Preference&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setPreference(string element, bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the market preference for element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; to state.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Refresh&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.refresh()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Refreshes Market Offers&lt;br /&gt;
''Requires an upgrade later in the game.''&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy Market&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyOffer(int slot, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buy the Power Stone from market in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Lock Market Slot&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setSlotLocked(int slot, bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the lock state of Market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; to state.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Rebuy&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.rebuy(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rebuy the Power Stone from Trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Preference&lt;br /&gt;
|&amp;lt;code&amp;gt;bool museum.preference(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the  current market preference for element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Lock&lt;br /&gt;
|&amp;lt;code&amp;gt;bool museum.isSlotLocked(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the lock state of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Free Slots&lt;br /&gt;
|&amp;lt;code&amp;gt;int freeSlots(string inventory)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the free slots of &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Power Stone Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int tier(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tier of Power Stone in &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Preferred Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.preferredTier()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the currently set preferred market tier.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Max Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.maxTier(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the max tier of element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.slotTier(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get tier of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Trash Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.trashTier(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get tier of trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Timer&lt;br /&gt;
|&amp;lt;code&amp;gt;double museum.timer()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current market time until the next refresh.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Power Stone Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string element(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Return the Power Stone element of &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string museum.slotElement(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get element of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Trash Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string museum.trashElement(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get element of trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Worker APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Is Paused&lt;br /&gt;
|&amp;lt;code&amp;gt;bool worker.paused(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the first Worker with the name &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; is paused. Also returns true if not Worker with the given name exists.&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Group&lt;br /&gt;
|&amp;lt;code&amp;gt;int worker.group(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the group of the Worker at index &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; (0 is the first Worker in the list).&lt;br /&gt;
&lt;br /&gt;
''White = 0, red = 1, blue = 2, green = 3, yellow = 4, magenta = 5.''&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Name&lt;br /&gt;
|&amp;lt;code&amp;gt;string worker.name(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the name of the Worker at index &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; (0 is the first Worker in the list).&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Task ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string worker.task(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the current task of the first Worker with the name &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;. Returns an empty string if no Worker with the given name exists or if there has been no task assigned.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Toggle Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.toggleGroup(int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Toggles the paused state of all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt;. (Click on the parameter to see which color belongs to which group id.) Colors: White (0), Red (1), Blue (2), Green(3), Yellow (4), Magenta (5)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Pause Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.pauseGroup(int group, bool paused)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the paused state of all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;bool value&amp;lt;/code&amp;gt;. (Click on the parameter to see which color belongs to which group id.)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.toggleName(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Toggles the paused state of all workers with name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.pauseName(string name, bool paused)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the paused state of all workers with the name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;bool value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Assign Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.assignGroup(string task, int subtask, int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Assigns the task with id &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; and optional parameter &amp;lt;code&amp;gt;int param&amp;lt;/code&amp;gt; (0 is the leftmost) to all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt;. (Click on the groups parameter to see which color belongs to which group.)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Assign&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.assignName(string task, int subtask, string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Assigns Task with ID &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; and optional parameter &amp;lt;code&amp;gt;int param&amp;lt;/code&amp;gt; (0 is the leftmost) to all workers with the name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;. [[Workers#Worker_Taskid.27s|TaskIDs]]&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Set Name&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.setName(int index, string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the name of the worker at index &amp;lt;code&amp;gt;int index&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Set Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.setGroup(int index, int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the group of the worker at index &amp;lt;code&amp;gt;int index&amp;lt;/code&amp;gt; (0 is the first worker) to the group with id &amp;lt;code&amp;gt;int id&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+User Interface APIs (requires boots.d0s)&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Canvas: Draw Rect&lt;br /&gt;
|&amp;lt;code&amp;gt;void canvas.rect(vector2 pos, vector2 size, string colour&amp;lt;/code&amp;gt;&lt;br /&gt;
|Draws a rectangle on the drawable canvas at location &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt; with a size of &amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; and colored in &amp;lt;code&amp;gt;colour&amp;lt;/code&amp;gt;. (Accepts #RRGGBB and #RRGGBBAA as inputs for color.)&lt;br /&gt;
|-&lt;br /&gt;
|Canvas: Clear&lt;br /&gt;
|&amp;lt;code&amp;gt;void canvas.clear()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Clears the drawable canvas instantly.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Create&lt;br /&gt;
|&amp;lt;code&amp;gt;void create(string windowId, string windowType)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates a window with the unique identifier &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; (used to address the new instance) of type &amp;lt;code&amp;gt;windowType&amp;lt;/code&amp;gt; (window name inside windows list).&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Text&lt;br /&gt;
|&amp;lt;code&amp;gt;void text.set(string windowId, string textElementId, string value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the content inside the window with the id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; of the text label with the id &amp;lt;code&amp;gt;textElementId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Sprite&lt;br /&gt;
|&amp;lt;code&amp;gt;void sprite.set(string windowId, string elementId, string spriteId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the sprite inside the window with the id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; of the button/image with the id &amp;lt;code&amp;gt;elementId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;spriteId&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Is Visible&lt;br /&gt;
|&amp;lt;code&amp;gt;bool visibility.get(string windowID)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the window with ID &amp;lt;code&amp;gt;windowID&amp;lt;/code&amp;gt; is visible.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;void visibility.set(string windowID, bool visible)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the window with id &amp;lt;code&amp;gt;windowID&amp;lt;/code&amp;gt; to visible if &amp;lt;code&amp;gt;visible&amp;lt;/code&amp;gt; is true. Otherwise it will be hidden.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Is Child Visible&lt;br /&gt;
|&amp;lt;code&amp;gt;bool child.visibility.get(string windowID, string childElementID)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the child of window &amp;lt;code&amp;gt;windowID&amp;lt;/code&amp;gt; with ID &amp;lt;code&amp;gt;childElementID&amp;lt;/code&amp;gt; is visible.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Child Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;void child.visibility.set(string windowID, string childElementID, bool visible)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set child of window with id &amp;lt;code&amp;gt;windowID&amp;lt;/code&amp;gt; with id &amp;lt;code&amp;gt;childElementID&amp;lt;/code&amp;gt; to visible if &amp;lt;code&amp;gt;visible&amp;lt;/code&amp;gt; is true. Otherwise window will be hidden.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Position&lt;br /&gt;
|&amp;lt;code&amp;gt;void position.set(string windowId, vector2 position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Changes the position of the window with id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; based on the anchor of its root element. Per default the anchor is set to the center of the window and 0,0 represents the center of the screen.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Destroy&lt;br /&gt;
|&amp;lt;code&amp;gt;void destroy(string windowId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Destroys the window with the unique identifier &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Destroy All&lt;br /&gt;
|&amp;lt;code&amp;gt;void destroy.all()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Destroys all active windows.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=AI&amp;diff=3828</id>
		<title>AI</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=AI&amp;diff=3828"/>
		<updated>2025-08-19T06:24:59Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: hopefully included everything the AI has (someone PLEASE double check)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The facility AI (short for &amp;quot;Artificial Intelligence&amp;quot;) is a feature of the [[Headquarters]] that unlocks upon reaching [[Military Tier]] 4 and finishing the associated software. It is an extremely versatile tool that allows the user to automate almost any task in the game.  &lt;br /&gt;
&lt;br /&gt;
Compared to workers, AI scripts are far more versatile, as they can interact with almost every system in the game, and even for systems for which there is no current APIs that the AI could use to interact, it can always perform mouse clicks to simulate such behavior. This is currently limited, as the AI can only click on in-game UI buttons, so things like region [[artifacts]] must still be performed manually, additionally the AI cannot perform right or middle mouse clicks. However, AI cannot run while the game is closed (or more accurately during the simulated time when opening a save file) or interact with buildings which are not open. Workers can do both of these things, appear before AI (MT1 rather than MT4) and are far simpler to use without community assistance, so while AI may have more power to automate the game, neither is a replacement for the other. &lt;br /&gt;
&lt;br /&gt;
To use the AI, you must first obtain a script to execute. There are several ways to do this:&lt;br /&gt;
&lt;br /&gt;
*Create an AI script in the headquarters. For more information on learning how to create scripts, see [[Using the AI]].&lt;br /&gt;
*Obtain import codes for scripts that other players have written. For a list of available scripts, see the [https://discord.com/channels/488444879836413975/1093895780865163284 discord forum].&lt;br /&gt;
*Use machine learning (a macro system). This is done by pressing F7 while the AI overlay is active.&lt;br /&gt;
&lt;br /&gt;
==AI Script Format==&lt;br /&gt;
An AI script contains three sections that control its behavior:&lt;br /&gt;
&lt;br /&gt;
*Impulses&lt;br /&gt;
*Conditions&lt;br /&gt;
*Actions&lt;br /&gt;
&lt;br /&gt;
All scripts have a limit of impulses, conditions and actions. Impulses and conditions have a cap of 10, actions a cap of 50.&lt;br /&gt;
&lt;br /&gt;
===Impulses===&lt;br /&gt;
An Impulse can refer to any button press or event that directly activates an AI script. It is not to be confused with the Basic:Execute command which is not considered an impulse, as it is not a way for a player to directly trigger an AI script, but rather a way of calling the script inside of another AI script much like helper methods in high level programming languages. Each impulse can trigger the AI script, regardless if it has already been triggered. It is possible that a script can trigger multiple times before it has finished execution. In this case multiple instances of this script can run in parallel.&lt;br /&gt;
&lt;br /&gt;
===Conditions===&lt;br /&gt;
A Condition is a requirement that has to be fulfilled in order for the script to start executing. If any condition in the script is false then the script will not be executed when an impulse is triggered by a player action. During the execution the specified conditions have no effect. All conditions are of data Type:Bool, and any expression that returns a bool can be used as a condition.&lt;br /&gt;
&lt;br /&gt;
===Actions===&lt;br /&gt;
An Action is something that the AI does when the script becomes active. The Actions are executed one by one, in order from top to bottom. Actions will continue to be executed until either the AI menu is closed, or the script terminates normally. Within one instance of a script, as many actions as the script budget will allow can be executed in one frame. Atomic actions (those with a red symbol) cost 0 budget, all others cost 100. The script is executed in sequence until the budget becomes less than or equal to 0, at which point execution is given to the next script.&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
[[File:AI-Script-Editor.png|alt=AI-Script-Editor (Ingame)|none|thumb|362x362px|AI-Script-Editor (In game)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a maximum budget per script. This is determined by the total amount of RAM installed in all servers. &lt;br /&gt;
&lt;br /&gt;
To get a budget of 10,000 requires fully upgrading the RAM of all 16 servers.&lt;br /&gt;
&lt;br /&gt;
==AI Script Language==&lt;br /&gt;
&lt;br /&gt;
===Data Types===&lt;br /&gt;
There are various data types that are usable within AI scripts, all of which are incredibly versatile and useful in creating a script as complex or simple as one desires.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Type&lt;br /&gt;
!Description&lt;br /&gt;
!Example Values&lt;br /&gt;
!Default Value&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|double&lt;br /&gt;
|A integer that allows decimal precision. Can be positive or negative.&lt;br /&gt;
|3.2, 0.29, -10.2, 7.9999993&lt;br /&gt;
|0.0&lt;br /&gt;
|Doubles have a max value of 2^1024, or approximately 1.79769 × 10&amp;lt;sup&amp;gt;308&amp;lt;/sup&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|A number that does not allow decimal precision. Can be positive or negative.&lt;br /&gt;
|20, 69, 420, -1029, 0&lt;br /&gt;
|0&lt;br /&gt;
|Ints range from -2147483648 to 2147483647&lt;br /&gt;
|-&lt;br /&gt;
|string&lt;br /&gt;
|An array of characters. Basically a way to format and use text.&lt;br /&gt;
|&amp;quot;meow&amp;quot;, &amp;quot;hello&amp;quot;, &amp;quot; &amp;quot;, &amp;quot;I am a text&amp;quot;, &amp;quot;!BanBudE&amp;quot;&lt;br /&gt;
|&amp;quot;&amp;quot;&lt;br /&gt;
|The quotes in the examples are not included in the actual string value.&lt;br /&gt;
|-&lt;br /&gt;
|bool&lt;br /&gt;
|A binary value that can either be true or false.&lt;br /&gt;
|true, false&lt;br /&gt;
|false&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Vector2&lt;br /&gt;
|A container type that contains two double values called x and y.&lt;br /&gt;
|(-30.0, 0.0), (28.38, 13.0)&lt;br /&gt;
|(0.0, 0.0)&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
Some data types can be converted to others by using a function. Check the table below to see which data types are currently interchangeable.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Source / Target&lt;br /&gt;
!double&lt;br /&gt;
!int&lt;br /&gt;
!string&lt;br /&gt;
!bool&lt;br /&gt;
!Vector2&lt;br /&gt;
|-&lt;br /&gt;
!double&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|Partially&lt;br /&gt;
|-&lt;br /&gt;
!int&lt;br /&gt;
|Yes&lt;br /&gt;
| -&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!string&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!bool&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
!Vector2&lt;br /&gt;
|Partially&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
(The table will be updated as soon as more AI features are available.)&lt;br /&gt;
&lt;br /&gt;
===Functions===&lt;br /&gt;
Any line in an AI script (apart from impulses) represents a function.&lt;br /&gt;
&lt;br /&gt;
There are two major types of functions:&lt;br /&gt;
&lt;br /&gt;
*Without a return value (= Actions)&lt;br /&gt;
*With a return value&lt;br /&gt;
&lt;br /&gt;
Functions without a return value appear as actions in the sidebar of the AI-script editor. In general these functions do something specific but require some sort of input. &lt;br /&gt;
&lt;br /&gt;
The various inputs to a function are called '''arguments'''. Each argument of a function has a specific datatype and accepts either a constant value or a function with a return value of the same type.&lt;br /&gt;
&lt;br /&gt;
===APIs (Application Programming Interfaces) (as of v0.49)===&lt;br /&gt;
Function signatures have been slightly modified to conform with a C-like syntax for similarity with other function signatures. The special return type &amp;lt;code&amp;gt;impulse&amp;lt;/code&amp;gt; denotes a function is an input (rather than an action), actions which previously did not have a return type now have the &amp;lt;code&amp;gt;void&amp;lt;/code&amp;gt; return type and the colon between type and argument name is removed.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Impulses&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Wake Up&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse wakeup()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the AI switches from inactive to active.&lt;br /&gt;
|-&lt;br /&gt;
|New Round&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse game.newround()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever a new [[Tower Testing]] round starts.&lt;br /&gt;
|-&lt;br /&gt;
|Open: &amp;lt;[[Buildings|Building]]&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse open.&amp;amp;lt;building&amp;amp;gt;()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the window of the building is being opened (ex: Open: Arcade)&lt;br /&gt;
|-&lt;br /&gt;
|Close: &amp;lt;[[Buildings|Building]]&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse close.&amp;amp;lt;building&amp;amp;gt;()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the window of the building is being closed (ex: Close: Arcade)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Mouse: &amp;lt;Left|Middle|Right&amp;gt; Up&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse mouse.&amp;lt;id&amp;gt;.up()&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Triggers whenever the &amp;lt;left|middle|right&amp;gt; mouse button is being pressed down. (ex: Mouse: Left Up)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Mouse: &amp;lt;Left|Middle|Right&amp;gt; Down&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse mouse.&amp;lt;id&amp;gt;.down()&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;Triggers whenever the &amp;lt;left|middle|right&amp;gt; mouse button is being pressed down. (ex: Mouse: Left Down)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Key: &amp;lt;0-9, A-Z&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;impulse key.#()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers whenever the 0-9 or A-Z key is being pressed (case-insensitive, not numpad). (ex: Key: 0)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Script Execution Context&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Mouse: &amp;lt;Key&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;bool mouse.&amp;lt;key&amp;gt;.state()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the &amp;lt;key&amp;gt; mouse button is currently being held down.&lt;br /&gt;
|-&lt;br /&gt;
|Screen: Height&lt;br /&gt;
|&amp;lt;code&amp;gt;int height()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the height of the screen in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|Screen: Width&lt;br /&gt;
|&amp;lt;code&amp;gt;int width()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the width of the screen in pixels.&lt;br /&gt;
|-&lt;br /&gt;
|UI: Size&lt;br /&gt;
|&amp;lt;code&amp;gt;double ui.size()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the UI size option from from the options menu as a double ranging from 0.5 (50%) to 1.0 (100%)&lt;br /&gt;
|-&lt;br /&gt;
|Script: Triggering Impulse&lt;br /&gt;
|&amp;lt;code&amp;gt;string impulse()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the impulse which triggered this script instance. If the script was triggered by another script then this function will return the name of that script&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Remaining Budget&lt;br /&gt;
|&amp;lt;code&amp;gt;int budget()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the remaining execution budget of this script during execution.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Frame&lt;br /&gt;
|&amp;lt;code&amp;gt;int time.frame()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of frames since the start of the game.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Delta&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.delta()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total time in seconds between the current frame and the last frame. Pausing or accelerating the game affects this value.&lt;br /&gt;
|-&lt;br /&gt;
|Time: Scale&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.scale()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the factor at which the game is currently accelerated. (0 if the game is paused, 1 if the game runs at normal speed 2 if the game runs at 2x speed and so on)&lt;br /&gt;
|-&lt;br /&gt;
|Time: Unscaled Delta&lt;br /&gt;
|&amp;lt;code&amp;gt;double time.unscaled()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total time in seconds between the current frame and the last frame. This value is neither affected by pausing nor accelerating the game.&lt;br /&gt;
|-&lt;br /&gt;
|Timestamp: Now&lt;br /&gt;
|&amp;lt;code&amp;gt;double now()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current local time in ticks representing the time from midnight , January 1st, 0001 until now. (UNIX time)&lt;br /&gt;
|-&lt;br /&gt;
|Timestamp: UTC Now&lt;br /&gt;
|&amp;lt;code&amp;gt;double utcnow()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the UTC time in ticks representing the time from midnight , January 1st, 0001 until now. (UNIX time)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Execution Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Goto&lt;br /&gt;
|&amp;lt;code&amp;gt;void goto(int line)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Jumps to line &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt;. The first line in the script equals 1. Entering an invalid line number will result in the value being clamped between the min. and max. boundaries during execution.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Goto-If&lt;br /&gt;
|&amp;lt;code&amp;gt;void goto(int line, bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Jumps to line &amp;lt;code&amp;gt;line&amp;lt;/code&amp;gt; in the current script if &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is True. First line equals 1.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Click&lt;br /&gt;
|&amp;lt;code&amp;gt;void click(vector2 pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Performs a mouse click at following location: &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Slider&lt;br /&gt;
|&amp;lt;code&amp;gt;void slider(vector2 pos, double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the slider position pos on the screen to &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; with 0 being the leftmost and 1 being the rightmost end.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Scrollrect&lt;br /&gt;
|&amp;lt;code&amp;gt;void scrollbar(vector2 pos, double horizontal, double vertical)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Scrolls within a scrollable container at pos to &amp;lt;code&amp;gt;horizontal&amp;lt;/code&amp;gt; (horizontally) and &amp;lt;code&amp;gt;vertical&amp;lt;/code&amp;gt; (vertically) with 0 being the left/lower end and 1 being the right/upper end. Use a negative value to ignore an axis.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait&lt;br /&gt;
|&amp;lt;code&amp;gt;void wait(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|A simple wait function that stops the current script for a total of &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; seconds.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait Until&lt;br /&gt;
|&amp;lt;code&amp;gt;void waituntil(bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current script until &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; becomes True.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait While&lt;br /&gt;
|&amp;lt;code&amp;gt;void waitwhile(bool condition)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current script as long as &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is True.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Wait Frame&lt;br /&gt;
|&amp;lt;code&amp;gt;void waitframe()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops execution of this script for this frame and continues in the next one.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Execute&lt;br /&gt;
|&amp;lt;code&amp;gt;void execute(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Executes the first script in the list which is named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt; without requiring an impulse. Conditions of the script called still have to be fulfilled. Executed scripts are put at the end of the script list, and because of this they (usually) will run their first action in the same frame, since the script list pointer is still on the calling script, earlier in the script list.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Execute (Sync)&lt;br /&gt;
|&amp;lt;code&amp;gt;void executesync(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Executes the first script in the list which is named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt; and waits until the execution is completed. Conditions of the script still have to be fulfilled.&lt;br /&gt;
|-&lt;br /&gt;
|Basic: Stop&lt;br /&gt;
|&amp;lt;code&amp;gt;void stop(string script)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the execution of all scripts and script instances which are named &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt;. '''Important bug/feature:''' If a script stops ''itself'', the script list pointer is reset to the beginning, effectively giving everything before this script an &amp;quot;extra&amp;quot; cycle. Because scripts that have reached the end aren't cleaned up until the end-of-frame processing, this means that scripts on their last line (or that have jumped to 99) will re-execute their last line, which can cause bugs. This behavior is known as &amp;quot;Turbo Exec,&amp;quot; since it can be used to build programs that execute much faster than the typical one-action-per-frame.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Get &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T local.T.get(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the the local variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Set &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;void local.T.set(string var, T value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates or changes the the local variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt; to contain the value &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Local: Unset&lt;br /&gt;
|&amp;lt;code&amp;gt;void local.unset(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deletes the local variable with the name &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Get &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T global.T.get(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of the the global variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Set &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;void global.T.set(string var, T value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates or changes the the global variable &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt; to contain the value &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Global: Unset&lt;br /&gt;
|&amp;lt;code&amp;gt;void global.unset(string var)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Deletes the global variable with the name &amp;lt;code&amp;gt;var&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Ternary: &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;T if(bool condition, T value1, T value2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|If &amp;lt;code&amp;gt;condition&amp;lt;/code&amp;gt; is true then &amp;lt;code&amp;gt;value1&amp;lt;/code&amp;gt; will be returned. Otherwise returns &amp;lt;code&amp;gt;value2&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Note: boolean values do not have this option.''&lt;br /&gt;
|-&lt;br /&gt;
|Comparison: &amp;lt;T&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;bool comparison.T(T value1, operator, T value2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Compares two &amp;lt;T&amp;gt; values based on the selected operator.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Boolean Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Bool: Not&lt;br /&gt;
|&amp;lt;code&amp;gt;bool not(bool)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse of the given boolean value. If &amp;lt;code&amp;gt;bool&amp;lt;/code&amp;gt; is true it will return false and if it's false it will return true.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Numerical Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Arithmetic&lt;br /&gt;
|&lt;br /&gt;
|Performs an arithmetic operation on two [int/double] values. Accepted operators are: &amp;quot;+&amp;quot;, &amp;quot;-&amp;quot;, &amp;quot;*&amp;quot;, &amp;quot;/&amp;quot;, &amp;quot;pow&amp;quot;, &amp;quot;mod&amp;quot;, [&amp;quot;log&amp;quot; for doubles].&lt;br /&gt;
|-&lt;br /&gt;
|Max: [Int/Double]&lt;br /&gt;
|&amp;lt;code&amp;gt;number max(number1, number2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Evaluates &amp;lt;code&amp;gt;number1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;number2&amp;lt;/code&amp;gt; and returns the bigger of the two as a result of this function. &lt;br /&gt;
''Note: you cannot compare an int with a double, you have to convert one of them into the other.''&lt;br /&gt;
|-&lt;br /&gt;
|Min: [Int/Double]&lt;br /&gt;
|&amp;lt;code&amp;gt;number min(number1, number2)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Evaluates &amp;lt;code&amp;gt;number1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;number2&amp;lt;/code&amp;gt; and returns the smaller of the two as a result of this function.&lt;br /&gt;
|-&lt;br /&gt;
|Random: [Int/Double] &lt;br /&gt;
|&amp;lt;code&amp;gt;number rnd(lower, upper)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns a random number between &amp;lt;code&amp;gt;lower&amp;lt;/code&amp;gt; (inclusive) and &amp;lt;code&amp;gt;upper&amp;lt;/code&amp;gt; (inclusive). If the second smaller is lower than the first then the first value will always be returned.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Integer Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Double Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Constant: E&lt;br /&gt;
|&amp;lt;code&amp;gt;double const.e()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the constant E: 2.7182818284590452.&lt;br /&gt;
|-&lt;br /&gt;
|Constant: PI&lt;br /&gt;
|&amp;lt;code&amp;gt;double const.pi()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the constant PI: 3.1415926535897931.&lt;br /&gt;
|-&lt;br /&gt;
|Math: acos&lt;br /&gt;
|&amp;lt;code&amp;gt;double acos(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse cosine (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: asin&lt;br /&gt;
|&amp;lt;code&amp;gt;double asin(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse sine (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: atan&lt;br /&gt;
|&amp;lt;code&amp;gt;double atan(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the inverse tangent (in radians) of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: atan2&lt;br /&gt;
|&amp;lt;code&amp;gt;double atan2(vector coords)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the angle in the plane (in radians) between the positive X-axis and the ray from (0, 0) to the point &amp;lt;code&amp;gt;coords&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: ceiling&lt;br /&gt;
|&amp;lt;code&amp;gt;double ceil(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number up to the closest integer.&lt;br /&gt;
|-&lt;br /&gt;
|Math: cos&lt;br /&gt;
|&amp;lt;code&amp;gt;double cos(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the cosine of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: floor&lt;br /&gt;
|&amp;lt;code&amp;gt;double floor(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number down to the closest integer'''s'''.&lt;br /&gt;
|-&lt;br /&gt;
|Math: round&lt;br /&gt;
|&amp;lt;code&amp;gt;double round(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rounds the given number to the closest integer.&lt;br /&gt;
|-&lt;br /&gt;
|Math: sin&lt;br /&gt;
|&amp;lt;code&amp;gt;double sin(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the sine of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Math: tan&lt;br /&gt;
|&amp;lt;code&amp;gt;double tan(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tangent of the number &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+String Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Concat&lt;br /&gt;
|&amp;lt;code&amp;gt;string concat(string lhs, string rhs)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;lhs . rhs&amp;lt;/code&amp;gt;&lt;br /&gt;
|Chains the two given strings (&amp;lt;code&amp;gt;lhs&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rhs&amp;lt;/code&amp;gt;) together.&lt;br /&gt;
|-&lt;br /&gt;
|String: Contains&lt;br /&gt;
|&amp;lt;code&amp;gt;bool contains(string str, string substr)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; contains the string &amp;lt;code&amp;gt;substr&amp;lt;/code&amp;gt;. (ex: &amp;quot;Catch&amp;quot; Contains &amp;quot;Cat&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|String: Index Of&lt;br /&gt;
|&amp;lt;code&amp;gt;int index(string str, string substr, int start)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the index of the first occurrence of string &amp;lt;code&amp;gt;substr&amp;lt;/code&amp;gt; within the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;. Search starts at index &amp;lt;code&amp;gt;start&amp;lt;/code&amp;gt; whereas 0 represents the beginning of the string. &lt;br /&gt;
|-&lt;br /&gt;
|String: Length&lt;br /&gt;
|&amp;lt;code&amp;gt;int len(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of characters in the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|String: To Lower&lt;br /&gt;
|&amp;lt;code&amp;gt;string lower(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the entire string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; to lowercase.&lt;br /&gt;
|-&lt;br /&gt;
|String: To Upper&lt;br /&gt;
|&amp;lt;code&amp;gt;string upper(string str)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Turns the entire string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt; to uppercase.&lt;br /&gt;
|-&lt;br /&gt;
|Substring&lt;br /&gt;
|&amp;lt;code&amp;gt;string sub(string str, int start, int chars)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns a part of the string &amp;lt;code&amp;gt;str&amp;lt;/code&amp;gt;, starting at position &amp;lt;code&amp;gt;start&amp;lt;/code&amp;gt; (0 = first character) and then going a total of &amp;lt;code&amp;gt;chars&amp;lt;/code&amp;gt; steps to the right.&lt;br /&gt;
So Substring(&amp;quot;Cubical&amp;quot;, 1, 3) would return &amp;quot;ubi&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Vector Primitives&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: X&lt;br /&gt;
|&amp;lt;code&amp;gt;double x(vector vec)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of X of &amp;lt;code&amp;gt;vec&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: Y&lt;br /&gt;
|&amp;lt;code&amp;gt;double y(vector vec)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the value of Y of &amp;lt;code&amp;gt;vec&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Vector2: From Coordinates&lt;br /&gt;
|&amp;lt;code&amp;gt;vector vec(double x, double y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new vector out of two doubles where X is &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y is &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Mouse: Position&lt;br /&gt;
|&amp;lt;code&amp;gt;vector position()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current position of the cursor.&lt;br /&gt;
|}&amp;lt;br /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Conversions&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Convert: Int&lt;br /&gt;
|&amp;lt;code&amp;gt;double i2d(int value)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;string i2s(int value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Converts the integer &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; to a [double/string].&lt;br /&gt;
|-&lt;br /&gt;
|Convert: Double&lt;br /&gt;
|&amp;lt;code&amp;gt;int d2i(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;string d2s(double value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Converts the double &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; to [an integer/a string].&lt;br /&gt;
''Note: converting a double into an integer rounds it to the nearest integer instead of rounding towards 0.''&lt;br /&gt;
|-&lt;br /&gt;
|Convert: String&lt;br /&gt;
|&amp;lt;code&amp;gt;int s2i(string value, int fallback)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;double s2d(string value, double fallback)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to convert &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; into [an integer/a double] value. If unsuccessful it will return &amp;lt;code&amp;gt;fallback&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Town APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Town: Any Window Open&lt;br /&gt;
|&amp;lt;code&amp;gt;bool anyopen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if any window in town is open. Includes all building, customization, skills and utility windows.&lt;br /&gt;
|-&lt;br /&gt;
|Town: Window Open&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isopen(string: window)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the [[Buildings]] window is active and visible on the screen. (ex: [[Tower Testing]] is open)&lt;br /&gt;
|-&lt;br /&gt;
|Town: Open Window&lt;br /&gt;
|&amp;lt;code&amp;gt;void show(string building, bool open)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Opens the &amp;lt;code&amp;gt;building&amp;lt;/code&amp;gt; window if &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt;is True, otherwise it will be closed. Opening or closing windows this way does not play the transition animation!&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Boss Fight&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isBossFight()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true of a boss fight is currently active. Returns false otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Tower Testing&lt;br /&gt;
|&amp;lt;code&amp;gt;bool isTowerTesting()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the game is currently in the [[Tower Testing|tower testing]] screen. Pausing the game or the destruction of the tower does not affect the return value of this function.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Resource&lt;br /&gt;
|&amp;lt;code&amp;gt;double resource(string currency)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;. If no resource with the specified id exists it will return 0.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Tower Testing APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Game: Is Paused&lt;br /&gt;
|&amp;lt;code&amp;gt;bool pause.get()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the game is currently paused during tower testing via the pause button. Outside tower testing this will always return false.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Set Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void pause.set(bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the pause state to state.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void pause()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Pauses tower testing via the pause button if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Unpause&lt;br /&gt;
|&amp;lt;code&amp;gt;void unpause()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Unpauses tower testing via the pause button if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Is Enabled&lt;br /&gt;
|&amp;lt;code&amp;gt;bool software.enabled(string software)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the software with id &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; has been enabled. Returns false is the software has not been toggled on or has not been researched yet.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Find ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string software.find(string software)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the correct software ID of the software with the closest match to &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; (case-insensitive). This function is very slow. Avoid using it in performance critical sections.&lt;br /&gt;
|-&lt;br /&gt;
|Software: Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;void software.toggle(string software, bool enabled)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Enables software &amp;lt;code&amp;gt;software&amp;lt;/code&amp;gt; if the condition &amp;lt;code&amp;gt;bool condition&amp;lt;/code&amp;gt; is true or disables it if the condition is false.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Number of Enemies&lt;br /&gt;
|&amp;lt;code&amp;gt;int enemies()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the numbers of enemy units which are currently present on the map. Returns 0 if tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Game: XP&lt;br /&gt;
|&amp;lt;code&amp;gt;double xp()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of tower testing experience. Returns 0 if called outside of tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Wave Acceleration&lt;br /&gt;
|&amp;lt;code&amp;gt;double waveAcceleration()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current wave acceleration factor. (You can check the current value inside the stats menu during tower testing).&lt;br /&gt;
|-&lt;br /&gt;
|Game: Fixed Waves Per Interval&lt;br /&gt;
|&amp;lt;code&amp;gt;double fixedWavesPerInterval()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of fixed waves per interval as seen in the stats menu during tower testing. Returns 0 if currently not tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Wave&lt;br /&gt;
|&amp;lt;code&amp;gt;double wave()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current wave during tower testing or 0 if tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Wave&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.wave(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the wave record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Era&lt;br /&gt;
|&amp;lt;code&amp;gt;double era()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current era during tower testing or 0 if tower testing is not active. Equivalent to &amp;lt;code&amp;gt;wave() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Era&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.era(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the era record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;. Equivalent to &amp;lt;code&amp;gt;wave() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Disable Cost&lt;br /&gt;
|&amp;lt;code&amp;gt;double disable.cost(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the XP cost of the upgrade that disables the era powers of &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; enemies. Returns -1 outside of tower testing or if the upgrade is not available in the current region.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Disable Power&lt;br /&gt;
|&amp;lt;code&amp;gt;void disable.era(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to disable the era powers of &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; enemies by purchasing the according upgrade using xp.&lt;br /&gt;
|-&lt;br /&gt;
|Era: Upgrade Divider&lt;br /&gt;
|&amp;lt;code&amp;gt;void upgrade.era(string divider, int times)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Attempts to upgrade the era &amp;lt;code&amp;gt;str (damage, health)&amp;lt;/code&amp;gt; divider a total of &amp;lt;code&amp;gt;int x&amp;lt;/code&amp;gt; times by using xp.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Infinity&lt;br /&gt;
|&amp;lt;code&amp;gt;double infinity()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current infinity during tower testing or 0 if tower testing is not active. Equivalent to &amp;lt;code&amp;gt;wave() / 1e22&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;era() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Highscore: Infinity&lt;br /&gt;
|&amp;lt;code&amp;gt;double highscore.infity(string region, string difficulty&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the infinity record of region &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt; on difficulty &amp;lt;code&amp;gt;difficulty&amp;lt;/code&amp;gt;. Equivalent to &amp;lt;code&amp;gt;wave() / 1e22&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;era() / 1e11&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Infinity: Secure Module Cost&lt;br /&gt;
|&amp;lt;code&amp;gt;double disable.inf.cost()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of XP required in order to secure/disable a module during infinity phase.&lt;br /&gt;
|-&lt;br /&gt;
|Infinity: Secure Module&lt;br /&gt;
|&amp;lt;code&amp;gt;void disable.inf(string moduleId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Attempts to secure the module with id  &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; to prevent enemies from mimicking it during the infinity phase.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module Count&lt;br /&gt;
|&amp;lt;code&amp;gt;int active.count()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of active modules in the currently active blueprint of the tower. Returns 0 outside of tower testing.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module Index&lt;br /&gt;
|&amp;lt;code&amp;gt;int active.index(string moduleId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the index of the active module with ID &amp;lt;code&amp;gt;moduleId&amp;lt;/code&amp;gt; inside the active skills list. If the module is not inside the list or tower testing is not active then this function will return 0.&lt;br /&gt;
|-&lt;br /&gt;
|Game: Active Module ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string active.id(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the active module in slot &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; in the active modules list whereas 1 refers to the first module in the list. Returns an empty string if the slot index is invalid or tower testing is not active.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Is Stunned&lt;br /&gt;
|&amp;lt;code&amp;gt;bool stunned()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the tower is stunned and false if the tower is either not stunned or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Negative Buffs&lt;br /&gt;
|&amp;lt;code&amp;gt;int negative()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total number of nagative buffs currently present on the tower or 0 if the tower has no negative buffs or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Health&lt;br /&gt;
|&amp;lt;code&amp;gt;double health(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current health of the tower or 0 if the tower is dead does not exist. Returns the value as a percentage of max health value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Health&lt;br /&gt;
|&amp;lt;code&amp;gt;double health.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum hitpoints of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Health Regeneration&lt;br /&gt;
|&amp;lt;code&amp;gt;double health.regen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current health regeneration of the tower or 0 if the tower does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Energy&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current energy of the tower or 0 if the tower does not exist. Returns the value as a percentage of max energy value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Energy&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum energy of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Energy Regeneration&lt;br /&gt;
|&amp;lt;code&amp;gt;double energy.regen()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current energy regeneration of the tower or 0 if the tower does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Shield&lt;br /&gt;
|&amp;lt;code&amp;gt;double shield(bool percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current shieldpoints of the tower or 0 if the tower is dead or does not exist. Returns the value as a percentage of max shieldpoints value if &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; is true otherwise the absolute value.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Max. Shield&lt;br /&gt;
|&amp;lt;code&amp;gt;double shield.max()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the maximum shieldpoints of the tower or 0 if the tower is either dead or does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Module Cooldown&lt;br /&gt;
|&amp;lt;code&amp;gt;double cooldown(int skill)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the remaining cooldown of the active module at slot &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; in seconds Slot 1 refers to the first module in the active modules list.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Attack Range&lt;br /&gt;
|&amp;lt;code&amp;gt;double tower.range()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tower's current attack range. (Default attack range without any modules or buffs is 18).&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Use (Instantly)&lt;br /&gt;
|&amp;lt;code&amp;gt;void useinstant(int skill)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Orders the Tower to use the [[Modules]] at slot &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; where slot 1 refers to the module at the very top of the skill menu. Entering an invalid slot will do nothing.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Use (Position)&lt;br /&gt;
|&amp;lt;code&amp;gt;void useposition(int skill, vector2 pos&amp;lt;/code&amp;gt;&lt;br /&gt;
|Orders the tower to use the module at slot  &amp;lt;code&amp;gt;skill&amp;lt;/code&amp;gt; where slot 1 refers to the module at the very top of the skill menu at an offset of &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Restart&lt;br /&gt;
|&amp;lt;code&amp;gt;void restart()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Restarts the current [[Tower Testing]] run. Can only be can only be executing during or at the end of a run that took equal or longer than a second.&lt;br /&gt;
|-&lt;br /&gt;
|Tower: Exit&lt;br /&gt;
|&amp;lt;code&amp;gt;void exit()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Exits the current Tower Testing run.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Power Plant APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Powerplant: Sell&lt;br /&gt;
|&amp;lt;code&amp;gt;void sell(int x, int y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sells the [[Power Plant]] component at X: &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y: &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; and automatically refunds a part of the selling price. If the selected slot is empty then nothing will happen. (0, 0) is the bottom left corner of the grid.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Mine APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Dig&lt;br /&gt;
|&amp;lt;code&amp;gt;void dig(int x, int y)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Digs up the tile at X: &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; and Y: &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; of the currently selected resource in the [[Mine]] with (0, 0) being the top left corner. Only works if the [[Mine]] window is active!&lt;br /&gt;
|-&lt;br /&gt;
|Mine: New Layer&lt;br /&gt;
|&amp;lt;code&amp;gt;void newlayer()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new layer of the currently selected resource in the [[Mine]]. Only works if the [[Mine]] window is active!&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Open Tab&lt;br /&gt;
|&amp;lt;code&amp;gt;void tab(int pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Opens the mining tab at position &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt;. Position 1 is the first tab (Orange) and position 12 is the last tab (Black).&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Delete Cluster&lt;br /&gt;
|&amp;lt;code&amp;gt;void remove(int pos)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Removes the asteroid cluster at list position &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt; where 1 represents the first cluster in the list.&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Has Layers&lt;br /&gt;
|&amp;lt;code&amp;gt;bool hasLayers()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the current active mining tab can generate at least 1 layer.&lt;br /&gt;
|-&lt;br /&gt;
|Mine: Clusters&lt;br /&gt;
|&amp;lt;code&amp;gt;int clusters()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of asteroid clusters currently in the list or 0 if the second floor of [[Mine]] has not been unlocked yet.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Factory APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Try Craft&lt;br /&gt;
|&amp;lt;code&amp;gt;void craft(string item, int tier, double amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to craft &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (Tier &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) a total of &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times by using items inside the inventory or crafting grid. If that is not possible then no items are being crafted. Only works if the [[Factory]] screen is visible.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Try Produce&lt;br /&gt;
|&amp;lt;code&amp;gt;void produce(string item, int tier, double amount, string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to put &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; x &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) into machine &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;. If too few items are available or the selected machine is currently busy with a different item type then nothing will happen. Ignores the tier if the selected item ID is rubber.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Trash&lt;br /&gt;
|&amp;lt;code&amp;gt;void trash(string item, int tier, double amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to put &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; x &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) into the trash can of the [[Factory]]. If too few items are present in the inventory and the crafting grid of the [[Factory]] then it will still try to remove as many as possible. Ignores the tier for items that don't have a tier.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Cancel Machine&lt;br /&gt;
|&amp;lt;code&amp;gt;void cancel(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops production of the [[Factory]] machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt; and ejects all items back to the inventory if possible.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Is Processing&lt;br /&gt;
|&amp;lt;code&amp;gt;bool active(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt; is currently processing items.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Item Count&lt;br /&gt;
|&amp;lt;code&amp;gt;double count(string item, int tier)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; (T&amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;) inside the inventory of the [[Factory]].&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Machine Input Count&lt;br /&gt;
|&amp;lt;code&amp;gt;double machine.item.count(string machine)&amp;lt;/code&amp;gt; &lt;br /&gt;
|Returns the number of items currently inside the machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Factory: Machine Input&lt;br /&gt;
|&amp;lt;code&amp;gt;string machine.item(string machine)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the item currently inside the [[Factory]] machine with the ID &amp;lt;code&amp;gt;machine&amp;lt;/code&amp;gt;. &lt;br /&gt;
|-&lt;br /&gt;
|Factory: Find ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string factory.find(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the correct item ID of the item with the closest match to &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; (ignores case-sensitivity). This function is very slow. Avoid using it in performance-critical sections.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Arcade APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Spin Lucky Wheel&lt;br /&gt;
|&amp;lt;code&amp;gt;void wheel.spin(double wager)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Spins the [[Arcade#Lucky Wheel|Lucky Wheel]] with a wager of &amp;lt;code&amp;gt;wager&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Lucky Wheel Is Spinning&lt;br /&gt;
|&amp;lt;code&amp;gt;bool wheel.isSpinning()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the [[Arcade#Lucky Wheel|Lucky Wheel]] in the [[Arcade]] is currently spinning.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble New Game&lt;br /&gt;
|&amp;lt;code&amp;gt;void jumble.new(double wager)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Starts a new game of [[Arcade#Jumble|Jumble]] with a wager of &amp;lt;code&amp;gt;wager&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble Stop&lt;br /&gt;
|&amp;lt;code&amp;gt;void jumble.stop()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Stops the current column.&lt;br /&gt;
|-&lt;br /&gt;
|Arcade: Jumble Is Active&lt;br /&gt;
|&amp;lt;code&amp;gt;bool jumble.isActive()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if there is an active game of [[Arcade#Jumble|Jumble]] in the [[Arcade]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Move&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.move(vector direction)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Moves the player in the direction of &amp;lt;code&amp;gt;direction&amp;lt;/code&amp;gt; in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Wait&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.wait()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Skips a turn in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Place Bomb&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.placeBomb()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Places a Bomb at the Player location in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Buy Market Item&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.buyMarketItem(string item)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Tries to buy &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; from the Market.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Cast Spell&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.useSpell(string spell)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Cast the &amp;lt;code&amp;gt;spell&amp;lt;/code&amp;gt; spell.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Teleport&lt;br /&gt;
|&amp;lt;code&amp;gt;void adventure.teleport(vector room)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Teleport to room &amp;lt;code&amp;gt;room&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Note: (0, 0) is bottom left, (127, 127) is the center and (255, 255) is top right.''&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Room Coordinates&lt;br /&gt;
|&amp;lt;code&amp;gt;vector adventure.roomCoords()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the coordinates of the current room in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Player Position&lt;br /&gt;
|&amp;lt;code&amp;gt;vector adventure.playerPos()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current position in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
''Relative to the current room. (0, 0) is the bottom left corner, (18, 18) is the top right corner.''&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Hearts&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerHealth()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Health in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Armor&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerArmor()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Armor in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Swords&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.playerAttack()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the player's current Swords in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Bombs&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.bombs()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Bombs in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Count Entities&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.countEntities(string type)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the amount of &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; on the current map.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Emeralds&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.emeralds()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Emeralds in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Golden Hearts&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.goldenHearts()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Golden Hearts in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Keys&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.keys()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current Key amount in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Mana&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.mana()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Mana in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Mana Armor&lt;br /&gt;
|&amp;lt;code&amp;gt;int adventure.manaArmor()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current amount of Mana Armor in [[Arcade#Adventure|Adventure]].&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Has Phoenix Feather&lt;br /&gt;
|&amp;lt;code&amp;gt;bool hasPhoenixFeather()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if Phoenix Feather is available.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Has Item&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.hasItem(string item)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if item &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; is unlocked.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Wall&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isWall(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile in position is Wall.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Bomb&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isBomb(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile is Bomb.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Enemy&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isEnemy(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if tile has an Enemy.&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Is Room Completed&lt;br /&gt;
|&amp;lt;code&amp;gt;bool adventure.isCompleted(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the room at &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; is completed. (Only works if the Map and the Compass are unlocked.)&lt;br /&gt;
|-&lt;br /&gt;
|Adventure: Get Entity Type&lt;br /&gt;
|&amp;lt;code&amp;gt;string adventure.entityType(vector position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns rock, door, chest or an empty string for position &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt;.&lt;br /&gt;
''Can also return elite and mimic.''&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Trading Post APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Refresh&lt;br /&gt;
|&amp;lt;code&amp;gt;void refresh()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Generates a new set of offers in the [[Trading Post]]. '''Requires a specific upgrade for the [[Trading Post]] later in the game in order to be used!'''&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Trade&lt;br /&gt;
|&amp;lt;code&amp;gt;void trade(int position, double percent)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Trades the offer at position &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; in the list of offers (first offer is at position 0) using &amp;lt;code&amp;gt;percent&amp;lt;/code&amp;gt; (0.15 = 15%) of the available input resources.&lt;br /&gt;
|-&lt;br /&gt;
|Tradingpost: Offer Count&lt;br /&gt;
|&amp;lt;code&amp;gt;int offerCount()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the total amount of available offers in [[Trading Post]].&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Museum APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyTier(string element, int tier, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buys a &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; Power Stone of tier &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt; from the shop or market &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy Range&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyRange(string element, int tierMin, int tierMax, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buys a &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; Power Stone between tier &amp;lt;code&amp;gt;tierMin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;tierMax&amp;lt;/code&amp;gt; from the shop or market &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Combine&lt;br /&gt;
|&amp;lt;code&amp;gt;void combine(int tierMax)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Combine Power Stones with the usual combine rules up to Tier &amp;lt;code&amp;gt;tierMax&amp;lt;/code&amp;gt; (&amp;lt;1 means no limit).&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Transmute&lt;br /&gt;
|&amp;lt;code&amp;gt;void transmute()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Transmute Power Stones currently inside the Cubos Cube.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Move&lt;br /&gt;
|&amp;lt;code&amp;gt;void move(string from, int slot, string to)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Move a Power Stone from &amp;lt;code&amp;gt;from&amp;lt;/code&amp;gt; in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;to&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Move Slot&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.moveTo(string from, int fromSlot, string to, int toSlot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Move a Power Stone from &amp;lt;code&amp;gt;from&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;fromSlot&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;to&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;toSlot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Swap&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.swap(string invA, int slotA, string invB, int slotB)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Swap the Power Stones in &amp;lt;code&amp;gt;invA&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slotA&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;invB&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slotB&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Sell&lt;br /&gt;
|&amp;lt;code&amp;gt;void delete(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sell the Power Stone from &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Sell All&lt;br /&gt;
|&amp;lt;code&amp;gt;void clear(string inventory)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sell all Power Stones from &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Set Preferred Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setPreferredTier(int tier)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the preferred market tier to &amp;lt;code&amp;gt;tier&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Set Preference&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setPreference(string element, bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the market preference for element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt; to state.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Refresh&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.refresh()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Refreshes Market Offers&lt;br /&gt;
''Requires an upgrade later in the game.''&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Buy Market&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.buyOffer(int slot, int amount)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Buy the Power Stone from market in slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; times.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Lock Market Slot&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.setSlotLocked(int slot, bool state)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the lock state of Market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt; to state.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Rebuy&lt;br /&gt;
|&amp;lt;code&amp;gt;void museum.rebuy(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Rebuy the Power Stone from Trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Preference&lt;br /&gt;
|&amp;lt;code&amp;gt;bool museum.preference(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the  current market preference for element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Lock&lt;br /&gt;
|&amp;lt;code&amp;gt;bool museum.isSlotLocked(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the lock state of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Free Slots&lt;br /&gt;
|&amp;lt;code&amp;gt;int freeSlots(string inventory)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the free slots of &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Power Stone Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int tier(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the tier of Power Stone in &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Preferred Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.preferredTier()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the currently set preferred market tier.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Max Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.maxTier(string element)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the max tier of element &amp;lt;code&amp;gt;element&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.slotTier(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get tier of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Trash Tier&lt;br /&gt;
|&amp;lt;code&amp;gt;int museum.trashTier(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get tier of trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Timer&lt;br /&gt;
|&amp;lt;code&amp;gt;double museum.timer()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the current market time until the next refresh.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Power Stone Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string element(string inventory, int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Return the Power Stone element of &amp;lt;code&amp;gt;inventory&amp;lt;/code&amp;gt; slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Market Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string museum.slotElement(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get element of market slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Museum: Trash Element&lt;br /&gt;
|&amp;lt;code&amp;gt;string museum.trashElement(int slot)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Get element of trash slot &amp;lt;code&amp;gt;slot&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Worker APIs&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Is Paused&lt;br /&gt;
|&amp;lt;code&amp;gt;bool worker.paused(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns true if the first Worker with the name &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; is paused. Also returns true if not Worker with the given name exists.&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Group&lt;br /&gt;
|&amp;lt;code&amp;gt;int worker.group(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the group of the Worker at index &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; (0 is the first Worker in the list).&lt;br /&gt;
&lt;br /&gt;
''White = 0, red = 1, blue = 2, green = 3, yellow = 4, magenta = 5.''&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Name&lt;br /&gt;
|&amp;lt;code&amp;gt;string worker.name(int index)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the name of the Worker at index &amp;lt;code&amp;gt;index&amp;lt;/code&amp;gt; (0 is the first Worker in the list).&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Task ID&lt;br /&gt;
|&amp;lt;code&amp;gt;string worker.task(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Returns the ID of the current task of the first Worker with the name &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;. Returns an empty string if no Worker with the given name exists or if there has been no task assigned.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Toggle Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.toggleGroup(int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Toggles the paused state of all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt;. (Click on the parameter to see which color belongs to which group id.) Colors: White (0), Red (1), Blue (2), Green(3), Yellow (4), Magenta (5)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Pause Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.pauseGroup(int group, bool paused)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the paused state of all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;bool value&amp;lt;/code&amp;gt;. (Click on the parameter to see which color belongs to which group id.)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.toggleName(string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Toggles the paused state of all workers with name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Pause&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.pauseName(string name, bool paused)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the paused state of all workers with the name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;bool value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Assign Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.assignGroup(string task, int subtask, int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Assigns the task with id &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; and optional parameter &amp;lt;code&amp;gt;int param&amp;lt;/code&amp;gt; (0 is the leftmost) to all workers in group &amp;lt;code&amp;gt;int group&amp;lt;/code&amp;gt;. (Click on the groups parameter to see which color belongs to which group.)&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Assign&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.assignName(string task, int subtask, string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Assigns Task with ID &amp;lt;code&amp;gt;str id&amp;lt;/code&amp;gt; and optional parameter &amp;lt;code&amp;gt;int param&amp;lt;/code&amp;gt; (0 is the leftmost) to all workers with the name &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;. [[Workers#Worker_Taskid.27s|TaskIDs]]&lt;br /&gt;
|-&lt;br /&gt;
|Workers: Set Name&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.setName(int index, string name)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the name of the worker at index &amp;lt;code&amp;gt;int index&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;str name&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Worker: Set Group&lt;br /&gt;
|&amp;lt;code&amp;gt;void worker.setGroup(int index, int group)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the group of the worker at index &amp;lt;code&amp;gt;int index&amp;lt;/code&amp;gt; (0 is the first worker) to the group with id &amp;lt;code&amp;gt;int id&amp;lt;/code&amp;gt;.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+User Interface APIs (requires boots.d0s)&lt;br /&gt;
!Name&lt;br /&gt;
!Function Signature&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Canvas: Draw Rect&lt;br /&gt;
|&amp;lt;code&amp;gt;void canvas.rect(vector2 pos, vector2 size, string colour&amp;lt;/code&amp;gt;&lt;br /&gt;
|Draws a rectangle on the drawable canvas at location &amp;lt;code&amp;gt;pos&amp;lt;/code&amp;gt; with a size of &amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; and colored in &amp;lt;code&amp;gt;colour&amp;lt;/code&amp;gt;. (Accepts #RRGGBB and #RRGGBBAA as inputs for color.)&lt;br /&gt;
|-&lt;br /&gt;
|Canvas: Clear&lt;br /&gt;
|&amp;lt;code&amp;gt;void canvas.clear()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Clears the drawable canvas instantly.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Create&lt;br /&gt;
|&amp;lt;code&amp;gt;void create(string windowId, string windowType)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Creates a window with the unique identifier &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; (used to address the new instance) of type &amp;lt;code&amp;gt;windowType&amp;lt;/code&amp;gt; (window name inside windows list).&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Text&lt;br /&gt;
|&amp;lt;code&amp;gt;void text.set(string windowId, string textElementId, string value)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the content inside the window with the id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; of the text label with the id &amp;lt;code&amp;gt;textElementId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Sprite&lt;br /&gt;
|&amp;lt;code&amp;gt;void sprite.set(string windowId, string elementId, string spriteId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Sets the sprite inside the window with the id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; of the button/image with the id &amp;lt;code&amp;gt;elementId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;spriteId&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Get Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;bool visibility.get(string windowId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;void visibility.set(string windowId, bool visible)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set the window with id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; to visible if &amp;lt;code&amp;gt;visible&amp;lt;/code&amp;gt; is true. Otherwise it will be hidden.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Get Child Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;bool child.visibility.get(string windowId, string childElementId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Child Visibility&lt;br /&gt;
|&amp;lt;code&amp;gt;void child.visibility.set(string windowId, string childElementId, bool visible)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Set child of window with id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; with id &amp;lt;code&amp;gt;childElementId&amp;lt;/code&amp;gt; to visible if &amp;lt;code&amp;gt;visible&amp;lt;/code&amp;gt; is true. Otherwise window will be hidden.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Set Position&lt;br /&gt;
|&amp;lt;code&amp;gt;void position.set(string windowId, vector2 position)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Changes the position of the window with id &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;position&amp;lt;/code&amp;gt; based on the anchor of its root element. Per default the anchor is set to the center of the window and 0,0 represents the center of the screen.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Destroy&lt;br /&gt;
|&amp;lt;code&amp;gt;void destroy(string windowId)&amp;lt;/code&amp;gt;&lt;br /&gt;
|Destroys the window with the unique identifier &amp;lt;code&amp;gt;windowId&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|Window: Destroy All&lt;br /&gt;
|&amp;lt;code&amp;gt;void destroy.all()&amp;lt;/code&amp;gt;&lt;br /&gt;
|Destroys all active windows.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Resources&amp;diff=3771</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Resources&amp;diff=3771"/>
		<updated>2025-05-07T08:35:07Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: corrected conversion rates of arcade and museum resources&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Resources''' are used to purchase various upgrades throughout the game.&lt;br /&gt;
&lt;br /&gt;
==List of resources==&lt;br /&gt;
&lt;br /&gt;
:{{Resource|White|size=40px}} &amp;lt;span style=&amp;quot;color: #D9D9D9&amp;quot;&amp;gt;'''White'''&amp;lt;/span&amp;gt; - Can be converted into other resources in their respective [[buildings]].&lt;br /&gt;
:{{Resource|Yellow|size=40px}} &amp;lt;span style=&amp;quot;color: #D9D900&amp;quot;&amp;gt;'''Yellow'''&amp;lt;/span&amp;gt; - Used in the [[Power Plant]] building.&lt;br /&gt;
:{{Resource|Orange|size=40px}} &amp;lt;span style=&amp;quot;color: #D98200&amp;quot;&amp;gt;'''Orange'''&amp;lt;/span&amp;gt; - Used in the [[Mine]] building.&lt;br /&gt;
:{{Resource|Red|size=40px}} &amp;lt;span style=&amp;quot;color: #D90000&amp;quot;&amp;gt;'''Red'''&amp;lt;/span&amp;gt; - Used in the [[Factory]] building.&lt;br /&gt;
:{{Resource|Purple|size=40px}} &amp;lt;span style=&amp;quot;color: #BB00D9&amp;quot;&amp;gt;'''Purple'''&amp;lt;/span&amp;gt; - Used in the [[Headquarters]] building.&lt;br /&gt;
:{{Resource|Pink|size=40px}} &amp;lt;span style=&amp;quot;color: #D987D9&amp;quot;&amp;gt;'''Pink'''&amp;lt;/span&amp;gt; - Used in the [[Arcade]] building.&lt;br /&gt;
:{{Resource|Green|size=40px}} &amp;lt;span style=&amp;quot;color: #00D91C&amp;quot;&amp;gt;'''Green'''&amp;lt;/span&amp;gt; - Used in the [[Laboratory]] building.&lt;br /&gt;
:{{Resource|Cyan|size=40px}} &amp;lt;span style=&amp;quot;color: #00D9A3&amp;quot;&amp;gt;'''Cyan'''&amp;lt;/span&amp;gt; - Used in the [[Shipyard]] building.&lt;br /&gt;
:{{Resource|Lightblue|size=40px}} &amp;lt;span style=&amp;quot;color: #7BBAD9&amp;quot;&amp;gt;'''Lightblue'''&amp;lt;/span&amp;gt; - Used in the [[Trading Post]] building.&lt;br /&gt;
:{{Resource|Blue|size=40px}} &amp;lt;span style=&amp;quot;color: #3B92D9&amp;quot;&amp;gt;'''Blue'''&amp;lt;/span&amp;gt; - Used in the [[Workshop]] building.&lt;br /&gt;
:{{Resource|Grey|size=40px}} &amp;lt;span style=&amp;quot;color: #999999&amp;quot;&amp;gt;'''Grey'''&amp;lt;/span&amp;gt; - Used in the [[Museum]] building.&lt;br /&gt;
:{{Resource|Brown|size=40px}} &amp;lt;span style=&amp;quot;color: #754B00&amp;quot;&amp;gt;'''Brown'''&amp;lt;/span&amp;gt; - Used in the [[Construction Firm]] building.&lt;br /&gt;
:{{Resource|Black|size=40px}} &amp;lt;span style=&amp;quot;color: #525252&amp;quot;&amp;gt;'''Black'''&amp;lt;/span&amp;gt; - Used in the [[Statue of Cubos]] building.&lt;br /&gt;
&lt;br /&gt;
==Obtaining resources==&lt;br /&gt;
===White===&lt;br /&gt;
White resources are primarily gained from [[Tower Testing]]. Each enemy killed will grant a number of resources depending on [[Regions|region]], difficulty, current wave and any applied boosts.&lt;br /&gt;
&lt;br /&gt;
White resources can also be gained from [[Workshop#Producers|Producers]].&lt;br /&gt;
&lt;br /&gt;
====Resource boosts====&lt;br /&gt;
&lt;br /&gt;
*Certain [[modules]]&lt;br /&gt;
*[[Museum#Power stones|Power Stones]]&lt;br /&gt;
*[[Town#Town Assets|Town Assets]]&lt;br /&gt;
*Certain [[Town#Town Perks|Town Perks]]&lt;br /&gt;
&lt;br /&gt;
===Other colours===&lt;br /&gt;
All other resources are primarily gained by converting white resources. The conversion rate depends on the colour of resources you are converting to.&lt;br /&gt;
&lt;br /&gt;
Like white resources, the other colours can also be gained passively from [[Factory#Producers|Producers]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Resource!!Conversion Rate&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Yellow}} Yellow||800:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Orange}} Orange||120:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Red}} Red||150:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Purple}} Purple||750:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Pink}} Pink||25000:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Green}} Green||400:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Cyan}} Cyan||100000:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Lightblue}} Lightblue||6000:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Blue}} Blue||50:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Grey}} Grey||50000:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Brown}} Brown||60:1&lt;br /&gt;
|-&lt;br /&gt;
|{{Resource|Black}} Black||250000:1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[File:Gem.png|20px]] [[Gems]]&lt;br /&gt;
*[[File:Exotic gem.png|20px]] [[Exotic gems]]&lt;br /&gt;
*[[File:Ember.png|20px]] [[Ember]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Factory&amp;diff=3733</id>
		<title>Factory</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Factory&amp;diff=3733"/>
		<updated>2025-02-08T07:32:30Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Upgrades */ updated a few things about factory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=10|ConversionRate=150|Image=Factory.png|Color=Red|ColorCode=red}}&lt;br /&gt;
[[File:Red resource.png|left]]&lt;br /&gt;
The '''Factory''' is a building where you make production modules. Production modules produce a specific amount of resources per second.&lt;br /&gt;
&lt;br /&gt;
To craft production modules you need to either purchase your materials or refine and combine your own with machinery.&lt;br /&gt;
&lt;br /&gt;
You need materials from the [[Mine]] in order to refine better materials.&lt;br /&gt;
[[File:Factory2.png|thumb|1. Crafting Grid   2. Inventory  3. Machines 4. Recipes  5. Production  6. Shop  7. Refining]]&lt;br /&gt;
[[File:Items.png|thumb|From left to right: Ingot, Plate, Circuit Plate, Screw/Bolt, Wire, Cable, Metal Bar/Rod, Circuit Wires, Pipe, Ring, Dust.]]&lt;br /&gt;
&lt;br /&gt;
==Upgrades==&lt;br /&gt;
Upgrading the Factory does the following:&lt;br /&gt;
&lt;br /&gt;
* Increases the Inventory size by 12 slots.&lt;br /&gt;
* Increases the crafting grid size.&lt;br /&gt;
* Unlocks new recipes. The recipes that are unlocked will use the newly unlocked crafting grid slots.&lt;br /&gt;
&lt;br /&gt;
==Main Screen==&lt;br /&gt;
&lt;br /&gt;
===Inventory===&lt;br /&gt;
Located on the bottom right. Things you buy and make can be placed here. You start with 24 slots at Factory T1. &lt;br /&gt;
&lt;br /&gt;
Click and drag the items to move them around, and into the crafting grid.&lt;br /&gt;
&lt;br /&gt;
Right click with an empty mouse picks up half of the selected item. Right click with a full mouse places down one of the held items, holding right click with a full mouse and dragging places one item on each tile you dragged the item on, assuming the tile was either empty or had the same item beforehand.&lt;br /&gt;
&lt;br /&gt;
Clicking on the trash bin with an item on your cursor will delete that item. There's also a keybind (unset by default) that does the same thing.&lt;br /&gt;
&lt;br /&gt;
===Crafting Grid===&lt;br /&gt;
Located on the left of the factory screen&lt;br /&gt;
&lt;br /&gt;
You can display recipes here from the recipes list. Items needed are represented by transparent icons, you can fill them in by dragging the items in from your inventory. If you got the Auto-Fill skill, you can press the Auto-fill button to automatically place items of the selected recipe into the crafting grid, if you have them in your Inventory. If you don't, then the game will point out the missing parts.&lt;br /&gt;
&lt;br /&gt;
==Machines==&lt;br /&gt;
Machines are used to process items into different items, which can find them in the recipe list. &lt;br /&gt;
&lt;br /&gt;
When a machine is producing, right clicking the machine removes one of the items, and shift right clicking removes all items at once from the machine. &lt;br /&gt;
&lt;br /&gt;
Speed is calculated by this formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;(Base x 2^(Machine_Tier-1))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With &amp;lt;code&amp;gt;Base&amp;lt;/code&amp;gt; being the processing speed of that specific item.&lt;br /&gt;
&lt;br /&gt;
====Speed Boost Per Machine Tier====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
!Tier&lt;br /&gt;
!Boost&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1x&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|2x&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4x&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|8x&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|16x&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|32x&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|64x&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|128x&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|256x&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|512x&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Base times for each recipe in seconds====&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Machine!! rowspan=&amp;quot;2&amp;quot; |Recipe!! rowspan=&amp;quot;2&amp;quot; |Ingredients!! rowspan=&amp;quot;2&amp;quot; |Outputs!! rowspan=&amp;quot;2&amp;quot; |Base Duration Formula!! colspan=&amp;quot;10&amp;quot; |Base Duration per Item Tier (t)&lt;br /&gt;
|-&lt;br /&gt;
|T1||T2||T3||T4||T5||T6||T7||T8||T9||T10&lt;br /&gt;
|-&lt;br /&gt;
!Cutter&lt;br /&gt;
|Screw||Rod||4||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Crusher&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Dust||Ore||2||2t-1||1||3||5||7||9||11||13||15||17||19&lt;br /&gt;
|-&lt;br /&gt;
|Ingot||1||0.5t+0.25||0.75||1.25||1.75||2.25||2.75||3.25||3.75||4.25||4.75||5.25&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Dust||Rainbow Ingot||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||150|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Oven&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Ingot||Ore||1||1.25t+0.25||1.5||2.75||4||5.25||6.5||7.75||9||10.25||11.5||12.75&lt;br /&gt;
|-&lt;br /&gt;
|Dust||1||1.25t+0.25||1.5||2.75||4||5.25||6.5||7.75||9||10.25||11.5||12.75&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Ingot||Rainbow Dust||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||300|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;4&amp;quot; |Presser&lt;br /&gt;
|Rubber Plate||Rubber||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||3|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|Plate||Ingot||1||t+1||2||3||4||5||6||7||8||9||10||11&lt;br /&gt;
|-&lt;br /&gt;
|Dense Plate||Stacked Plate||1||3t||3||6||9||12||15||18||21||24||27||30&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Plate||Rainbow Ingot||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||300|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!Mixer&lt;br /&gt;
|Dust||Ore Lump||2||2t||2||4||6||8||10||12||14||16||18|| style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!Assembler&lt;br /&gt;
|Circuit||Cable||1||2.5t+5.5||8||10.5||13||15.5||18||20.5||23||25.5||28||30.5&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Boiler&lt;br /&gt;
|Dense Block||Block||1||50t||50||100||150||200||250||300||350||400||450||500&lt;br /&gt;
|-&lt;br /&gt;
|Dust (Downtier)||Dust||4||2(t+1)|| style=&amp;quot;background-color: silver;&amp;quot; |4||6||8||10||12||14||16||18||20||22&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Shaper&lt;br /&gt;
|Rod||Ingot||2||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Ring||Rod||1||1.5(t+1)||3||4.5||6||7.5||9||10.5||12||13.5||15||16.5&lt;br /&gt;
|-&lt;br /&gt;
|Pipe||Plate||1||5(t+1)||10||15||20||25||30||35||40||45||50||55&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Refinery&lt;br /&gt;
|Cable||Ingot||2||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Wire||Cable||1||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Circuit Plate||Plate||1||3t||3||6||9||12||15||18||21||24||27||30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Oven===&lt;br /&gt;
The oven is used to turn ore and dust into ingots.&lt;br /&gt;
&lt;br /&gt;
Note: It is not advised to turn ore directly into ingots, and instead crush it first into dust as this doubles your ingot output per ore.&lt;br /&gt;
&lt;br /&gt;
===Assembly===&lt;br /&gt;
The assembly is used to turn cables into circuit wires.&lt;br /&gt;
&lt;br /&gt;
===Refiner===&lt;br /&gt;
The refiner is used to turn ingots into cables, cables into wires, and plates into circuit plates.&lt;br /&gt;
&lt;br /&gt;
===Crusher===&lt;br /&gt;
The crusher is used to turn ingots and ore into dust.&lt;br /&gt;
&lt;br /&gt;
===Cutter===&lt;br /&gt;
The cutter is used to turn metal rods into bolts.&lt;br /&gt;
&lt;br /&gt;
===Presser===&lt;br /&gt;
The presser is used to turn rubber balls and ingots into plates, and stacked plates into dense plates.&lt;br /&gt;
&lt;br /&gt;
===Mixer===&lt;br /&gt;
The mixer is used to turn ore lumps into dust.&lt;br /&gt;
&lt;br /&gt;
This allows you to combine lower tier dusts into a higher tier at a 1:8 ratio, or at a 1:4 ratio if the player has the Chemical Lumps [[Exotic Skills|Exotic Skill]].&lt;br /&gt;
&lt;br /&gt;
===Belt===&lt;br /&gt;
Belts do not make any items, instead they double your shard refining speed.&lt;br /&gt;
&lt;br /&gt;
===Shaper===&lt;br /&gt;
The shaper turns ingots into metal rods, metal rods into nuts, and plates into pipes.&lt;br /&gt;
&lt;br /&gt;
===Boiler===&lt;br /&gt;
The boiler turns blocks into dense blocks, and can also revert dust into a previous tier at a 1:4 ratio.&lt;br /&gt;
&lt;br /&gt;
==Recipes==&lt;br /&gt;
The recipe tab is where you find all the machines, producers, and items you can't make with machines.&lt;br /&gt;
&lt;br /&gt;
Clicking the cross-hair icon of a recipe adds transparent items onto the crafting grid as a guide for you to fill out, or press the auto-fill button to have it put the materials in for you.&lt;br /&gt;
&lt;br /&gt;
==Producers==&lt;br /&gt;
The producer tab is where you install your producers. &lt;br /&gt;
&lt;br /&gt;
Producers make various resources at a specific rate, and will keep producing even while offline. Producer income is multiplied by both with [[Trading Post]] bonus &amp;quot;Production Bonus Resources&amp;quot; and by the [[Power Plant]] Factory boost. The former will be factored in to the rate shown in the tab, but the latter will not, since it speeds up time itself.&lt;br /&gt;
&lt;br /&gt;
Producers are a valuable source of resources throughout the game.&lt;br /&gt;
&lt;br /&gt;
All of the following values are in resources/sec.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
!Type!!T1 [[File:Producer T1.png|frameless]]!!T2 [[File:Producer T2.png|frameless]]!!T3 [[File:Producer T3.png|frameless]]!!T4 [[File:Producer T4.png|frameless]]!!T5 [[File:Producer T5.png|frameless]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:White resource.png|40px|link=Town|Town resource]] [[Town]]&lt;br /&gt;
|0.25&lt;br /&gt;
|150&lt;br /&gt;
|3e5&lt;br /&gt;
|2.5e12&lt;br /&gt;
|1e20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Yellow resource.png|40px|link=Power Plant|Power Plant resource]] [[Power Plant]]&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |0.02&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |10&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |2.75e4&lt;br /&gt;
|1.5625e10&lt;br /&gt;
|1.25e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orange resource.png|40px|link=Mine|Mine resource]] [[Mine]]&lt;br /&gt;
|1.04167e11&lt;br /&gt;
|8.3333e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Red resource.png|40px|link=Factory|Factory resource]] [[Factory]]&lt;br /&gt;
|8.3333e10&lt;br /&gt;
|6.6667e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Purple resource.png|40px|link=Headquarters|Headquarters resource]] [[Headquarters]]&lt;br /&gt;
|1.6667e10&lt;br /&gt;
|1.3333e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Pink resource.png|40px|link=Resources|Arcade resource]] [[Arcade]]&lt;br /&gt;
|1.25e8&lt;br /&gt;
|1e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Green resource.png|40px|link=Resources|Laboratory resource]] [[Laboratory]]&lt;br /&gt;
|3.125e10&lt;br /&gt;
|2.5e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cyan resource.png|40px|link=Shipyard|Shipyard resource]] [[Shipyard]]&lt;br /&gt;
|1.25e8&lt;br /&gt;
|1e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Lightblue resource.png|40px|link=Trading Post|Trading Post resource]] [[Trading Post]]&lt;br /&gt;
|2.0833e9&lt;br /&gt;
|1.6667e17&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Blue resource.png|40px|link=Workshop|Workshop resource]] [[Workshop]]&lt;br /&gt;
|2.5e11&lt;br /&gt;
|2e19&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Grey resource.png|40px|link=Museum|Museum resource]] [[Museum]]&lt;br /&gt;
|2.8333e8&lt;br /&gt;
|2.2222e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brown resource.png|40px|link=Construction Firm|Construction Firm resource]] [[Construction Firm]]&lt;br /&gt;
|2.0833e11&lt;br /&gt;
|1.6667e19&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Black resource.png|40px|link=Statue of Cubos|Statue of Cubos resource]] [[Statue of Cubos]]&lt;br /&gt;
|5e7&lt;br /&gt;
|4e15&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gem.png|40px|link=Gems|Gems]] [[Gems]]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; |1000&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Exotic gem.png|40px|link=Exotic gems|Exotic gems]] [[Exotic gems]]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; |0.001&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Shop==&lt;br /&gt;
The shop is where you can buy materials and items with red cubes, without having to make them.&lt;br /&gt;
&lt;br /&gt;
The items in the shop however have a stock limit, that replenishes over time when not capped. Shift clicking buys five at a time, and right clicking buys the entire stock at once.&lt;br /&gt;
&lt;br /&gt;
==Refining==&lt;br /&gt;
[[File:Factory Refining Efficiency.png|thumb|Chart showing the gains in efficiency as you refine more shards, particularly at Tier breakpoints.]]&lt;br /&gt;
&lt;br /&gt;
The refining tab is where you refine shards dug up from [[Mine|the mine]] into ores. To refine, you must select which shards will participate (generally, you want all of them) and their proportion (equal splits equally, while relative splits according to how many shards you have).&lt;br /&gt;
&lt;br /&gt;
This allows you to get higher tier items than can be found in the shop. In order to refine a particular tier of ore, you must refine with &amp;lt;b&amp;gt;at least&amp;lt;/b&amp;gt; that many different shard types, &amp;lt;b&amp;gt;and&amp;lt;/b&amp;gt; the total size of the refine must exceed a certain &amp;quot;breakpoint&amp;quot; threshold. It is generally suggested to not refine larger than the threshold for a given tier, because it just wastes time and shards (see chart). The breakpoints are as follows (round up to the nearest integer, the fractions are for data completeness):&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier!!Size&lt;br /&gt;
|-&lt;br /&gt;
|T1||12.5&lt;br /&gt;
|-&lt;br /&gt;
|T2||164.157987753&lt;br /&gt;
|-&lt;br /&gt;
|T3||981.805656071&lt;br /&gt;
|-&lt;br /&gt;
|T4||5223.76200109&lt;br /&gt;
|-&lt;br /&gt;
|T5||26919.6914918&lt;br /&gt;
|-&lt;br /&gt;
|T6||137812.5&lt;br /&gt;
|-&lt;br /&gt;
|T7||707792.640311&lt;br /&gt;
|-&lt;br /&gt;
|T8||3662530.24793&lt;br /&gt;
|-&lt;br /&gt;
|T9||19131554.9974&lt;br /&gt;
|-&lt;br /&gt;
|T10||100964071.569&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The belt is very important in reducing the time it takes to refine material. It is &amp;lt;i&amp;gt;much&amp;lt;/i&amp;gt; faster to refine only what is needed to build the next level belt, start a new refine for one tier higher, and repeat, than it is to go straight for T10 ore with a low-level belt.&lt;br /&gt;
&lt;br /&gt;
It takes 5 seconds to refine 1 shard without any belt, skills, or other effects (reduced to 2 seconds if you have the relevant skill). To calculate the total time to refine including all those effects, see https://www.desmos.com/calculator/oaqwluawpe.&lt;br /&gt;
&lt;br /&gt;
==Second Floor==&lt;br /&gt;
&amp;lt;small&amp;gt; Main Article: [[Specializations#Factory:_Crafter_and_Fabricator|Factory Floor 2]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Second Floor of the Factory involves mainly using mass to create items, automate crafting, and growing materials from trees.&lt;br /&gt;
&lt;br /&gt;
===Crafter===&lt;br /&gt;
The Crafter is used to scan items and craft scanned items automatically, allowing you to easily craft them.&lt;br /&gt;
&lt;br /&gt;
To '''scan''' an item, you need to have a certain quantity of it (the items are consumed in the scanning process), and to have all ingredients needed to craft the item already scanned (Ores and rubber are the first items you can scan). Scanning an item will also cost Factory Resources, which varies depending on the tier of the item. The resource cost for each tier is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier!!Resource Cost!!Quantity&lt;br /&gt;
|-&lt;br /&gt;
|T1||100B||100&lt;br /&gt;
|-&lt;br /&gt;
|T2||100T||50&lt;br /&gt;
|-&lt;br /&gt;
|T3||100Qa||30&lt;br /&gt;
|-&lt;br /&gt;
|T4||100Qi||25&lt;br /&gt;
|-&lt;br /&gt;
|T5||100Sx||20&lt;br /&gt;
|-&lt;br /&gt;
|T6||100Sp||15&lt;br /&gt;
|-&lt;br /&gt;
|T7||100Oc||10&lt;br /&gt;
|-&lt;br /&gt;
|T8||100No||10&lt;br /&gt;
|-&lt;br /&gt;
|T9||100De||10&lt;br /&gt;
|-&lt;br /&gt;
|T10||100UDe||5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
By default, the crafter will automatically craft all items required to make the requested items, recursively. You can also toggle the crafter to use any relevant items already in your inventory.&lt;br /&gt;
&lt;br /&gt;
===Fabricator===&lt;br /&gt;
The Fabricator is used to create items out of mass. After the second floor is unlocked, all factory items will display their mass. Their mass represents how much mass you gain from dissolving them. Their mass is also directly proportional to the resources used to make them. (With the exception of ore to ingot. Always turn your ores to dust first or don't directly turn ores to ingots, as they will lose 50% of their worth from doing so.)&lt;br /&gt;
&lt;br /&gt;
After you have scanned a item in the crafter, you can dissolve that item for mass. The mass is stored and can be used to fabricate any scanned item. The fabricator also contains an auto-mass producer, which makes mass passively. However, it is slow for how expensive it is. The  fabricator can be upgrade to increase dissolve speed, increase fabricating speed, increase maximum amount of mass, and increase auto-mass production.&lt;br /&gt;
&lt;br /&gt;
===Tree Farm===&lt;br /&gt;
The Tree Farm is used to grow items. The player can plant saplings, which will grow into trees over time. The more time the tree grows, the faster it will produce. Currently, there are only two types of sapling, rubber and void-rock, which produce rubber and void essence respectively. You can also plant pumpkins, if you got them during Halloween.&lt;br /&gt;
&lt;br /&gt;
===Manufacture===&lt;br /&gt;
The manufacture tab is used for boosters. Boosters, as the name implies, boost things, currently there are three things they boost: resource drops, producer production (normal) and wave acceleration. To unlock the recipes to craft boosters you will need to buy the upgrades on the side of the grid, once you get them, go to the recipes tab to craft them. To use the boosters, go to the manufacture tab and place the boosters in the grid. Please note that spreading them out is more efficient because boosters are multiplicative like that. Boosters and materials needed to craft them are not scannable due to balancing. The upgrades you buy are:&lt;br /&gt;
&lt;br /&gt;
1. Unlock tier 1 boosters and 4 grid slots&lt;br /&gt;
&lt;br /&gt;
2. Unlock the distribute button found below the grid and also unlock 4 more grid slots&lt;br /&gt;
&lt;br /&gt;
3. Unlock tier 2 boosters, rainbow dust, void rock saplings, and 4 further grid slots&lt;br /&gt;
&lt;br /&gt;
4. Unlock tier 3 boosters and 4 final grid slots.&lt;br /&gt;
&lt;br /&gt;
The formula for how much each booster stack boosts go as follows: &amp;lt;code&amp;gt;1+ Base + Mult*((stack size-1)/10&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;)&amp;lt;sup&amp;gt;Exponent&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. The max boosts for individual stacks are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 1&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 2&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 3&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
|-&lt;br /&gt;
|Acceleration&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.01||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.02||.03||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.05||.05&lt;br /&gt;
|-&lt;br /&gt;
|Producer production&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.99||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||1.7||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.25||2.75||.05&lt;br /&gt;
|-&lt;br /&gt;
|Resource drops&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||1.95||.2&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.15||2.35||.2&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.75||2.25||.2&lt;br /&gt;
|-&lt;br /&gt;
|Machine speed&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.24||.08&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.35||.08&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.10||.90||.08&lt;br /&gt;
|-&lt;br /&gt;
|Tree&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.02||.38||.1&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.95||.12&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.25||1.75||.15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Faster Machines''' - Increases the production speed of all machines by 50%.&lt;br /&gt;
*'''Full Capacity''' - Increases the resource production by 2% for each unique item type inside the production grid.&lt;br /&gt;
*'''Infinite Rubber''' - Doubles the stock limit of all shop items and halves the refill time. Also the refill time of rubber changes to 0.1 sec. per item.&lt;br /&gt;
*'''Auto-Fill''' - Allows you to automatically fill the contents of the crafting grid with the requirements of the selected recipe.&lt;br /&gt;
*'''More Ores''' - Doubles ore output from shard refining.&lt;br /&gt;
*'''Advanced Refining''' - Reduces the basic refining time per shard from 5 seconds to 2 seconds.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Machine Handling''' ({{Number|5|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to pick up machines from their machine slot via right click and place them back via left click.&lt;br /&gt;
*'''Chemical Lumps''' ({{Number|60|icon=[[File:Exotic gem.png|20px]]}}) - Changes the recipe for ore lumps to only use 4 dust of the previous tier.&lt;br /&gt;
*'''Battle Producers''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Increases the production of all producers by 1% for each second that passes during an active tower run. Resets upon quitting or restarting. Does not affect exotic producers.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Factory&amp;diff=3732</id>
		<title>Factory</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Factory&amp;diff=3732"/>
		<updated>2025-02-08T07:07:49Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Manufacture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=10|ConversionRate=150|Image=Factory.png|Color=Red|ColorCode=red}}&lt;br /&gt;
[[File:Red resource.png|left]]&lt;br /&gt;
The '''Factory''' is a building where you make production modules. Production modules produce a specific amount of resources per second.&lt;br /&gt;
&lt;br /&gt;
To craft production modules you need to either purchase your materials or refine and combine your own with machinery.&lt;br /&gt;
&lt;br /&gt;
You need materials from the [[Mine]] in order to refine better materials.&lt;br /&gt;
[[File:Factory2.png|thumb|1. Crafting Grid   2. Inventory  3. Machines 4. Recipes  5. Production  6. Shop  7. Refining]]&lt;br /&gt;
[[File:Items.png|thumb|From left to right: Ingot, Plate, Circuit Plate, Screw/Bolt, Wire, Cable, Metal Bar/Rod, Circuit Wires, Pipe, Ring, Dust.]]&lt;br /&gt;
&lt;br /&gt;
==Upgrades==&lt;br /&gt;
Upgrades to the factory increases inventory space, crafting grid space, and unlocks new recipes.&lt;br /&gt;
&lt;br /&gt;
==Main Screen==&lt;br /&gt;
&lt;br /&gt;
===Inventory===&lt;br /&gt;
Located on the bottom right. Things you buy and make can be placed here. &lt;br /&gt;
&lt;br /&gt;
Click and drag the items to move them around, and into the crafting grid.&lt;br /&gt;
&lt;br /&gt;
Right click with an empty mouse picks up half of the selected item. Right click with a full mouse places down one of the held items, holding right click with a full mouse and dragging places one item on each empty tile.&lt;br /&gt;
&lt;br /&gt;
Clicking on the trash bin through it will delete the items you are holding.&lt;br /&gt;
&lt;br /&gt;
===Crafting Grid===&lt;br /&gt;
Located on the left of the factory screen&lt;br /&gt;
&lt;br /&gt;
You can display recipes here from the recipes list, items needed are represented by transparent icons, you can fill them in by dragging the items in from your inventory.&lt;br /&gt;
&lt;br /&gt;
==Machines==&lt;br /&gt;
Machines are used to process items into different items, which can find them in the recipe list. &lt;br /&gt;
&lt;br /&gt;
When a machine is producing, right clicking the machine removes one of the items, and shift right clicking removes all items at once from the machine. &lt;br /&gt;
&lt;br /&gt;
Speed is calculated by this formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;(Base x 2^(Machine_Tier-1))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With &amp;lt;code&amp;gt;Base&amp;lt;/code&amp;gt; being the processing speed of that specific item.&lt;br /&gt;
&lt;br /&gt;
====Speed Boost Per Machine Tier====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
!Tier&lt;br /&gt;
!Boost&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1x&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|2x&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4x&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|8x&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|16x&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|32x&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|64x&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|128x&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|256x&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|512x&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Base times for each recipe in seconds====&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Machine!! rowspan=&amp;quot;2&amp;quot; |Recipe!! rowspan=&amp;quot;2&amp;quot; |Ingredients!! rowspan=&amp;quot;2&amp;quot; |Outputs!! rowspan=&amp;quot;2&amp;quot; |Base Duration Formula!! colspan=&amp;quot;10&amp;quot; |Base Duration per Item Tier (t)&lt;br /&gt;
|-&lt;br /&gt;
|T1||T2||T3||T4||T5||T6||T7||T8||T9||T10&lt;br /&gt;
|-&lt;br /&gt;
!Cutter&lt;br /&gt;
|Screw||Rod||4||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Crusher&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Dust||Ore||2||2t-1||1||3||5||7||9||11||13||15||17||19&lt;br /&gt;
|-&lt;br /&gt;
|Ingot||1||0.5t+0.25||0.75||1.25||1.75||2.25||2.75||3.25||3.75||4.25||4.75||5.25&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Dust||Rainbow Ingot||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||150|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Oven&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Ingot||Ore||1||1.25t+0.25||1.5||2.75||4||5.25||6.5||7.75||9||10.25||11.5||12.75&lt;br /&gt;
|-&lt;br /&gt;
|Dust||1||1.25t+0.25||1.5||2.75||4||5.25||6.5||7.75||9||10.25||11.5||12.75&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Ingot||Rainbow Dust||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||300|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;4&amp;quot; |Presser&lt;br /&gt;
|Rubber Plate||Rubber||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||3|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|Plate||Ingot||1||t+1||2||3||4||5||6||7||8||9||10||11&lt;br /&gt;
|-&lt;br /&gt;
|Dense Plate||Stacked Plate||1||3t||3||6||9||12||15||18||21||24||27||30&lt;br /&gt;
|-&lt;br /&gt;
|Rainbow Plate||Rainbow Ingot||1|| style=&amp;quot;background-color: silver;&amp;quot; | ||300|| colspan=&amp;quot;9&amp;quot; style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!Mixer&lt;br /&gt;
|Dust||Ore Lump||2||2t||2||4||6||8||10||12||14||16||18|| style=&amp;quot;background-color: silver;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!Assembler&lt;br /&gt;
|Circuit||Cable||1||2.5t+5.5||8||10.5||13||15.5||18||20.5||23||25.5||28||30.5&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Boiler&lt;br /&gt;
|Dense Block||Block||1||50t||50||100||150||200||250||300||350||400||450||500&lt;br /&gt;
|-&lt;br /&gt;
|Dust (Downtier)||Dust||4||2(t+1)|| style=&amp;quot;background-color: silver;&amp;quot; |4||6||8||10||12||14||16||18||20||22&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Shaper&lt;br /&gt;
|Rod||Ingot||2||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Ring||Rod||1||1.5(t+1)||3||4.5||6||7.5||9||10.5||12||13.5||15||16.5&lt;br /&gt;
|-&lt;br /&gt;
|Pipe||Plate||1||5(t+1)||10||15||20||25||30||35||40||45||50||55&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Refinery&lt;br /&gt;
|Cable||Ingot||2||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Wire||Cable||1||t||1||2||3||4||5||6||7||8||9||10&lt;br /&gt;
|-&lt;br /&gt;
|Circuit Plate||Plate||1||3t||3||6||9||12||15||18||21||24||27||30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Oven===&lt;br /&gt;
The oven is used to turn ore and dust into ingots.&lt;br /&gt;
&lt;br /&gt;
Note: It is not advised to turn ore directly into ingots, and instead crush it first into dust as this doubles your ingot output per ore.&lt;br /&gt;
&lt;br /&gt;
===Assembly===&lt;br /&gt;
The assembly is used to turn cables into circuit wires.&lt;br /&gt;
&lt;br /&gt;
===Refiner===&lt;br /&gt;
The refiner is used to turn ingots into cables, cables into wires, and plates into circuit plates.&lt;br /&gt;
&lt;br /&gt;
===Crusher===&lt;br /&gt;
The crusher is used to turn ingots and ore into dust.&lt;br /&gt;
&lt;br /&gt;
===Cutter===&lt;br /&gt;
The cutter is used to turn metal rods into bolts.&lt;br /&gt;
&lt;br /&gt;
===Presser===&lt;br /&gt;
The presser is used to turn rubber balls and ingots into plates, and stacked plates into dense plates.&lt;br /&gt;
&lt;br /&gt;
===Mixer===&lt;br /&gt;
The mixer is used to turn ore lumps into dust.&lt;br /&gt;
&lt;br /&gt;
This allows you to combine lower tier dusts into a higher tier at a 1:8 ratio, or at a 1:4 ratio if the player has the Chemical Lumps [[Exotic Skills|Exotic Skill]].&lt;br /&gt;
&lt;br /&gt;
===Belt===&lt;br /&gt;
Belts do not make any items, instead they double your shard refining speed.&lt;br /&gt;
&lt;br /&gt;
===Shaper===&lt;br /&gt;
The shaper turns ingots into metal rods, metal rods into nuts, and plates into pipes.&lt;br /&gt;
&lt;br /&gt;
===Boiler===&lt;br /&gt;
The boiler turns blocks into dense blocks, and can also revert dust into a previous tier at a 1:4 ratio.&lt;br /&gt;
&lt;br /&gt;
==Recipes==&lt;br /&gt;
The recipe tab is where you find all the machines, producers, and items you can't make with machines.&lt;br /&gt;
&lt;br /&gt;
Clicking the cross-hair icon of a recipe adds transparent items onto the crafting grid as a guide for you to fill out, or press the auto-fill button to have it put the materials in for you.&lt;br /&gt;
&lt;br /&gt;
==Producers==&lt;br /&gt;
The producer tab is where you install your producers. &lt;br /&gt;
&lt;br /&gt;
Producers make various resources at a specific rate, and will keep producing even while offline. Producer income is multiplied by both with [[Trading Post]] bonus &amp;quot;Production Bonus Resources&amp;quot; and by the [[Power Plant]] Factory boost. The former will be factored in to the rate shown in the tab, but the latter will not, since it speeds up time itself.&lt;br /&gt;
&lt;br /&gt;
Producers are a valuable source of resources throughout the game.&lt;br /&gt;
&lt;br /&gt;
All of the following values are in resources/sec.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
!Type!!T1 [[File:Producer T1.png|frameless]]!!T2 [[File:Producer T2.png|frameless]]!!T3 [[File:Producer T3.png|frameless]]!!T4 [[File:Producer T4.png|frameless]]!!T5 [[File:Producer T5.png|frameless]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:White resource.png|40px|link=Town|Town resource]] [[Town]]&lt;br /&gt;
|0.25&lt;br /&gt;
|150&lt;br /&gt;
|3e5&lt;br /&gt;
|2.5e12&lt;br /&gt;
|1e20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Yellow resource.png|40px|link=Power Plant|Power Plant resource]] [[Power Plant]]&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |0.02&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |10&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |2.75e4&lt;br /&gt;
|1.5625e10&lt;br /&gt;
|1.25e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orange resource.png|40px|link=Mine|Mine resource]] [[Mine]]&lt;br /&gt;
|1.04167e11&lt;br /&gt;
|8.3333e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Red resource.png|40px|link=Factory|Factory resource]] [[Factory]]&lt;br /&gt;
|8.3333e10&lt;br /&gt;
|6.6667e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Purple resource.png|40px|link=Headquarters|Headquarters resource]] [[Headquarters]]&lt;br /&gt;
|1.6667e10&lt;br /&gt;
|1.3333e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Pink resource.png|40px|link=Resources|Arcade resource]] [[Arcade]]&lt;br /&gt;
|1.25e8&lt;br /&gt;
|1e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Green resource.png|40px|link=Resources|Laboratory resource]] [[Laboratory]]&lt;br /&gt;
|3.125e10&lt;br /&gt;
|2.5e18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cyan resource.png|40px|link=Shipyard|Shipyard resource]] [[Shipyard]]&lt;br /&gt;
|1.25e8&lt;br /&gt;
|1e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Lightblue resource.png|40px|link=Trading Post|Trading Post resource]] [[Trading Post]]&lt;br /&gt;
|2.0833e9&lt;br /&gt;
|1.6667e17&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Blue resource.png|40px|link=Workshop|Workshop resource]] [[Workshop]]&lt;br /&gt;
|2.5e11&lt;br /&gt;
|2e19&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Grey resource.png|40px|link=Museum|Museum resource]] [[Museum]]&lt;br /&gt;
|2.8333e8&lt;br /&gt;
|2.2222e16&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brown resource.png|40px|link=Construction Firm|Construction Firm resource]] [[Construction Firm]]&lt;br /&gt;
|2.0833e11&lt;br /&gt;
|1.6667e19&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Black resource.png|40px|link=Statue of Cubos|Statue of Cubos resource]] [[Statue of Cubos]]&lt;br /&gt;
|5e7&lt;br /&gt;
|4e15&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gem.png|40px|link=Gems|Gems]] [[Gems]]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; |1000&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Exotic gem.png|40px|link=Exotic gems|Exotic gems]] [[Exotic gems]]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; |0.001&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Shop==&lt;br /&gt;
The shop is where you can buy materials and items with red cubes, without having to make them.&lt;br /&gt;
&lt;br /&gt;
The items in the shop however have a stock limit, that replenishes over time when not capped. Shift clicking buys five at a time, and right clicking buys the entire stock at once.&lt;br /&gt;
&lt;br /&gt;
==Refining==&lt;br /&gt;
[[File:Factory Refining Efficiency.png|thumb|Chart showing the gains in efficiency as you refine more shards, particularly at Tier breakpoints.]]&lt;br /&gt;
&lt;br /&gt;
The refining tab is where you refine shards dug up from [[Mine|the mine]] into ores. To refine, you must select which shards will participate (generally, you want all of them) and their proportion (equal splits equally, while relative splits according to how many shards you have).&lt;br /&gt;
&lt;br /&gt;
This allows you to get higher tier items than can be found in the shop. In order to refine a particular tier of ore, you must refine with &amp;lt;b&amp;gt;at least&amp;lt;/b&amp;gt; that many different shard types, &amp;lt;b&amp;gt;and&amp;lt;/b&amp;gt; the total size of the refine must exceed a certain &amp;quot;breakpoint&amp;quot; threshold. It is generally suggested to not refine larger than the threshold for a given tier, because it just wastes time and shards (see chart). The breakpoints are as follows (round up to the nearest integer, the fractions are for data completeness):&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier!!Size&lt;br /&gt;
|-&lt;br /&gt;
|T1||12.5&lt;br /&gt;
|-&lt;br /&gt;
|T2||164.157987753&lt;br /&gt;
|-&lt;br /&gt;
|T3||981.805656071&lt;br /&gt;
|-&lt;br /&gt;
|T4||5223.76200109&lt;br /&gt;
|-&lt;br /&gt;
|T5||26919.6914918&lt;br /&gt;
|-&lt;br /&gt;
|T6||137812.5&lt;br /&gt;
|-&lt;br /&gt;
|T7||707792.640311&lt;br /&gt;
|-&lt;br /&gt;
|T8||3662530.24793&lt;br /&gt;
|-&lt;br /&gt;
|T9||19131554.9974&lt;br /&gt;
|-&lt;br /&gt;
|T10||100964071.569&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The belt is very important in reducing the time it takes to refine material. It is &amp;lt;i&amp;gt;much&amp;lt;/i&amp;gt; faster to refine only what is needed to build the next level belt, start a new refine for one tier higher, and repeat, then it is to go straight for T10 ore with a low-level belt.&lt;br /&gt;
&lt;br /&gt;
It takes 5 seconds to refine 1 shard without any belt, skills, or other effects (reduced to 2 seconds if you have the relevant skill). To calculate the total time to refine including all those effects, see https://www.desmos.com/calculator/oaqwluawpe.&lt;br /&gt;
&lt;br /&gt;
==Second Floor==&lt;br /&gt;
&amp;lt;small&amp;gt; Main Article: [[Specializations#Factory:_Crafter_and_Fabricator|Factory Floor 2]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Second Floor of the Factory involves mainly using mass to create items, automate crafting, and growing materials from trees.&lt;br /&gt;
&lt;br /&gt;
===Crafter===&lt;br /&gt;
The Crafter is used to scan items and craft scanned items automatically, allowing you to easily craft them.&lt;br /&gt;
&lt;br /&gt;
To '''scan''' an item, you need to have a certain quantity of it (the items are consumed in the scanning process), and to have all ingredients needed to craft the item already scanned (Ores and rubber are the first items you can scan). Scanning an item will also cost Factory Resources, which varies depending on the tier of the item. The resource cost for each tier is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier!!Resource Cost!!Quantity&lt;br /&gt;
|-&lt;br /&gt;
|T1||100B||100&lt;br /&gt;
|-&lt;br /&gt;
|T2||100T||50&lt;br /&gt;
|-&lt;br /&gt;
|T3||100Qa||30&lt;br /&gt;
|-&lt;br /&gt;
|T4||100Qi||25&lt;br /&gt;
|-&lt;br /&gt;
|T5||100Sx||20&lt;br /&gt;
|-&lt;br /&gt;
|T6||100Sp||15&lt;br /&gt;
|-&lt;br /&gt;
|T7||100Oc||10&lt;br /&gt;
|-&lt;br /&gt;
|T8||100No||10&lt;br /&gt;
|-&lt;br /&gt;
|T9||100De||10&lt;br /&gt;
|-&lt;br /&gt;
|T10||100UDe||5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
By default, the crafter will automatically craft all items required to make the requested items, recursively. You can also toggle the crafter to use any relevant items already in your inventory.&lt;br /&gt;
&lt;br /&gt;
===Fabricator===&lt;br /&gt;
The Fabricator is used to create items out of mass. After the second floor is unlocked, all factory items will display their mass. Their mass represents how much mass you gain from dissolving them. Their mass is also directly proportional to the resources used to make them. (With the exception of ore to ingot. Always turn your ores to dust first or don't directly turn ores to ingots, as they will lose 50% of their worth from doing so.)&lt;br /&gt;
&lt;br /&gt;
After you have scanned a item in the crafter, you can dissolve that item for mass. The mass is stored and can be used to fabricate any scanned item. The fabricator also contains an auto-mass producer, which makes mass passively. However, it is slow for how expensive it is. The  fabricator can be upgrade to increase dissolve speed, increase fabricating speed, increase maximum amount of mass, and increase auto-mass production.&lt;br /&gt;
&lt;br /&gt;
===Tree Farm===&lt;br /&gt;
The Tree Farm is used to grow items. The player can plant saplings, which will grow into trees over time. The more time the tree grows, the faster it will produce. Currently, there are only two types of sapling, rubber and void-rock, which produce rubber and void essence respectively.&lt;br /&gt;
&lt;br /&gt;
===Manufacture===&lt;br /&gt;
The manufacture tab is used for boosters. Boosters, as the name implies, boost things, currently there are three things they boost: resource drops, producer production (normal) and wave acceleration. To unlock the recipes to craft boosters you will need to buy the upgrades on the side of the grid, once you get them, go to the recipes tab to craft them. To use the boosters, go to the manufacture tab and place the boosters in the grid. Please note that spreading them out is more efficient because boosters are multiplicative like that. Boosters and materials needed to craft them are not scannable due to balancing. The upgrades you buy are:&lt;br /&gt;
&lt;br /&gt;
1. Unlock tier 1 boosters and 4 grid slots&lt;br /&gt;
&lt;br /&gt;
2. Unlock the distribute button found below the grid and also unlock 4 more grid slots&lt;br /&gt;
&lt;br /&gt;
3. Unlock tier 2 boosters, rainbow dust, void rock saplings, and 4 further grid slots&lt;br /&gt;
&lt;br /&gt;
4. Unlock tier 3 boosters and 4 final grid slots.&lt;br /&gt;
&lt;br /&gt;
The formula for how much each booster stack boosts go as follows: &amp;lt;code&amp;gt;1+ Base + Mult*((stack size-1)/10&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;)&amp;lt;sup&amp;gt;Exponent&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. The max boosts for individual stacks are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 1&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 2&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-left: 2px solid grey&amp;quot; |Tier 3&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
! style=&amp;quot;border-left: 2px solid grey&amp;quot; |B!!M!!E&lt;br /&gt;
|-&lt;br /&gt;
|Acceleration&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.01||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.02||.03||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.05||.05&lt;br /&gt;
|-&lt;br /&gt;
|Producer production&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.99||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||1.7||.05&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.25||2.75||.05&lt;br /&gt;
|-&lt;br /&gt;
|Resource drops&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||1.95||.2&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.15||2.35||.2&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.75||2.25||.2&lt;br /&gt;
|-&lt;br /&gt;
|Machine speed&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.01||.24||.08&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.35||.08&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.10||.90||.08&lt;br /&gt;
|-&lt;br /&gt;
|Tree&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.02||.38||.1&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.05||.95||.12&lt;br /&gt;
| style=&amp;quot;border-left: 2px solid grey&amp;quot; |.25||1.75||.15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Faster Machines''' - Increases the production speed of all machines by 50%.&lt;br /&gt;
*'''Full Capacity''' - Increases the resource production by 2% for each unique item type inside the production grid.&lt;br /&gt;
*'''Infinite Rubber''' - Doubles the stock limit of all shop items and halves the refill time. Also the refill time of rubber changes to 0.1 sec. per item.&lt;br /&gt;
*'''Auto-Fill''' - Allows you to automatically fill the contents of the crafting grid with the requirements of the selected recipe.&lt;br /&gt;
*'''More Ores''' - Doubles ore output from shard refining.&lt;br /&gt;
*'''Advanced Refining''' - Reduces the basic refining time per shard from 5 seconds to 2 seconds.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Machine Handling''' ({{Number|5|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to pick up machines from their machine slot via right click and place them back via left click.&lt;br /&gt;
*'''Chemical Lumps''' ({{Number|60|icon=[[File:Exotic gem.png|20px]]}}) - Changes the recipe for ore lumps to only use 4 dust of the previous tier.&lt;br /&gt;
*'''Battle Producers''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Increases the production of all producers by 1% for each second that passes during an active tower run. Resets upon quitting or restarting. Does not affect exotic producers.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3727</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3727"/>
		<updated>2025-02-01T08:28:27Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: changed all module descriptions to match with the in-game ones, and slightly modified other text on the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be at least 400 modules in the game so the amount of possible builds is massive. ''(1.37e+65 or more)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''394''' modules available to unlock (as of v0.50.6).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility, Ultimate &amp;amp; Other===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources, for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find. Legendary modules are required for Museum statistic, but not for Achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to 1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
Tiering up costs &amp;lt;code&amp;gt;7500 * 12^(tier-1)&amp;lt;/code&amp;gt; Workshop resources, multiplied further by the cost of upgrading the module from level 0 to level 1 at tier 1. (Tier refers to the current tier of the module.)&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4 (with the exception of Hard, unless it has a x2 multiplier), the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
Note: the modules' descriptions were taken directly from the game (with the exception of formulas). For any grammar mistakes (like missing apostrophes), blame the developers.&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by &amp;lt;code&amp;gt;(80-10*min(tier,5))&amp;lt;/code&amp;gt;%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary target's current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target, burning them for a specific amount of Fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases Fire resistance, but lowers Water resistance. In addition outgoing Fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|Tier 1: 10000 - 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 40000 - 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 100000 - 3M/3e6&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2M/2e6 - 60M/6e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 35M/3.5e7 - 400M/4e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 80M/8e7 * 2^(t-6) - 1.2B/1.2e9 * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: x30&lt;br /&gt;
&lt;br /&gt;
Tier 2: x60&lt;br /&gt;
&lt;br /&gt;
Tier 3: x115&lt;br /&gt;
&lt;br /&gt;
Tier 4: x220&lt;br /&gt;
&lt;br /&gt;
Tier 5: x425&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x1030 + 1005*(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attack Speed:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: -(90% - 5%*(t-1))&lt;br /&gt;
&lt;br /&gt;
Tier 6+: -(69% - 0.1%*(t-6))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 15M/1.5e7&lt;br /&gt;
&lt;br /&gt;
Tier 2: 675M/6.75e8&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.7B/2.7e9&lt;br /&gt;
&lt;br /&gt;
Tier 4: 9B/9e9&lt;br /&gt;
&lt;br /&gt;
Tier 5: 144B/1.44e11&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 304B/3.04e11 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: /(100 + 50*(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below &amp;lt;code&amp;gt;{threshold}&amp;lt;/code&amp;gt; of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 200000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 1.2M/1.2e6&lt;br /&gt;
&lt;br /&gt;
Tier 3: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 750M/7.5e8&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4B/4e9&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 12B/1.2e10 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Threshold:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(25% + 5%*(t-1), 45%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|Tier 1: 20%, 1 sec&lt;br /&gt;
&lt;br /&gt;
Tier 2: 23%, 1.2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%, 1.5 sec&lt;br /&gt;
&lt;br /&gt;
Tier 4: 28%, 2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 33%, 2.5 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1+: 10% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at up to &amp;lt;code&amp;gt;{targets}&amp;lt;/code&amp;gt; targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: (7 - t)) sec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Targets:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: 40 + 5*(t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: (20*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps a lot of times. ''BudEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(7 - 1*(t-1), 3)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bounces:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 20 + 10*(t-1)&lt;br /&gt;
&lt;br /&gt;
Tier 5+: 55 + t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movementspeed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 40000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 18M/1.8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 500M/5e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 800M/8e8 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Slow:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(50% + 5%*(t-1), 70%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movementspeed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|Tier 1: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 50%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 65%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by &amp;lt;code&amp;gt;{resistance}&amp;lt;/code&amp;gt;. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 25000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5M (1.5e6)&lt;br /&gt;
&lt;br /&gt;
Tier 4: &amp;lt;code&amp;gt;24M (2.4e7)/7&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Tier 5: 40M (4e7)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2^(t-1) * &amp;lt;code&amp;gt;640M (6.4e8)/9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1-6: 200*t&lt;br /&gt;
&lt;br /&gt;
Tier 7+: 900 + 50*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;{drones}&amp;lt;/code&amp;gt; drones that attack nearby units by &amp;lt;code&amp;gt;{tier}&amp;lt;/code&amp;gt;% of the towers damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|Drones:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 2+t&lt;br /&gt;
&lt;br /&gt;
Tier 6+: floor(6.2 + 0.2*t)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(10 + 5*t, 35)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by &amp;lt;code&amp;gt;20 + 10*tier&amp;lt;/code&amp;gt;%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1-4: (20 + 10*t) sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Slows the towers attackspeed by 100% but provides a chance to instantly destroy attackers.&lt;br /&gt;
''The WootImNoob Incredible and Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|Tier 1+: (2*t)%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower. '''Absorbed damage still damages the Tower!'''&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for &amp;lt;code&amp;gt;{duration}&amp;lt;/code&amp;gt; seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor raised to the power of 0.5 (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints. Can not be further amplified by other modules that increase the hitpoint regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance that incoming damage permanently increases the towers HP-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers HP regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets, bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic Vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount but disables Energy Regeneration in exchange. Lasts up to 20 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns and damages all non-Earth enemies on the map and damages them by &amp;lt;code&amp;gt;{5 + 5*tier}&amp;lt;/code&amp;gt;% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attack speed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||50M J&lt;br /&gt;
''(50e6 J)''&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{6 + 2*tier}&amp;lt;/code&amp;gt;% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock Ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percentage based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases Darkness damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|50|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Reflects a part of the incoming damage back to the attacker in form of Neutral damage. Reflected damage is neither affected by dynamic damage modifiers (like crit.) nor by attribute damage modifiers (bonuses visible in the stats menu).&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 HP left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Crit'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first &amp;lt;code&amp;gt;{floor((tier-1)/2)}&amp;lt;/code&amp;gt; hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its maximum hitpoints and maximum shieldpoints per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by &amp;lt;code&amp;gt;{multiplier}&amp;lt;/code&amp;gt; on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to complet[e]ly block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its Electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff / status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-Neutral enemies on the map into Neutral typed enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys Neutral enemies that enter it. Units that become Neutral inside the void will not be affected.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the towers Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. '''0.1% chance to meltdown and destroy the tower.''' &lt;br /&gt;
''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for &amp;lt;code&amp;gt;{30 + 0.08*(tier - 1)}&amp;lt;/code&amp;gt; seconds. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by &amp;lt;code&amp;gt;{reduction}&amp;lt;/code&amp;gt;% for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|250|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every &amp;lt;code&amp;gt;{max(8, 14-tier)}&amp;lt;/code&amp;gt; attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. &lt;br /&gt;
''Type priority: 9''&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-Normal enemy types. Includes Archers, Assassins, Wizards, Tanks and Bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage. Affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take &amp;lt;code&amp;gt;{tier}&amp;lt;/code&amp;gt;% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduces the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Fire and therefore applies all default strengths and weaknesses of Fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. ''Type priority: 1''&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current HP plus a fixed amount per second. Damage type is Fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Air and therefore applies all default strengths and weaknesses of Air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. ''Type priority: 4''&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. HP of an enemy upon contact. '''Goats might jump over enemies without touching them!'''&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature.&lt;br /&gt;
''Type priority: 5''&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others.&lt;br /&gt;
''Type priority: 8''&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|This module has two states:&lt;br /&gt;
1) Increases Water damage but decreases Earth damage&lt;br /&gt;
&lt;br /&gt;
2) Decreases Water damage but increases Earth damage&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to Water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a &amp;lt;code&amp;gt;{10 + 0.1*(tier - 1)}&amp;lt;/code&amp;gt;% [chance] to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others.&lt;br /&gt;
''Type priority: 2''&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
|250&lt;br /&gt;
| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total raw damage dealt (without any modifiers). Damage of Taste modules does not alter the total raw damage dealt and therefore cannot influence other Taste modules.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by the square root of that factor.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others.&lt;br /&gt;
''Type priority: 7''&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 sec. against all types of damage when taking Air or Light damage. If enemies don't trigger the effect then they are unable to trigger it for another 1 second.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others.&lt;br /&gt;
''Type priority: 6''&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die. Except for the owner of this module.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the casters attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of Energy is greater than 0 while at the same time draining 2% of your max. Energy per second and preventing any form of passive Energy Regeneration. The damage is of the same element as the Tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of Electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a highly toxic poison that damages units with Nature damage based on their current hitpoints and additionally slows their movement and attack speed. Has a 25% chance to emit heavy toxins (red color) instead which deals damage based on max HP and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12M radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their Energy cost from getting lower than 20% of the Towers max. Energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Martyrdom'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;spoiler&amp;gt;&amp;quot;Kaboom?&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Whenever the tower receives potentially lethal damage (even if its blocked afterwards) a heatwave will emit that damages nearby enemies by a fixed amount as well as a percentage of their current health as fire damage.&lt;br /&gt;
|REACTIVE DAMAGE FIRE COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all armors by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed amount and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;{chance}&amp;lt;/code&amp;gt;% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time additively. That means hitpoints gained from this module are not factored in into future gains from it.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of &amp;lt;code&amp;gt;{3 + tier}&amp;lt;/code&amp;gt; additional Electricity enemies around the tower when attacking an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all Air damage dealt by 5000% and attack range of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatively by [sacrificed amount * &amp;lt;code&amp;gt;{1 + max(0, 0.01*(tier - 5))}&amp;lt;/code&amp;gt;]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;.&lt;br /&gt;
''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a Universal type enemy. Splash damage type is Universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time additively. That means the shieldpoints gained from this module are not factored in into future gains from it.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases XP gain and has two states:&lt;br /&gt;
1) Increase attack speed and decrease range &lt;br /&gt;
&lt;br /&gt;
2) Decrease attack speed and increase range.&lt;br /&gt;
&lt;br /&gt;
''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack up to 10 units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+100%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute.&lt;br /&gt;
''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided by &amp;lt;code&amp;gt;{5 - 0.012*(tier - 1)}&amp;lt;/code&amp;gt; for each module inside your blueprint other than itself. Multiplier will always stay above 1 due to the formula being 1 + bonus/divider.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to Fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15 sec. and has a radius of &amp;lt;code&amp;gt;{5 + 0.03*(tier - 1)}&amp;lt;/code&amp;gt; M.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defenders side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediat[e]ly die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3726</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3726"/>
		<updated>2025-02-01T05:53:00Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Normal */ corrected max tiers on a lot of modules&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be 800 modules in the game so the amount of possible builds is massive. ''(1.55e+81)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''394''' modules available to unlock (as of v0.48.2).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility &amp;amp; Ultimate===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find, though Legendary modules do not count towards Museum statictics and achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4, the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by (80-10*min(tier,5))%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary targets current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target. Burning them for a specific amount of fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases fire resistance, but lowers water resistance. In addition outgoing fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|Tier 1: 10000 - 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 40000 - 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 100000 - 3M/3e6&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2M/2e6 - 60M/6e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 35M/3.5e7 - 400M/4e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 80M/8e7 * 2^(t-6) - 1.2B/1.2e9 * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: x30&lt;br /&gt;
&lt;br /&gt;
Tier 2: x60&lt;br /&gt;
&lt;br /&gt;
Tier 3: x115&lt;br /&gt;
&lt;br /&gt;
Tier 4: x220&lt;br /&gt;
&lt;br /&gt;
Tier 5: x425&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x1030 + 1005*(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attack Speed:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: -(90% - 5%*(t-1))&lt;br /&gt;
&lt;br /&gt;
Tier 6+: -(69% - 0.1%*(t-6))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 15M/1.5e7&lt;br /&gt;
&lt;br /&gt;
Tier 2: 675M/6.75e8&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.7B/2.7e9&lt;br /&gt;
&lt;br /&gt;
Tier 4: 9B/9e9&lt;br /&gt;
&lt;br /&gt;
Tier 5: 144B/1.44e11&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 304B/3.04e11 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: /(100 + 50*(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below 45% of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 200000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 1.2M/1.2e6&lt;br /&gt;
&lt;br /&gt;
Tier 3: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 750M/7.5e8&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4B/4e9&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 12B/1.2e10 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Threshold:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(25% + 5%*(t-1), 45%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|Tier 1: 20%, 1 sec&lt;br /&gt;
&lt;br /&gt;
Tier 2: 23%, 1.2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%, 1.5 sec&lt;br /&gt;
&lt;br /&gt;
Tier 4: 28%, 2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 33%, 2.5 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1+: 10% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at multiple targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: (7 - t)) sec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Targets:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: 40 + 5*(t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: (20*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps lots of times. ''BudeEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(7 - 1*(t-1), 3)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bounces:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 20 + 10*(t-1)&lt;br /&gt;
&lt;br /&gt;
Tier 5+: 55 + t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movement speed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 40000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 18M/1.8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 500M/5e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 800M/8e8 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Slow:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(50% + 5%*(t-1), 70%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movement speed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|Tier 1: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 50%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 65%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by &amp;lt;code&amp;gt;{resistance}&amp;lt;/code&amp;gt;. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 25000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5M (1.5e6)&lt;br /&gt;
&lt;br /&gt;
Tier 4: &amp;lt;code&amp;gt;24M (2.4e7)/7&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Tier 5: 40M (4e7)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2^(t-1) * &amp;lt;code&amp;gt;640M (6.4e8)/9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1-6: 200*t&lt;br /&gt;
&lt;br /&gt;
Tier 7+: 900 + 50*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|250|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;{drones}&amp;lt;/code&amp;gt; drones that attack nearby units by [tier]% of the tower's damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|Drones:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 2+t&lt;br /&gt;
&lt;br /&gt;
Tier 6+: floor(6.2 + 0.2*t)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(10 + 5*t, 35)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|250||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by &amp;lt;code&amp;gt;20 + 10*tier&amp;lt;/code&amp;gt;%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1-4: (20 + 10*t) sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Significantly slows attackspeed but provides small chance to insta-kill attackers. ''The WootImNoob Incredible Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|Tier 1+: (2*t)%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for 6 seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|250|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a 25% chance that incoming damage permanently increases the towers hp-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers hp regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets. Bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic Vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount. Lasts up to 60 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns all non-Earth enemies on the map and damages them by 15% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attackspeed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||50M J&lt;br /&gt;
''(50e6 J)''&lt;br /&gt;
|Provides a 12% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock Ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percent based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases the damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|50|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Damages attackers by a part of their own attackdamage.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 hp left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Critical'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first 2 hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its MAX. HP + MAX. Shield per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by an amount on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to completely block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff/status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-neutral enemies on the map into neutral type enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys neutral enemies that enter it.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the tower's Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. 0.1% chance to meltdown and destroy the tower. ''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for a certain amount of time. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by a certain % for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|250|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every 10 attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 9&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-normal enemy types. Includes Archers, Assassins, Wizards, Tanks and bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage, And affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take [tier]% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduce the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to fire and therefore applies all default strengths and weaknesses of fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 1&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current hp plus a fixed amount per second. Damage type is fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to air and therefore applies all default strengths and weaknesses of air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 4&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. hp of an enemy upon contact. Goats might jump over enemies without touching them!&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature. Type priority: 5&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others. Type Priority: 8&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|Provides a bonus multiplier to outgoing Earth damage but divides outgoing Water damage by the same amount. Can be toggled to instead divide outgoing Earth damage and multiply outgoing Water damage.&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a 24.9% chance to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 2&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
|250&lt;br /&gt;
| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total damage dealt. Damage of Taste modules can not be further amplified.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by half of the amount.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 7&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 seconds against all types of damage when taking air or light damage.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 6&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the caster's attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of energy is greater than 0 while at the same time draining 2% of your max energy per second and preventing any form of passive energy regeneration. The damage is of the same element as the tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a  highly toxic poison that damages units with nature damage based on their current hitpoints and additionally slows their movement- and attackspeed. Has a 25% chance to emit heavy toxins(red color) instead which deals damage based on max hp and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12m radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their energy cost from getting lower than 20% of the Tower's max. energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Martyrdom'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;spoiler&amp;gt;&amp;quot;Kaboom?&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Whenever the tower receives potentially lethal damage (even if its blocked afterwards) a heatwave will emit that damages nearby enemies by a fixed amount as well as a percentage of their current health as fire damage.&lt;br /&gt;
|REACTIVE DAMAGE FIRE COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all absolute resistances by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a 10% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonuse damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of 4 additional electricity enemies around the tower when attacking an electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all air damage dealt by 5000% and attackrange of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatevly by [sacrificed amount]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;. ''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based Reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a universal type enemy. Splash damage type is universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases xp gain and has two states: 1)Increase attack speed and decrease range 2)Decrease attack speed and increase range. ''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack all units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+400%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute. ''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided for each module inside your blueprint other than itself. Multiplier cannot go below 1.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15sec. radius depends on tier.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defender's side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediately die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Artifacts&amp;diff=3569</id>
		<title>Artifacts</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Artifacts&amp;diff=3569"/>
		<updated>2024-11-10T12:43:44Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* List of artifacts */ added the chance to Energy Sphere - it seems to be 5%, since moohomor said it took him 14 kills to get it.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Artifacts''' are hidden items that can be found and researched for unique rewards. Artifacts can be viewed and researched in the [[Museum]].&lt;br /&gt;
&lt;br /&gt;
==Researching==&lt;br /&gt;
Once unlocked, each artifact can be researched, and will only grant its reward once this process is completed. Researching takes a fixed amount of time.&lt;br /&gt;
&lt;br /&gt;
There are two Museum skills which affect artifact research: the '''Faster Research''' skill improves the research time, while the '''Research Funding''' skill decreases research cost.&lt;br /&gt;
&lt;br /&gt;
All boss artifacts get a +100% base drop chance per kill on the respective boss(which is pretty much just base chance multiplied by boss kills)&lt;br /&gt;
&lt;br /&gt;
==List of artifacts==&lt;br /&gt;
{{Spoiler hatnote|artifact unlock conditions and rewards}}&lt;br /&gt;
&lt;br /&gt;
There are currently '''37''' artifacts available to collect. (2 are event artifacts so they are not always obtainable)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name!!Unlock condition!!Reward&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Golden Apple''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Forest]]. Click on tree immediately to the right of the tower in-between the rock formations.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Looks like we can use this specimen to kick early runs up a notch.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +100 starting Tower Testing XP per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Rib Cage''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Desert]]. Click on skeleton hiding behind large rib cage.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;The anatomy of the creature from which this calcium-based structure originated appears to be non-cubical in nature, making it entirely unexplainable based on our current documented research.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% artifact research speed per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Carrot''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Winter]]. Click on the snowman's carrot.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This strange object from the old world is made out of 88% water, 9% carbohydrates, 0.9% protein, 2.8% dietary fiber, 1% ash, and 0.2% fat.&amp;lt;p&amp;gt;It seems to attracted a mysterious creature. Not sure what we can use this for.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +10% Resource drops per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Dwarven Minecart''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Underground]]. Click on traveling minecart to the left of the tower.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;In ancient times, long before cubekind ruled as the dominant creatures of this world, there was a cave dwelling species present, persistently digging through the depths of the earth to surface only the most precious treasures hidden beneath the walls of stone and dirt.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +25% mining rewards per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Lava Ruby''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Volcano]]. Click on floating rectangular rock in upper right lava pool. Look carefully as it is the same color as the lava, it is there at the start before drifting away, though it comes back.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;What a precious mineral. We should refine our Power Stones based on its internal structure.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +2% [[Museum#Power_stones|Power Stone]] bonus per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Sign''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[High Mountain]]. Click on the sign.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This object was used for navigation before we invented the Quantum Positioning System. Perhaps we should examine where it leads to.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% [[Modules]] (Dropchance) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Monkey Idol''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Jungle]]. Click on the large vine hanging in the foreground.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Our xenobiologists have yet to find out how these formidable creatures survived the planetary cubical restructuring. Additionally they have managed to develope the ability to use basic tools in order to create little figurines like this sample. Sadly these ornaments are not of any material value since they are just made out of pure gold instead of resources.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Crate factor per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Ancient Gear''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Metallic_Ruins|Metallic Ruins]]. Click on large bottom right gear.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This large metallic circular object emits radioactive waves when being turned fast enough. Obviously this means we can use this effect to speed up our factory machines.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +2% [[Factory]] machine speed* per researched artifact.&lt;br /&gt;
 *Conveyor belts are considered machines too&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Compass''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Beach]]. Click on sand castle until crab appears carrying a compass - click it before it goes in the water.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This compact device utilizes the planets magnetic field to orient its pointers towards their polar extremes. Maybe we can use it to reverse its effect in order to reorient the planet's magnetic field to aling with the direction of the needles.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% [[Shipyard#Sea_miles|Sea Miles]] ([[Shipyard]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Broken Sword''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Ocean]]. Click on the broken sword.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;A broken sword found in the depths of the ocean.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the '''Broken Sword''' [[Town#Town Assets|Town Asset]].&lt;br /&gt;
 Base [[Shipyard#Shipments|Shipment]] count is increased by +100% in formulas involving the shipment count.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Strange Cube''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Neutral]]. Click on rising cubes on the right-most chasm, when floating cube appears click on it once every time it moves to a different location - repeat until it blows up.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This otherworldly looking lump of matter allows us to harness SCP (Strange Cube Power) from it. We can then contain this SCP in order to better secure and protect the towers basis.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Basic Resistance (Tower) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Kat's Eye''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Cratorrex's clue #1 &amp;lt;spoiler&amp;gt;''It's early, but never too late.'' (Game progress)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Cratorrex's clue #2, please ignore as it's not too helpful &amp;lt;spoiler&amp;gt;''What's the similarities between cats and endermen?'' (also consider the differences)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Clue #3 credit to @thresher3907 on discord &amp;lt;spoiler&amp;gt;''The Dark Knight would be at home here''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Region: &amp;lt;spoiler&amp;gt;[[Dark_Realm|Dark Realm]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Unlock: &amp;lt;spoiler&amp;gt;Location: [[Dark_Realm|Dark Realm]]. Click on the big house 15 times.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Cratorrex's latest synthesized creation!&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +100% Town XP on Town Level 1&lt;br /&gt;
 +Bonus decreases as Town level increases&lt;br /&gt;
 +5% Town XP on max. Town Level&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Broken Wing''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Heaven]]. Click on winged cubes to the left of the tower until a dark cube with only 1 wing appears - click on it.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Apparently angels with one wing like clouds and have a longer range than those with two wings. Additionally, they will never be a memory.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +0.1% Attack Range (Tower) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Blackhole In A Bottle''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Universe]]. Look for stationary white star a bit to the top-left of the tower - click on it.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;The ultimate trash can for the lazy ones among us. It's raccoon-safe as well. Make sure to close the bottle after putting something in to avoid galactic scale collateral damage.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Combat XP ([[Statue_of_Cubos|Statue of Cubos]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Light Triangle''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
|Region: [[Chaos]]. Click on the Escher-like triangle whose color represents the Light element located at the bottom left of the tower.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Where has it been all this time? It was always there, wasn't it? Is this a reference to something?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +0.5% Contract bonus ([[Headquarters]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Chained Mannequin'''}}&lt;br /&gt;
|Disable the [[Era]] powers of any element and then kill Era enemies of that element(0.25% drop rate)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;One of those strange mutated enemy cubes. We put it into chains before we &amp;quot;un-alived&amp;quot; it, just in case it's a bit more alive than we want it to be. This should make experimenting a lot easier in the workshop.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +300% XP Cost Research Speed (in the [[Era#Tab_3:_Era_Experiments|Era Experiments]] tab)&lt;br /&gt;
 +Ability to immediatly finish the current xp research by using gems.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Ominous Coil'''}}&lt;br /&gt;
|Disable the electricity Era power and kill electricity Era enemies (0.25% drop rate per kill)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This weird pillar shaped component dropped right from the heart of a mutated enemy. We can use it to build a powerline from the powerplant to the workshop.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 [[Power_Plant|Powerplant]] can now boost [[Workshop]]!&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Energy Sphere'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Cylindro|Boss 1]] (5% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This spehere is emitting vast quantities of energy. It is difficult to contain because it destroys any container we try to put it in. I'm curious what might happen if we fed it more energy...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Defensive|size=30px}} '''Energy Sphere''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Metal Plating'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Pyramidas|Boss 2]] (15% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This material was used as armor. It might prove useful for upgrading our towers.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Defensive|size=30px}} '''Metal Plating''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Vine Monster'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Pyramidas|Boss 2]] (5% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This organism has similarities with a plant, but it is in fact a monster which emits clouds of highly toxic poison strong enough to penetrate any material.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Offensive|size=30px}} '''Toxic Piranha Ivy''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Incendiary Device'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Cubos_Jr.|Boss 3]] (15% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This contraption contains explosive substances, with the fuse visible from the outside. When it is ignited, after a while it shatters into a million pieces and wreaks havoc.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Offensive|size=30px}} '''Fire Bomb''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Cubos Cube'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Cubos_Jr.|Boss 3]] (100% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This artifact comes from a very special source. It was used to conjure and combine different elements. Perhaps we can use it for a similar purpose?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks transmutation of [[Museum#Power_stones|Power Stones]] in the [[Museum]]. (Transmute a set of Power Stones into Universal Power Stones)&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Dice of Fate'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Dodecai|Boss 4]] (10% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;We appear to have been destined to discover this artifact. It claims we'll construct the perfect tower, but we already knew that. It is useless by itself, therefore perhaps we can convert it into a module instead.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Ultimate|size=30px}} '''Dice of Fate''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Necronomicon'''}}&lt;br /&gt;
|[[Statue_of_Cubos#Dodecai|Boss 4]] (5% drop chance)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;The fabled grimoire, from which so many magical gadgets and doomsday spells were derived. Even though our science is far more advanced than this ancient relic, we might be able to use it to enhance our spell casting abilities.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 -10% [[Modules#Active|Active]] Skill Cooldown.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Quantum Warehouse'''}}&lt;br /&gt;
|[[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Because of the sci-fi term in its name the quantum warehouse is considerably bigger on the inside than it looks from the outside. Some say that if you start to wander around in it for too long you won't be able to find the exit anymore ...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Increases the [[Factory]] inventory size by 24 slots.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Hyper Trading Table'''}}&lt;br /&gt;
|[[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Not really quantum level but still better than meh. This peak of cubic craftmanship provides a magnificent amount of trading space for advanced resource trading.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Adds 10% to the trade resource conversion rate of the [[Trading_Post|Trading Post]].&lt;br /&gt;
 Increases the crate factor by 5% (multiplicative).&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Unstable Matter'''}}&lt;br /&gt;
|[[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This highly dense lump of raw matter has been compressed using a special type of container made out of universal material. Opening it would wipe out half the universe so you should probably avoid doing that.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Raises the matter gained from dissolving items in the [[Factory#Fabricator|Fabricator]] by 50%.&lt;br /&gt;
 Lowers the fabricating cost of items by 25%.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Heart of the Cards'''}}&lt;br /&gt;
|[[Arcade#Adventure|Adventure (Arcade)]]&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;The possessor of this unique relic has the ability to summon the &amp;quot;Heart of the Cards&amp;quot; in any card game. This, according to legend, will provide them with the exact card(s) they require to win the game.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Damage Factor (Tower) for each unlocked trading card.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''W.I.N.C.E. Plushie'''}}&lt;br /&gt;
|Have {{Module|Ultimate|size=30px}} '''W.I.N.C.E''' equipped, have 0 offensive(red) modules equipped, and complete [[Chaos]] Impossible difficulty on Normal mode.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Show your support for WootImNoob Innovations with this DELUXE, AUTHENTIC, DEFINITIVELY PERFECT, collector's edition miniature of the legendary pioneer of zero damage solutions.&amp;lt;p&amp;gt;Warning: do not eat. If gets in eyes, wash thoroughly with water. Conatins 40% recycled polyesters. Handwash only. Potentially hazardous - handle with care. Not for resale.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 WootImNoob Collector's Edition Plushie&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Pumpkin'''}}&lt;br /&gt;
|Reward of the [[Halloween|Halloween]] event (Oct. 1st to Oct. 31st 2023)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This object instills fear in mortals! We can use it to get some extra treats.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Book of Cubimas'''}}&lt;br /&gt;
|Reward of the [[Christmas|Christmas]] event (Dec. 1st to Jan. 1st, 2022)&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Dr. Frostical used this book to measure the success of Cubimas.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Celestial Tokens'''}}&lt;br /&gt;
|Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Pulse Laser&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Forged somewhere in the depths of space by an unknown civilization probably centuries ago. It's cool though that they fit in modern arcade machine coin slots.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Arcade token reward amount x2&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Some Kinda Laser Thingie'''}}&lt;br /&gt;
|Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Laser&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Found drifting amidst the vast expanse of space. The allure to unleash its powers is undeniably strong.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Improves the strength of the 'Spiked Tokens' exotic skill.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Antimatter Die'''}}&lt;br /&gt;
|Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Plasma Cannon&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Rolling this particular die turns out to be quite difficult as you need an anti-table to prevent planetary-scale matter annihilation.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Increases luck factor of all arcade games by 50%.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Google's Treasure Bag'''}}&lt;br /&gt;
|[[Arcade#Adventure|Adventure (Arcade)]]&lt;br /&gt;
Defeat a mimic. Not 100% droprate, so defeat many mimics.&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Named after its tamer, Google, this friendly mimic masquerades as a treasure bag. Unlike its deceptive kin, it warmly guides adventurers to wealth, infusing their journey with a playful mischief that enriches every step.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 A must take on any adventure! (increases the chance of finding tokens and skillpoints as well as the amount of tokens)&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Una's Replicator'''}}&lt;br /&gt;
|Una's clue #1 &amp;lt;spoiler&amp;gt;''Maybe y'all should go touch grass......... in the game.''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Una's clue #2 &amp;lt;spoiler&amp;gt;''I think you're way overthinking it. If someone tells you to go touch grass, where are you going?''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Location: &amp;lt;spoiler&amp;gt;[[Town]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Unlock: &amp;lt;spoiler&amp;gt;[[Town]] level 1000. (10% chance to appear?)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;Una's replicator, a marvel of ancient craftsmanship, is named in honor of its creator, Una. This intricate device is capable of converting the town's hard-earned XP into valuable skillpoints.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Gains up to 1000 extra skillpoints using excess [[Town]] XP. (XP needed per SP: n&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;*1000, where n from 1 to 1000)&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|'''Nar's Tubular Test Tube'''}}&lt;br /&gt;
|Nar's clue #1&amp;lt;spoiler&amp;gt;''My module helps with the artifact unlock but you gonna need more than that''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Unlock: &amp;lt;spoiler&amp;gt;Kill an enemy with an element not normally present in a region&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Note: Currently Bugged&lt;br /&gt;
&lt;br /&gt;
|''Flavor''&amp;lt;blockquote&amp;gt;This potent fluid required 31 experiments for Nar to create, but in the end, he succeeded in producing something that will boost the tower's base armor without the need for any modules. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Increase base armor of all elements by 1.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Artifacts from Regions: When searching for these artifacts, set your resolution to highest possible and close all side tabs (Skills and Modules) or else the artifact's location may be obscured&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3511</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3511"/>
		<updated>2024-09-20T16:54:09Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Regional */ finished up formulas for regional modules.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be 800 modules in the game so the amount of possible builds is massive. ''(1.55e+81)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''393''' modules available to unlock (as of v0.37.0).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility &amp;amp; Ultimate===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find, though Legendary modules do not count towards Museum statictics and achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4, the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by (80-10*min(tier,5))%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary targets current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target. Burning them for a specific amount of fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases fire resistance, but lowers water resistance. In addition outgoing fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|Tier 1: 10000 - 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 40000 - 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 100000 - 3M/3e6&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2M/2e6 - 60M/6e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 35M/3.5e7 - 400M/4e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 80M/8e7 * 2^(t-6) - 1.2B/1.2e9 * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: x30&lt;br /&gt;
&lt;br /&gt;
Tier 2: x60&lt;br /&gt;
&lt;br /&gt;
Tier 3: x115&lt;br /&gt;
&lt;br /&gt;
Tier 4: x220&lt;br /&gt;
&lt;br /&gt;
Tier 5: x425&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x1030 + 1005*(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attack Speed:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: -(90% - 5%*(t-1))&lt;br /&gt;
&lt;br /&gt;
Tier 6+: -(69% - 0.1%*(t-6))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 15M/1.5e7&lt;br /&gt;
&lt;br /&gt;
Tier 2: 675M/6.75e8&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.7B/2.7e9&lt;br /&gt;
&lt;br /&gt;
Tier 4: 9B/9e9&lt;br /&gt;
&lt;br /&gt;
Tier 5: 144B/1.44e11&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 304B/3.04e11 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: /(100 + 50*(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below 45% of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 200000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 1.2M/1.2e6&lt;br /&gt;
&lt;br /&gt;
Tier 3: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 750M/7.5e8&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4B/4e9&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 12B/1.2e10 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Threshold:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(25% + 5%*(t-1), 45%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|Tier 1: 20%, 1 sec&lt;br /&gt;
&lt;br /&gt;
Tier 2: 23%, 1.2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%, 1.5 sec&lt;br /&gt;
&lt;br /&gt;
Tier 4: 28%, 2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 33%, 2.5 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1+: 10% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at multiple targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: (7 - t)) sec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Targets:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: 40 + 5*(t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: (20*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps lots of times. ''BudeEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(7 - 1*(t-1), 3)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bounces:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 20 + 10*(t-1)&lt;br /&gt;
&lt;br /&gt;
Tier 5+: 55 + t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movement speed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 40000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 18M/1.8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 500M/5e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 800M/8e8 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Slow:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(50% + 5%*(t-1), 70%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 35%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 55%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 75%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 95%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (95 + t/10)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movement speed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|Tier 1: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 45%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 50%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 65%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Tier 1: +17%&lt;br /&gt;
&lt;br /&gt;
Tier 2: +23%&lt;br /&gt;
&lt;br /&gt;
Tier 3: +30%&lt;br /&gt;
&lt;br /&gt;
Tier 4: +43%&lt;br /&gt;
&lt;br /&gt;
Tier 5+: +(60 + 8*(t-5))%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|Tier 1+: 10 + 10*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by &amp;lt;code&amp;gt;{resistance}&amp;lt;/code&amp;gt;. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 25000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 600000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5M (1.5e6)&lt;br /&gt;
&lt;br /&gt;
Tier 4: &amp;lt;code&amp;gt;24M (2.4e7)/7&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Tier 5: 40M (4e7)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2^(t-1) * &amp;lt;code&amp;gt;640M (6.4e8)/9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1-6: 200*t&lt;br /&gt;
&lt;br /&gt;
Tier 7+: 900 + 50*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1-5: x(3 + 2*t)&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x(10.2 + 0.51*t)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by  &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by &amp;lt;code&amp;gt;max(tier - 1, 4)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Chance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(20 + 10*t, 70)%&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: max(t-1, 4).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 0.4 + 0.03*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|Tier 1-5: (5 + 5*t)%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: (30 + 0.2*t)%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;{drones}&amp;lt;/code&amp;gt; drones that attack nearby units by [tier]% of the tower's damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|Drones:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: 2+t&lt;br /&gt;
&lt;br /&gt;
Tier 6+: floor(6.2 + 0.2*t)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(10 + 5*t, 35)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|Tier 1+: 20*t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by &amp;lt;code&amp;gt;20 + 10*tier&amp;lt;/code&amp;gt;%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|Duration:&lt;br /&gt;
&lt;br /&gt;
Tier 1-4: (20 + 10*t) sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 80 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Significantly slows attackspeed but provides small chance to insta-kill attackers. ''The WootImNoob Incredible Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|Tier 1+: (2*t)%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for 6 seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a 25% chance that incoming damage permanently increases the towers hp-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers hp regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets. Bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount. Lasts up to 60 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns all non-Earth enemies on the map and damages them by 15% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attackspeed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||50M J&lt;br /&gt;
''(50e6 J)''&lt;br /&gt;
|Provides a 12% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percent based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases the damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Damages attackers by a part of their own attackdamage.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 hp left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Critical'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first 2 hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its MAX. HP + MAX. Shield per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by an amount on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to completely block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff/status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-neutral enemies on the map into neutral type enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys neutral enemies that enter it.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the tower's Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. 0.1% chance to meltdown and destroy the tower. ''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for a certain amount of time. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by a certain % for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|5|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every 10 attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 9&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-normal enemy types. Includes Archers, Assassins, Wizards, Tanks and bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage, And affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take [tier]% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduce the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to fire and therefore applies all default strengths and weaknesses of fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 1&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current hp plus a fixed amount per second. Damage type is fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to air and therefore applies all default strengths and weaknesses of air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 4&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. hp of an enemy upon contact. Goats might jump over enemies without touching them!&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature. Type priority: 5&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others. Type Priority: 8&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|Provides a bonus multiplier to outgoing Earth damage but divides outgoing Water damage by the same amount. Can be toggled to instead divide outgoing Earth damage and multiply outgoing Water damage.&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a 24.9% chance to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 2&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
| || ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total damage dealt. Damage of Taste modules can not be further amplified.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by half of the amount.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 7&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 seconds against all types of damage when taking air or light damage.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 6&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the caster's attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of energy is greater than 0 while at the same time draining 2% of your max energy per second and preventing any form of passive energy regeneration. The damage is of the same element as the tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a  highly toxic poison that damages units with nature damage based on their current hitpoints and additionally slows their movement- and attackspeed. Has a 25% chance to emit heavy toxins(red color) instead which deals damage based on max hp and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12m radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their energy cost from getting lower than 20% of the Tower's max. energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all absolute resistances by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a 10% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonuse damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of 4 additional electricity enemies around the tower when attacking an electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all air damage dealt by 5000% and attackrange of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatevly by [sacrificed amount]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;. ''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based Reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a universal type enemy. Splash damage type is universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases xp gain and has two states: 1)Increase attack speed and decrease range 2)Decrease attack speed and increase range. ''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack all units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+400%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute. ''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided for each module inside your blueprint other than itself. Multiplier cannot go below 1.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15sec. radius depends on tier.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defender's side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediately die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3510</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3510"/>
		<updated>2024-09-20T15:58:16Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Regional */ added formulas to Sparks, Steini's Chained Ball, Diamond Foundation, Execution, Rapidfire, Advanced Splash and Super Multishot.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be 800 modules in the game so the amount of possible builds is massive. ''(1.55e+81)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''393''' modules available to unlock (as of v0.37.0).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility &amp;amp; Ultimate===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find, though Legendary modules do not count towards Museum statictics and achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4, the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by (80-10*min(tier,5))%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary targets current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target. Burning them for a specific amount of fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases fire resistance, but lowers water resistance. In addition outgoing fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5e6/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|Tier 1: 10000 - 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 40000 - 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 100000 - 3M/3e6&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2M/2e6 - 60M/6e7&lt;br /&gt;
&lt;br /&gt;
Tier 5: 35M/3.5e7 - 400M/4e8&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 80M/8e7 * 2^(t-6) - 1.2B/1.2e9 * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: x30&lt;br /&gt;
&lt;br /&gt;
Tier 2: x60&lt;br /&gt;
&lt;br /&gt;
Tier 3: x115&lt;br /&gt;
&lt;br /&gt;
Tier 4: x220&lt;br /&gt;
&lt;br /&gt;
Tier 5: x425&lt;br /&gt;
&lt;br /&gt;
Tier 6+: x1030 + 1005*(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attack Speed:&lt;br /&gt;
&lt;br /&gt;
Tier 1-5: -(90% - 5%*(t-1))&lt;br /&gt;
&lt;br /&gt;
Tier 6+: -(69% - 0.1%*(t-6))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|Health:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 15M/1.5e7&lt;br /&gt;
&lt;br /&gt;
Tier 2: 675M/6.75e8&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.7B/2.7e9&lt;br /&gt;
&lt;br /&gt;
Tier 4: 9B/9e9&lt;br /&gt;
&lt;br /&gt;
Tier 5: 144B/1.44e11&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 304B/3.04e11 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resistance:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: /(100 + 50*(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below 45% of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|Damage:&lt;br /&gt;
&lt;br /&gt;
Tier 1: 200000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 1.2M/1.2e6&lt;br /&gt;
&lt;br /&gt;
Tier 3: 80M/8e7&lt;br /&gt;
&lt;br /&gt;
Tier 4: 750M/7.5e8&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4B/4e9&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 12B/1.2e10 * 2^(t-6)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Threshold:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: min(25% + 5%*(t-1), 45%)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|Tier 1: 20%, 1 sec&lt;br /&gt;
&lt;br /&gt;
Tier 2: 23%, 1.2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%, 1.5 sec&lt;br /&gt;
&lt;br /&gt;
Tier 4: 28%, 2 sec&lt;br /&gt;
&lt;br /&gt;
Tier 5: 33%, 2.5 sec&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1+: 10% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at multiple targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|Cooldown:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: (6 - 1*(t-1)) sec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Targets:&lt;br /&gt;
&lt;br /&gt;
Tier 1+: 40 + 5*(t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps lots of times. ''BudeEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movement speed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movement speed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by 200. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by 4.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by 4.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by 4.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by 4.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by 4.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by 4.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by 4.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by 4.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;⌊([tier]-1/4)⌋+1&amp;lt;/code&amp;gt; drones that attack nearby units by [tier]% of the tower's damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by 50%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Significantly slows attackspeed but provides small chance to insta-kill attackers. ''The WootImNoob Incredible Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for 6 seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a 25% chance that incoming damage permanently increases the towers hp-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers hp regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets. Bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount. Lasts up to 60 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns all non-Earth enemies on the map and damages them by 15% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attackspeed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||50M J&lt;br /&gt;
''(50e6 J)''&lt;br /&gt;
|Provides a 12% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percent based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases the damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Damages attackers by a part of their own attackdamage.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 hp left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Critical'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first 2 hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its MAX. HP + MAX. Shield per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by an amount on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to completely block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff/status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-neutral enemies on the map into neutral type enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys neutral enemies that enter it.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the tower's Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. 0.1% chance to meltdown and destroy the tower. ''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for a certain amount of time. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by a certain % for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|5|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every 10 attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 9&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-normal enemy types. Includes Archers, Assassins, Wizards, Tanks and bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage, And affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take [tier]% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduce the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to fire and therefore applies all default strengths and weaknesses of fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 1&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current hp plus a fixed amount per second. Damage type is fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to air and therefore applies all default strengths and weaknesses of air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 4&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. hp of an enemy upon contact. Goats might jump over enemies without touching them!&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature. Type priority: 5&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others. Type Priority: 8&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|Provides a bonus multiplier to outgoing Earth damage but divides outgoing Water damage by the same amount. Can be toggled to instead divide outgoing Earth damage and multiply outgoing Water damage.&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a 24.9% chance to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 2&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
| || ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total damage dealt. Damage of Taste modules can not be further amplified.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by half of the amount.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 7&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 seconds against all types of damage when taking air or light damage.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 6&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the caster's attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of energy is greater than 0 while at the same time draining 2% of your max energy per second and preventing any form of passive energy regeneration. The damage is of the same element as the tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a  highly toxic poison that damages units with nature damage based on their current hitpoints and additionally slows their movement- and attackspeed. Has a 25% chance to emit heavy toxins(red color) instead which deals damage based on max hp and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12m radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their energy cost from getting lower than 20% of the Tower's max. energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all absolute resistances by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a 10% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonuse damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of 4 additional electricity enemies around the tower when attacking an electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all air damage dealt by 5000% and attackrange of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatevly by [sacrificed amount]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;. ''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based Reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a universal type enemy. Splash damage type is universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases xp gain and has two states: 1)Increase attack speed and decrease range 2)Decrease attack speed and increase range. ''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack all units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+400%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute. ''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided for each module inside your blueprint other than itself. Multiplier cannot go below 1.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15sec. radius depends on tier.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defender's side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediately die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3509</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3509"/>
		<updated>2024-09-20T15:13:48Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Laboratory */ why did I put 10m to transformator. (fixed, 50m)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be 800 modules in the game so the amount of possible builds is massive. ''(1.55e+81)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''393''' modules available to unlock (as of v0.37.0).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility &amp;amp; Ultimate===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find, though Legendary modules do not count towards Museum statictics and achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4, the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by (80-10*min(tier,5))%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary targets current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target. Burning them for a specific amount of fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases fire resistance, but lowers water resistance. In addition outgoing fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below 45% of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at multiple targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps lots of times. ''BudeEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movement speed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movement speed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by 200. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by 4.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by 4.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by 4.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by 4.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by 4.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by 4.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by 4.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by 4.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;⌊([tier]-1/4)⌋+1&amp;lt;/code&amp;gt; drones that attack nearby units by [tier]% of the tower's damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by 50%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Significantly slows attackspeed but provides small chance to insta-kill attackers. ''The WootImNoob Incredible Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for 6 seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a 25% chance that incoming damage permanently increases the towers hp-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers hp regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets. Bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount. Lasts up to 60 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns all non-Earth enemies on the map and damages them by 15% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attackspeed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||50M J&lt;br /&gt;
''(50e6 J)''&lt;br /&gt;
|Provides a 12% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percent based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases the damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Damages attackers by a part of their own attackdamage.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 hp left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Critical'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first 2 hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its MAX. HP + MAX. Shield per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by an amount on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to completely block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff/status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-neutral enemies on the map into neutral type enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys neutral enemies that enter it.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the tower's Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. 0.1% chance to meltdown and destroy the tower. ''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for a certain amount of time. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by a certain % for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|5|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every 10 attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 9&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-normal enemy types. Includes Archers, Assassins, Wizards, Tanks and bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage, And affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take [tier]% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduce the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to fire and therefore applies all default strengths and weaknesses of fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 1&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current hp plus a fixed amount per second. Damage type is fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to air and therefore applies all default strengths and weaknesses of air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 4&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. hp of an enemy upon contact. Goats might jump over enemies without touching them!&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature. Type priority: 5&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others. Type Priority: 8&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|Provides a bonus multiplier to outgoing Earth damage but divides outgoing Water damage by the same amount. Can be toggled to instead divide outgoing Earth damage and multiply outgoing Water damage.&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a 24.9% chance to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 2&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
| || ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total damage dealt. Damage of Taste modules can not be further amplified.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by half of the amount.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 7&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 seconds against all types of damage when taking air or light damage.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 6&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the caster's attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of energy is greater than 0 while at the same time draining 2% of your max energy per second and preventing any form of passive energy regeneration. The damage is of the same element as the tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a  highly toxic poison that damages units with nature damage based on their current hitpoints and additionally slows their movement- and attackspeed. Has a 25% chance to emit heavy toxins(red color) instead which deals damage based on max hp and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12m radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their energy cost from getting lower than 20% of the Tower's max. energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all absolute resistances by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a 10% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonuse damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of 4 additional electricity enemies around the tower when attacking an electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all air damage dealt by 5000% and attackrange of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatevly by [sacrificed amount]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;. ''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based Reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a universal type enemy. Splash damage type is universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases xp gain and has two states: 1)Increase attack speed and decrease range 2)Decrease attack speed and increase range. ''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack all units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+400%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute. ''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided for each module inside your blueprint other than itself. Multiplier cannot go below 1.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15sec. radius depends on tier.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defender's side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediately die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3508</id>
		<title>Modules</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Modules&amp;diff=3508"/>
		<updated>2024-09-20T15:12:16Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Laboratory */ fixing some unlock conditions to match with the game's (electricity) and some typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Module.png|60px]]&lt;br /&gt;
'''Modules''' function as interchangeable upgrades to your tower. You cannot make a perfect tower without these. Modules can be upgraded permanently in the [[workshop]] with [[resources]], or can be upgraded temporarily during tower testing with [[experience]] or [[gems]]. Modules have tiers, with higher tiers being unlocked after upgrading the [[Headquarters]]&lt;br /&gt;
&lt;br /&gt;
A collection of modules is called a [[Workshop#Blueprint|Blueprint]]. It is important to experiment with different module blueprints, there will be 800 modules in the game so the amount of possible builds is massive. ''(1.55e+81)''&lt;br /&gt;
&lt;br /&gt;
There are currently '''393''' modules available to unlock (as of v0.37.0).&lt;br /&gt;
[[File:TowerTesting Bumps.png|thumb|right|Icon Art of all modules unlockable from Regions in Tower Testing |link=Special:FilePath/TowerTesting_Bumps.png]]&lt;br /&gt;
&lt;br /&gt;
==Types of Modules==&lt;br /&gt;
There are various kinds of modules to find.&lt;br /&gt;
&lt;br /&gt;
===Active vs Passive===&lt;br /&gt;
Modules will be either active or passive.&lt;br /&gt;
&lt;br /&gt;
====Active====&lt;br /&gt;
Active modules require manual activation.&lt;br /&gt;
&lt;br /&gt;
Some need to be aimed, while others activate immediately on use.&lt;br /&gt;
&lt;br /&gt;
====Passive====&lt;br /&gt;
Passive modules can be improvements to the core stats of your tower.&lt;br /&gt;
&lt;br /&gt;
They can also activate automatically upon meeting their conditions.&lt;br /&gt;
&lt;br /&gt;
===Offensive, Defensive, Utility &amp;amp; Ultimate===&lt;br /&gt;
A module is either Offensive, Defensive, Utility, Ultimate, Special, or Legendary.&lt;br /&gt;
&lt;br /&gt;
====Offensive====&lt;br /&gt;
Offensive increase the damage of your tower in some way.&lt;br /&gt;
&lt;br /&gt;
This can be by boosting the damage of your bullets, doing a unique attack upon activation, or meeting the modules conditions.&lt;br /&gt;
&lt;br /&gt;
====Defensive====&lt;br /&gt;
Defensive modules improve your tower's ability to survive attacks.&lt;br /&gt;
&lt;br /&gt;
They can be improvements to health/health regeneration, or damage reduction, etc.&lt;br /&gt;
&lt;br /&gt;
====Utility====&lt;br /&gt;
Utility modules do not directly improve offense or defense, but instead have other effects.&lt;br /&gt;
&lt;br /&gt;
They can do things like supply energy for skills, or generate resources for example.&lt;br /&gt;
&lt;br /&gt;
====Ultimate====&lt;br /&gt;
Ultimate modules provide special, usually powerful bonuses.&lt;br /&gt;
&lt;br /&gt;
====Special &amp;amp; Legendary====&lt;br /&gt;
Special modules provide unusual bonuses or alter the Tower in some way, while Legendary modules usually have extremely powerful effects, sometimes even moreso than Ultimate modules.&lt;br /&gt;
&lt;br /&gt;
Both types are quite rare to find, though Legendary modules do not count towards Museum statictics and achievements.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Modules==&lt;br /&gt;
Modules can be upgraded in a [[Tower Testing]] run with experience or gems, or permanently upgraded inside the [[workshop]].&lt;br /&gt;
&lt;br /&gt;
Upgrading modules will increase their effects or their chance to activate.&lt;br /&gt;
&lt;br /&gt;
In tier I, the cost to level up a typical module from 0 to 1 is 1 resource, and the cost of upgrade increases by 1 for each subsequent upgrade. For example, the final upgrade from level 99 to 100 would cost 100 resources. This means that for a tier 1 module, the total number of resources necessary to upgrade to the max level would be 5050. (There are exceptions: Attack Speed, for example, costs 25 resources to level up from 0 to1. Each subsequent upgrade increases the cost of upgrade by 25 until level 20.)&lt;br /&gt;
&lt;br /&gt;
===Tiers===&lt;br /&gt;
You can extend the maximum tier of most modules by prestiging inside the [[Headquarters|headquarters]].&lt;br /&gt;
&lt;br /&gt;
Increasing the tier of a module will reset it's level to 0, but will raise it's max level by 100 or whatever the max level of the module was for its initial tier (e.g. 20 for Attack Speed).&lt;br /&gt;
&lt;br /&gt;
Tiering up also increases the upgrade cost of the modules. For tier II, each upgrade costs 8 times as much as it does for tier I.&lt;br /&gt;
&lt;br /&gt;
Percentage based modules usually cap at tier 5, while other modules usually cap at tier 250, with other modules capping at 100.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Modules==&lt;br /&gt;
Modules are unlocked in a variety of different ways. For details on unlocking each module, see [[#List of Modules|List of Modules]].&lt;br /&gt;
&lt;br /&gt;
Modules can be unlocked in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
*Regions ([[Modules#Regions|see below]])&lt;br /&gt;
*[[Laboratory]]&lt;br /&gt;
*Completing [[Challenge|Challenges]]&lt;br /&gt;
*[[Arcade]]&lt;br /&gt;
*[[Workshop]]&lt;br /&gt;
*Researching [[Artifacts]]&lt;br /&gt;
*[[Mine|Asteroid Mining]]&lt;br /&gt;
&lt;br /&gt;
===Regions===&lt;br /&gt;
Each [[Regions|region]] drops a unique selection of modules. Some modules are dropped upon reaching specific waves, and others are dropped as a random chance.&lt;br /&gt;
&lt;br /&gt;
When exiting the round (either by quitting manually, fulfilling the victory condition or dying), each module in the region has a chance to drop. Multiple modules can drop in the same round, and dropped modules are not lost when restarting the round from the round-over screen, or using auto-restart.&lt;br /&gt;
&lt;br /&gt;
The formula for calculating the final drop chance of a module is:&lt;br /&gt;
&lt;br /&gt;
{{Math|''Bdc'' × ''Pb'' × ''Df'' × Log10(''Cw'' / 10)}}&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*{{Math|''Bdc''}} is the '''base drop chance''' of the module&lt;br /&gt;
*{{Math|''Pb''}} is the multiplier from any '''player bonuses'''&lt;br /&gt;
*{{Math|''Df''}} is the '''difficulty factor''' from the current region difficulty&lt;br /&gt;
*{{Math|''Cw''}} is the '''current wave''' reached upon round end&lt;br /&gt;
&lt;br /&gt;
In general, when attempting to unlock modules, it is better to do many short runs than it is to do one long run, this is because the formula for the wave is based off a logarithmic function, which scales really poorly based off of time. Doing a run to wave 1000 only has a 2x drop chance compared to wave 100, but it takes a lot longer to get there making it faster to do 2+ runs to wave 100 rather than 1 run to wave 1000 in the same time. Note that you must reach at least wave 11 on a given run in order for modules to have a chance at dropping which makes the optimal wave to get to around 30-50.&lt;br /&gt;
&lt;br /&gt;
For farming modules base there are 3 methods based on your [[Military Tier]]&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 0-4 it is best to go to the highest difficulty you can reach on a region and then do tons of short runs to wave 30-50 with every software you have unlocked turned on.&lt;br /&gt;
&lt;br /&gt;
For [[Military Tier]] 5+ it is best to go to the highest endless mode you have unlocked on a region since Wave Momentum and other software allow you to get to wave 100+ in around 3 seconds which takes less time than before but gets you to a higher wave for much better unlock chance&lt;br /&gt;
&lt;br /&gt;
For Military Tier 8+ (spoiler)&amp;lt;spoiler&amp;gt;If you are [[Military Tier]] 8+ and you have unlocked era on a region you can just use &amp;quot;New Bounds&amp;quot; with an empty blueprint to get to what is effectively Wave 100B with 1 second runs&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Drop Chance Bonuses====&lt;br /&gt;
There are 3 player drop chance bonuses currently:&lt;br /&gt;
&lt;br /&gt;
*The [[Workshop#Skills|Analysis skill]] obtained from the [[workshop]]&lt;br /&gt;
*The [[Power Plant]] 2nd floor&lt;br /&gt;
*The Sign [[Artifacts|Artifact]] in the [[museum]]&lt;br /&gt;
*[[Winter|Winter Challenge]] 1&lt;br /&gt;
*Global Boosts&lt;br /&gt;
&lt;br /&gt;
====Difficulty Factor====&lt;br /&gt;
Higher difficulties have a greater chance of dropping modules. The multiplier is equal to the pack size/4, the pack size is the number of enemies that spawn per path per wave on a specific difficulty, so on Forest Hard, there are 24 enemies that spawn per normal wave, 4 paths times 6 pack size. The difficulty factor for each difficulty is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Difficulty!!Factor&lt;br /&gt;
|-&lt;br /&gt;
|Easy||x1&lt;br /&gt;
|-&lt;br /&gt;
|Medium||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Hard||x1.5&lt;br /&gt;
|-&lt;br /&gt;
|Insane||x2&lt;br /&gt;
|-&lt;br /&gt;
|Nightmare||x2.25&lt;br /&gt;
|-&lt;br /&gt;
|Impossible||x2.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of Modules==&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
&lt;br /&gt;
====Default====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Attack'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Provides the tower some basic Neutral damage.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|Tier 1: 80000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 400000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e7/10M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 7.5e8/750M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Attack Speed'''&lt;br /&gt;
|5|| ||N/A||Unlocked from start&lt;br /&gt;
|Modifies the towers attack speed.&lt;br /&gt;
|ATTACKSPEED&lt;br /&gt;
|Tier 1+: 1÷(.4-.05(t-1))&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stone Foundation'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|A very basic foundation for the tower which increases its hitpoints.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|Tier 1: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e6/7.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.25e7/22.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e7/60M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 8e8/800M × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Regeneration'''&lt;br /&gt;
|250|| ||N/A||Unlocked from start&lt;br /&gt;
|Supplies the tower with the ability to slowly regenerate itself.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|Tier 1: 2500&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 50000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 250000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1e6/1M × 2^(t-5)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Regional====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
!Upgrade Formula&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Bouncing'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 10&lt;br /&gt;
|Provides the projectiles a chance to bounce off to additional targets. Does not bounce off to the same unit twice. The chance is calculated for each target separately so the missile might bounce off fewer times than the limit.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 7.5% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Multishot'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 30&lt;br /&gt;
|Provides a chance to shoot more missiles in order to hit additional targets on an attack.&lt;br /&gt;
|CHANCE AREA&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1), 2 + (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Touch'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 40&lt;br /&gt;
|Deals Nature damage to the primary target and heals the tower by a percentage of the total damage dealt.&lt;br /&gt;
|NATURE DAMAGE LIFESTEAL&lt;br /&gt;
|Tier 1: 50000, 3%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 630000, 4%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 20.55e6/20.55M, 5.5%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1e8/100M, 7%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 7e8/700M, 9%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 2^t × t × 12890625&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Fire damage on every attack.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Fire damage on an attack.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Nature damage on every attack.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Nature damage on an attack.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Attack'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Earth damage on every attack.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Burst'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Earth damage on an attack.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Crit'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 2%&lt;br /&gt;
|Provides a chance to multiply your projectile's Nature damage.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Elemental Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Wave 20&lt;br /&gt;
|Reduces incoming Elemental damage by a certain percentage. Neutral and Universal damage are not considered Elemental.&lt;br /&gt;
|FIRE WATER EARTH AIR NATURE LIGHT DARKNESS ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1+: 50% + 10% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a percent based amount.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a percent based amount.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Resistance'''&lt;br /&gt;
|5|| ||R01: [[Forest]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a percent based amount.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Wave Resources'''&lt;br /&gt;
|250|| ||R01: [[Forest]]||Wave 50&lt;br /&gt;
|Produces a fixed amount of Town Resources at the beginning of a new wave.&lt;br /&gt;
|RESOURCES WAVE&lt;br /&gt;
|Tier 1-6: 1000 × 10^(t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 7+: 1.5e8/150M × 1.5^(t-7)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Light damage on every attack.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Light damage on an attack.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Air damage on every attack.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Air damage on an attack.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Attack'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Electricity damage on every attack.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Burst'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Electricity damage on an attack.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Light damage.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Air damage.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Electricity damage.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Crit'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Fire damage.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Heal'''&lt;br /&gt;
|250||Yes||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Instantly heals the tower by a specific amount of hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|Tier 1: 100000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 500000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 4e7/40M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 1.25e8/125M × 3^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Granite Foundation'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 10&lt;br /&gt;
|A stronger foundation that provides more hitpoints than the stone foundation but in turn slows the attack speed of the tower by increasing the cooldown between attacks by (80-10*min(tier,5))%.&lt;br /&gt;
|HEALTH ATTACKSPEED&lt;br /&gt;
|Tier 1: 5e7/50M, 70%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 7.5e9/7.5B, 60%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 5.625e11/562.5B, 50%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 2.25e13/22.5T, 40%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 8e14/800T, 30%&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.8e16/48Qa × 2.1^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a percent based amount.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a percent based amount.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Resistance'''&lt;br /&gt;
|5|| ||R02: [[Desert]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a percent based amount.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy'''&lt;br /&gt;
|250|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower with Energy which can be used to activate active skills.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|Tier 1: 100&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 750&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 5000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 40000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+ 75000 + 25000 × (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Regeneration'''&lt;br /&gt;
|10|| ||R02: [[Desert]]||Wave 1&lt;br /&gt;
|Provides the tower the ability to passively regenerate energy.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 1% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Darkness damage on every attack.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Darkness on an attack.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Attack'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Provides the tower some basic Water damage on every attack.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|Tier 1: 120000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 600000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 8e7/80M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 2e9/2B&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 4.5e9/4.5B × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Burst'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 2%&lt;br /&gt;
|Provides the tower a 20% chance to deal additional Water damage on an attack.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1: 300000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 1.5e6/1.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3e7/30M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.8e8/180M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 1.5e9/1.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Splash'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a 33% chance to damage all enemies in a 10M radius around the targeted unit by a fixed amount. Damage type is Neutral.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 10000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 200000&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 3.25e6/3.25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 1.25e7/12.5M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 9e7/90M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 6+: 1.2e8/120M × 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bash'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 0.12%&lt;br /&gt;
|Provides a small chance to stun a target for a short duration. Stunned units cannot move or attack.&lt;br /&gt;
|CHANCE STUN DEBUFF&lt;br /&gt;
|Tier 1: 20%, 1s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 23%, 1.2s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 25%, 1.5s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 28%, 1.75s&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 33%, 2s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Water damage.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Crit'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your projectile's Earth damage.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|Tier 1-5: 40% + 10% × (t-1), x12&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 80%, x12 + x2 × (t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a percent based amount.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Resistance'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a percent based amount.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|Tier 1-4: 60% + 10% × (t-1)&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5: 99%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Basic Shield'''&lt;br /&gt;
|250|| ||R03: [[Winter]]||Wave 50&lt;br /&gt;
|Provides the tower with a shield that absorbs damage.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|Tier 1: 2e6/2M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 2: 2.5e7/25M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 3: 1e8/100M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 4: 6e8/600M&amp;lt;br&amp;gt;&lt;br /&gt;
Tier 5+: 2.5e9/2.5B × 2^(t-5)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Boss Shield'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 1.2%&lt;br /&gt;
|Reduces the incoming damage from Boss enemies.&lt;br /&gt;
|REACTIVE BLOCK BOSS&lt;br /&gt;
|Tier 1+: 70% + 5% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Moon Energy'''&lt;br /&gt;
|5|| ||R03: [[Winter]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 0%. Provides no bonus if the current energy is above 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Harvesting'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 0.1%&lt;br /&gt;
|Provides a chance to deal 33% of the primary targets current health as additional Darkness damage.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 2% × (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Darkness damage by a fixed amount.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Air damage by a fixed amount.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Earth damage by a fixed amount.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Armor'''&lt;br /&gt;
|150|| ||R04: [[Underground]]||Random 5%&lt;br /&gt;
|Reduces incoming Nature damage by a fixed amount.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shelter'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming damage if the tower hitpoints are below 50%.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|Tier 1: 10%&lt;br /&gt;
Tier 2: 20%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 25%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 30%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 40%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 40% + .2% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Transmute'''&lt;br /&gt;
|250|| ||R04: [[Underground]]||Random 0.5%&lt;br /&gt;
|Provides a chance to convert dead enemies into additional town resources by using the power of alchemy.&lt;br /&gt;
|RESOURCES CHANCE&lt;br /&gt;
|Tier 1-6: 15% 1-2 × 10 ^ (t-1)&lt;br /&gt;
Tier 7+: 15% 10000-20000 × 1.5 ^ (t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Offensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random offensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Defensive Pack'''&lt;br /&gt;
|5|| ||R04: [[Underground]]||Random 2%&lt;br /&gt;
|Provides a chance to upgrade a random defensive module at the beginning of a new wave for free.&lt;br /&gt;
|WAVE CHANCE MODULE&lt;br /&gt;
|Tier 1+: 20% × t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Firestorm'''&lt;br /&gt;
|250||Yes||R05: [[Volcano]]||Random 1%&lt;br /&gt;
|Unleashes a powerful firestorm at the targeted location which damages enemies by 40% of their max. hitpoints + a fixed amount of damage.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|Tier 1: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.25e8/125M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e10/75B&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 7.5e10/75B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Burning Attack'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Random 0.1%&lt;br /&gt;
|Provides a 10% chance to ignite all enemies in a large area around the primary target. Burning them for a specific amount of fire damage each second. Lasts up to 5 seconds.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|Tier 1: 60000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 250000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 3.25e6/3.25M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1.75e7/17.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 5e8/500M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 1.25e9/1.25B * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Light damage by a fixed amount.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Fire damage by a fixed amount.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Water damage by a fixed amount.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Armor'''&lt;br /&gt;
|150|| ||R05: [[Volcano]]||Random 5%&lt;br /&gt;
|Reduces incoming Electricity damage by a fixed amount.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|Tier 1+: 1000 × 10 ^ (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magma Foundation'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Wave 100&lt;br /&gt;
|A fiery foundation that provides the tower with some hitpoints and increases fire resistance, but lowers water resistance. In addition outgoing fire damage is multiplied by 40.&lt;br /&gt;
|FIRE WATER HEALTH RESISTANCE&lt;br /&gt;
|Tier 1: 16666.667, 50%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 375000, 60%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 900000, 70%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 2e6/2M, 80%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 2.2857e7/22.857M, 90%&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 4e7/40M * 2^(t-6), 90%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Divine Blessing'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.15%&lt;br /&gt;
|Provides a chance to damage an enemy by 5% of the towers current hitpoints and to temporarily increase the towers maximum hitpoints. Every second the total amount of bonus HP reduces by 1% of its current value.&lt;br /&gt;
|LIGHT CHANCE DAMAGE HEALTH&lt;br /&gt;
|Tier 1: 10%, 380&lt;br /&gt;
&lt;br /&gt;
Tier 2: 15%, 1300&lt;br /&gt;
&lt;br /&gt;
Tier 3: 20%, 6391&lt;br /&gt;
&lt;br /&gt;
Tier 4: 25%, 19464&lt;br /&gt;
&lt;br /&gt;
Tier 5: 30%, 189000&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 30%, 300015 * 1.5^(t-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Light.&lt;br /&gt;
|LIGHT AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Fire.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Electricity.&lt;br /&gt;
|ELECTRICITY AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Splash'''&lt;br /&gt;
|250|| ||R06: [[High Mountain]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Air.&lt;br /&gt;
|AIR AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Shell'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Increases resistance against Air damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|AIR RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Barrier'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Air as long as your current shield points are greater than 0.&lt;br /&gt;
|AIR REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Bulletproof'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.9%&lt;br /&gt;
|Provides resistance against incoming damage from ranged units like archers and wizards.&lt;br /&gt;
|REACTIVE BLOCK ARCHER WIZARD&lt;br /&gt;
|Tier 1+: 70% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Recharger'''&lt;br /&gt;
|5|| ||R06: [[High Mountain]]||Random 0.5%&lt;br /&gt;
|Starts regenerating your shield by a percentage based amount after not taking any damage for at least 4 seconds.&lt;br /&gt;
|SHIELD REACTIVE REGENERATION&lt;br /&gt;
|Tier 1+: 6% * t&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifeleech'''&lt;br /&gt;
|250||Yes||R07: [[Jungle]]||Random 1.5%&lt;br /&gt;
|Instantly drains life from surrounding enemies to heal the tower. Draining life counts as Nature damage.&lt;br /&gt;
|ACTIVE INSTANT AREA LIFESTEAL&lt;br /&gt;
|Tier 1: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 500000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 2.5e6/2.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 1e7/10M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 7.5e7/75M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 2.25e8/225M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Earth.&lt;br /&gt;
|EARTH AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Water.&lt;br /&gt;
|WATER AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 2%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Nature.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Splash'''&lt;br /&gt;
|250|| ||R07: [[Jungle]]||Random 0.9%&lt;br /&gt;
|Provides a 20% chance to damage all enemies in a 8M radius around the primary target by a fixed amount. Damage type is Darkness.&lt;br /&gt;
|DARKNESS AREA DAMAGE&lt;br /&gt;
|Tier 1: 5000&lt;br /&gt;
&lt;br /&gt;
Tier 2: 100000&lt;br /&gt;
&lt;br /&gt;
Tier 3: 1.5/1.5M&lt;br /&gt;
&lt;br /&gt;
Tier 4: 7.5e6/7.5M&lt;br /&gt;
&lt;br /&gt;
Tier 5: 4.5e7/45M&lt;br /&gt;
&lt;br /&gt;
Tier 6+: 6e7/60M * 2^(t-6)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Nature damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|NATURE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Earth damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|EARTH RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Shell'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Increases resistance against Water damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|WATER RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Nature as long as your current shield points are greater than 0.&lt;br /&gt;
|NATURE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Earth as long as your current shield points are greater than 0.&lt;br /&gt;
|EARTH REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Barrier'''&lt;br /&gt;
|5|| ||R07: [[Jungle]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Water as long as your current shield points are greater than 0.&lt;br /&gt;
|WATER REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sparks'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.12%&lt;br /&gt;
|Deals a random amount of damage and provides a 25% chance to stun non-Boss units for 1 second on an attack.&lt;br /&gt;
|ELECTRICITY DAMAGE STUN DEBUFF ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steini's Chained Ball'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 0.05%&lt;br /&gt;
|Reduces the tower's attackspeed in exchange for increasing its attack damage.&lt;br /&gt;
|COMMUNITY DAMAGE ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Fire damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|FIRE RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Electricity damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|ELECTRICITY RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Shell'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Increases resistance against Light damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|LIGHT RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Fire as long as your current shield points are greater than 0.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Electricity as long as your current shield points are greater than 0.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Barrier'''&lt;br /&gt;
|5|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Light as long as your current shield points are greater than 0.&lt;br /&gt;
|LIGHT REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diamond Foundation'''&lt;br /&gt;
|250|| ||R08: [[Metallic Ruins]]||Random 1%&lt;br /&gt;
|This crystalized foundation provides a lot of hitpoints but becomes fragile if damaged. Divides incoming damage by a fixed factor that gets lower along with the hitpoints of the tower. At 1/3 of max. health there is a turning point where incoming damage is being amplified.&lt;br /&gt;
|HEALTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Execution'''&lt;br /&gt;
|250|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Allows the tower to deal additional Universal damage to an enemy if its hitpoints are below 45% of their maximum value.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rapidfire'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.6%&lt;br /&gt;
|Provides a chance to temporarily increase the attack speed of the tower by 50% whenever an enemy is being destroyed.&lt;br /&gt;
|CHANCE BUFF ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Splash'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 0.14%&lt;br /&gt;
|Provides a 20% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself.&lt;br /&gt;
|NEUTRAL CHANCE AREA DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Multishot'''&lt;br /&gt;
|5||Yes||R09: [[Beach]]||Random 0.8%&lt;br /&gt;
|Instantly fires a missile at multiple targets around the tower.&lt;br /&gt;
|ACTIVE INSTANT AREA&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Barrier'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Damages attackers by an amount (based on your max. shield points) of damage type Darkness as long as your current shield points are greater than 0.&lt;br /&gt;
|DARKNESS REACTIVE DAMAGE&lt;br /&gt;
|Tier 1+: 10% + 5% * (t-1)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Fire damage by a certain amount while at the same time multiplying incoming Water damage.&lt;br /&gt;
|FIRE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Water damage by a certain amount while at the same time multiplying incoming Fire damage.&lt;br /&gt;
|WATER RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Earth damage by a certain amount while at the same time multiplying incoming Air damage.&lt;br /&gt;
|EARTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Air damage by a certain amount while at the same time multiplying incoming Earth damage.&lt;br /&gt;
|AIR RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Nature damage by a certain amount while at the same time multiplying incoming Electricity damage.&lt;br /&gt;
|NATURE RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Electricity damage by a certain amount while at the same time multiplying incoming Nature damage.&lt;br /&gt;
|ELECTRICITY RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Light damage by a certain amount while at the same time multiplying incoming Darkness damage.&lt;br /&gt;
|LIGHT RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Exchange'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 1%&lt;br /&gt;
|Divides incoming Darkness damage by a certain amount while at the same time multiplying incoming Light damage.&lt;br /&gt;
|DARKNESS RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Energy'''&lt;br /&gt;
|5|| ||R09: [[Beach]]||Random 5%&lt;br /&gt;
|Increases the energy regeneration of the tower based on how close the current energy is to 100%. Provides no bonus if the current energy is below 50%.&lt;br /&gt;
|ENERGY REGENERATION&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Super Bounce'''&lt;br /&gt;
|250||Yes||R09: [[Beach]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[3]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Defeat the turtle with supreme splitshots.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns a missile that jumps lots of times. ''BudeEBoy exploited the Developers to create this module.''&lt;br /&gt;
|ACTIVE INSTANT AREA COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Shards'''&lt;br /&gt;
|250|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Deals Water damage on impact and slows the movement speed of the primary target for 2 seconds.&lt;br /&gt;
|WATER DAMAGE SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Fire damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Water damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Earth damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Air damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Nature damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Electricity damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Light damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Impetus'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases the total Darkness damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Shell'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 1%&lt;br /&gt;
|Increases resistance against Darkness damage everytime the tower takes damage of the specified type. Stacks up to 100 times (multiplicatively) and lasts up to 4 seconds. Taking damage of the same type again refreshes the duration.&lt;br /&gt;
|DARKNESS RESISTANCE BUFF&lt;br /&gt;
|Tier 1: 5%&lt;br /&gt;
&lt;br /&gt;
Tier 2: 7%&lt;br /&gt;
&lt;br /&gt;
Tier 3: 10%&lt;br /&gt;
&lt;br /&gt;
Tier 4: 12%&lt;br /&gt;
&lt;br /&gt;
Tier 5: 14%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Aura'''&lt;br /&gt;
|5|| ||R10: [[Ocean]]||Random 0.8%&lt;br /&gt;
|Slows the movement speed of enemies in a 20M radius around the tower.&lt;br /&gt;
|AURA SLOW DEBUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Fire enemies.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Water enemies.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Earth enemies.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Air enemies.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Electricity enemies.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Nature enemies.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Light enemies.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Darkness enemies.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Projectiles'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Increases the damage dealt against Universal enemies.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Neutral damage by a certain amount while at the same time multiplying incoming Universal damage.&lt;br /&gt;
|NEUTRAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Exchange'''&lt;br /&gt;
|5|| ||R11: [[Neutral]]||Random 1%&lt;br /&gt;
|Divides incoming Universal damage by a certain amount while at the same time multiplying incoming Neutral damage.&lt;br /&gt;
|UNIVERSAL RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Marble Foundation'''&lt;br /&gt;
|250|| ||R11: [[Neutral]]||Random 0.5%&lt;br /&gt;
|Sturdy foundation that protects you from the fundamentals of the universe. Divides incoming neutral and universal damage by 200. (Counts as neutral/universal resistance in the stats menu.)&lt;br /&gt;
|NETURAL UNIVERSAL HEALTH RESISTANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Darkness Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Darkness enemies by 4.&lt;br /&gt;
|DARKNESS CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Fire Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Fire enemies by 4.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Earth Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Earth enemies by 4.&lt;br /&gt;
|EARTH CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Water Crit'''&lt;br /&gt;
|5|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Water enemies by 4.&lt;br /&gt;
|WATER CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Fire damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Water damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Earth damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Air damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Nature damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Light damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Darkness damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Subsistence'''&lt;br /&gt;
|250|| ||R12: [[Dark Realm]]||Random 1%&lt;br /&gt;
|Increases your Electricity damage based on your current energy percentage. Full bonus is applied at 100% energy. Drains 200 energy whenever the bonus is applied.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Light Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Light enemies by 4.&lt;br /&gt;
|LIGHT CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Nature Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Nature enemies by 4.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Air Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Air enemies by 4.&lt;br /&gt;
|AIR CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Electricity Crit'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Provides a chance to multiply your damage against Electricity enemies by 4.&lt;br /&gt;
|ELECTRICITY CHANCE DAMAGE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Fire armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|FIRE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Water armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|WATER ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Air armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|AIR ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Earth armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|EARTH ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Nature armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|NATURE ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Electricity armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|ELECTRICITY ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Light armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|LIGHT ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Protection'''&lt;br /&gt;
|5|| ||R13: [[Heaven]]||Random 1%&lt;br /&gt;
|Increases your Darkness armor (abs. resistance) by an amount that is based on the maximum shield value of the tower. Bonus is only active when the shield is active.&lt;br /&gt;
|DARKNESS ARMOR&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Fire damage.&lt;br /&gt;
|FIRE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Water damage.&lt;br /&gt;
|WATER BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Air damage.&lt;br /&gt;
|AIR BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Electricity damage.&lt;br /&gt;
|ELECTRICITY BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Darkness damage.&lt;br /&gt;
|DARKNESS BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Earth damage.&lt;br /&gt;
|EARTH BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Nature damage.&lt;br /&gt;
|NATURE BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Block'''&lt;br /&gt;
|250|| ||R14: [[Universe]]||Random 1%&lt;br /&gt;
|Provides a chance to fully block incoming Light damage.&lt;br /&gt;
|LIGHT BLOCK CHANCE&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''L.O.S.O Drone System'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R14: [[Universe]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[4]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;We watch the stars as our finial ring is constructed, hoping for a wish&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Spawns &amp;lt;code&amp;gt;⌊([tier]-1/4)⌋+1&amp;lt;/code&amp;gt; drones that attack nearby units by [tier]% of the tower's damage. Drones can trigger the same modules that a projectile could trigger upon arrival. ''Low Orbit Self Operated Drone System by Loso3svk.''&lt;br /&gt;
|ACTIVE INSTANT DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Neutral damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Fire damage dealt by the tower for 45 seconds.&lt;br /&gt;
|FIRE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Water damage dealt by the tower for 45 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Nature damage dealt by the tower for 45 seconds.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Air damage dealt by the tower for 45 seconds.&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Earth damage dealt by the tower for 45 seconds.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Light damage dealt by the tower for 45 seconds.&lt;br /&gt;
|LIGHT ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Darkness damage dealt by the tower for 45 seconds.&lt;br /&gt;
|DARKNESS ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Electricity damage dealt by the tower for 45 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Focus'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Random 1%&lt;br /&gt;
|Increases Universal damage dealt by the tower for 45 seconds.&lt;br /&gt;
|UNIVERSAL ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower'''&lt;br /&gt;
|5||Yes||R15: [[Chaos]]||Wave 100&lt;br /&gt;
|Boosts the tower attack speed by 50%, multiplies the max. health and health regeneration by 3 and decreases incoming damage by 50%.&lt;br /&gt;
|ACTIVE INSTANT BUFF HEALTH REGENERATION RESISTANCE ATTACKSPEED&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''W.I.N.C.E'''&lt;br /&gt;
|5|| ||R15: [[Chaos]]||Beat Chaos Impossible without using any offensive modules.&lt;br /&gt;
|Significantly slows attackspeed but provides small chance to insta-kill attackers. ''The WootImNoob Incredible Novel Complete and Efficient module.''&lt;br /&gt;
|REACTIVE NEUTRAL DAMAGE COMMUNITY&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Laboratory====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||100°C&lt;br /&gt;
|Deals additional damage of type Fire based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Breath'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||3,000°C&lt;br /&gt;
|Provides a chance to release a wave of Fire that damages every unit on its way towards the primary target. Deals a fixed amount of damage.&lt;br /&gt;
|FIRE CHANCE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Combustion'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||75,000°C&lt;br /&gt;
|Provides a 25% chance that a destroyed enemy will explode and deal a part of its maximum hitpoints as Fire damage to surrounding enemies.&lt;br /&gt;
|FIRE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Fire'''&lt;br /&gt;
|5|| ||[[Experiment: Fire]]||950,000°C&lt;br /&gt;
|Absorbs incoming Fire damage and releases it in an explosion once every second. Deals the absorbed damage multiplied by a specific factor to all enemies around the tower.&lt;br /&gt;
|FIRE REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Incineration'''&lt;br /&gt;
|250|| ||[[Experiment: Fire]]||5,000,000°C&amp;lt;br /&amp;gt;''(5M°C or 5e6°C)''&lt;br /&gt;
|Increases Fire damage based on the current hitpoint percentage of the primary target.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Water Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||50L (15°C)&lt;br /&gt;
|Deals additional damage of type Water based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|WATER DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Nova'''&lt;br /&gt;
|5||Yes||[[Experiment: Water]]||75L (0°C)&lt;br /&gt;
|Releases a wave of frost around the tower. Enemies affected by the cold cannot move for 6 seconds.&lt;br /&gt;
|ACTIVE INSTANT AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Frost'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||200L (-10°C)&lt;br /&gt;
|Slows the attackspeed of enemies that attack the tower. Lasts up to 5 seconds but refreshes once the unit attacks again.&lt;br /&gt;
|REACTIVE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shatter'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||500L (-20°C)&lt;br /&gt;
|Increases water damage dealt against stunned or frozen enemies.&lt;br /&gt;
|WATER DAMAGE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Extinguish'''&lt;br /&gt;
|5|| ||[[Experiment: Water]]||1000L (-22°C)&lt;br /&gt;
|Provides a chance to instantly destroy a fire enemy on an attack.&lt;br /&gt;
|CHANCE DAMAGE FIRE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Glacier Spikes'''&lt;br /&gt;
|50||Yes||[[Experiment: Water]]||2500L (-40°C)&lt;br /&gt;
|Spawns multiple ice pillars at random positions around the map (requires solid ground). Enemies that get too close to the pillars will take a fixed amount of water damage multiplied by the towers water armor (multiplier cannot be lower than 1) and have their movement- and attackspeed slowed by 90%. The pillars will disappear after 20 seconds.&lt;br /&gt;
|WATER ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Absolute Zero'''&lt;br /&gt;
|1|| ||[[Experiment: Water]]||100L (-273°C)&lt;br /&gt;
|Freezes time itself. Equipping your tower with this module slows the passage of time itself by 50%. ''Why did you go that far?''&lt;br /&gt;
|TIME&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||3 Plants&lt;br /&gt;
|Deals additional damage of type Nature based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Adaptive Regeneration'''&lt;br /&gt;
|10|| ||[[Experiment: Nature]]||6 Plants&lt;br /&gt;
|Automatically repairs the tower by an amount based on its maximum hitpoints.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Nature'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||9 Plants&lt;br /&gt;
|Provides a 25% chance that incoming damage permanently increases the towers hp-regeneration.&lt;br /&gt;
|REACTIVE HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Violent Seeds'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||12 Plants&lt;br /&gt;
|Continuously increases the towers Nature damage until the end of the duration.&lt;br /&gt;
|NATURE ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Rejuvenate'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||16 Plants&lt;br /&gt;
|Increases the towers hp regeneration for each kill until the end of the current round. Works multiplicatively but additive to itself. Does not affect %-based regeneration.&lt;br /&gt;
|HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Path'''&lt;br /&gt;
|250|| ||[[Experiment: Nature]]||22 Plants&lt;br /&gt;
|Projectiles that hit Nature enemies will start to bounce off to nearby targets. Bouncing a total of 3 times, dealing Nature damage to additional targets.&lt;br /&gt;
|NATURE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Nature's Wrath'''&lt;br /&gt;
|100|| ||[[Experiment: Nature]]||26 Plants&lt;br /&gt;
|Amplifies Nature projectile damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Daybloom'''&lt;br /&gt;
|5|| ||[[Experiment: Nature]]||30 Plants&lt;br /&gt;
|Applies a part of module and damage factor related Light damage bonus to Nature damage as well.&lt;br /&gt;
|NATURE LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gigantic vines'''&lt;br /&gt;
|5||Yes||[[Experiment: Nature]]||35 Plants&lt;br /&gt;
|Spawns huge vines all over the map (requires solid ground). Enemies getting too close to the vines will receive a negative buff that slows their movement and attackspeed by 33% and deals 10% of their current hitpoints as Nature damage to them.&lt;br /&gt;
|NATURE ACTIVE INSTANT AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earth Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||1,750 kg/m³&lt;br /&gt;
|Deals additional damage of type Earth based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Steel Foundation'''&lt;br /&gt;
|250|| ||[[Experiment: Earth]]||6,000 kg/m³&lt;br /&gt;
|A solid foundation that provides less hitpoints than stone foundation, but adds resistance to Neutral, Fire, Earth and Air damage.&lt;br /&gt;
|EARTH FIRE AIR NEUTRAL HEALTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gravel'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||30,000 kg/m³&lt;br /&gt;
|Provides a chance to produce gravel around the tower when attacking (displayed as a buff). Whenever an enemy attacks it gets stunned by 0.1 seconds for each layer of the buff and the incoming damage gets reduced by 33% per layer (multiplicative). Stacks up to 50 times and disappears when taking damage.&lt;br /&gt;
|REACTIVE STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Titanium Hull'''&lt;br /&gt;
|100||Yes||[[Experiment: Earth]]||125,000 kg/m³&lt;br /&gt;
|Temporarily increases the towers generic resistance by 99% and its generic armor by a variable amount. Lasts up to 60 seconds.&lt;br /&gt;
|ACTIVE INSTANT ARMOR RESISTANCE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Avalanche'''&lt;br /&gt;
|5|| ||[[Experiment: Earth]]||2.5M kg/m³&amp;lt;br /&amp;gt;''(2.5e6 kg/m³)''&lt;br /&gt;
|Provides a chance to multiply your outgoing projectile Earth damage by an exponential part of your Earth armor. The current multiplier is x^0.12 where x represents your current Earth armor. The multiplier cannot be lower than 1.&lt;br /&gt;
|EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Earthquake'''&lt;br /&gt;
|250||Yes||[[Experiment: Earth]]||55M kg/m³&amp;lt;br /&amp;gt;''(55e6 kg/m³)''&lt;br /&gt;
|Stuns all non-Earth enemies on the map and damages them by 15% of the towers maximum hitpoints. Damage type is Earth.&lt;br /&gt;
|EARTH ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Electricity Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||5000 J&lt;br /&gt;
|Deals additional damage of type Electricity based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lightning'''&lt;br /&gt;
|250||Yes||[[Experiment: Electricity]]||250000 J&lt;br /&gt;
|Hits all surrounding enemies with the wrath of the thundergod. Deals Electricity damage in a large radius around the tower, stunning all affected targets for 2 seconds.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT AREA DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Overcharge'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||1.25M J&lt;br /&gt;
''(1.25e6 J)''&lt;br /&gt;
|Provides the tower a chance to receive +25% attackspeed for a certain amount of time whenever it receives damage from an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Transformator'''&lt;br /&gt;
|5|| ||[[Experiment: Electricity]]||10M J&lt;br /&gt;
''(10e6 J)''&lt;br /&gt;
|Provides a 12% chance to restore a part of your shield whenever killing an Electricity type enemy.&lt;br /&gt;
|ELECTRICITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shock ward'''&lt;br /&gt;
|5||Yes||[[Experiment: Electricity]]||1B J&lt;br /&gt;
''(1e9 J)''&lt;br /&gt;
|Creates a ward at the targeted location which stuns enemies once they enter its area of effect. Lasts up to 30 seconds before disappearing.&lt;br /&gt;
|ACTIVE GROUND STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Darkness Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||5 Particles&lt;br /&gt;
|Deals additional damage of type Darkness based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heartstopper Aura'''&lt;br /&gt;
|5|| ||[[Experiment: Darkness]]||15 Particles&lt;br /&gt;
|Decreases the hitpoints of nearby non-Boss units by a percent based amount of damage type Darkness.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Darkness'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||30 Particles&lt;br /&gt;
|Divides incoming Darkness damage by a specific amount as long as the towers shieldpoints are above 0. If no shield is present then this ability will be inactive.&lt;br /&gt;
|DARKNESS REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Darkness]]||50 Particles&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Darkness, Fire, Earth and Nature damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|DARKNESS FIRE EARTH NATURE AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Missile'''&lt;br /&gt;
|250|| ||[[Experiment: Darkness]]||75 Particles&lt;br /&gt;
|Increases the damage based on the current missing hitpoint percentage of the primary target.&lt;br /&gt;
|DARKNESS DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Light Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Light]]||1 Image&lt;br /&gt;
|Deals additional damage of type Light based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|LIGHT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dispel'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||3 Images&lt;br /&gt;
|Removes a negative buff from the tower.&lt;br /&gt;
|ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dryness Aura'''&lt;br /&gt;
|30|| ||[[Experiment: Light]]||5 Images&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Light, Water, Air and Electricity damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|LIGHT WATER AIR ELECTRICITY AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Recharge'''&lt;br /&gt;
|5||Yes||[[Experiment: Light]]||10 Images&lt;br /&gt;
|Instantly refills the towers energy to 100%.&lt;br /&gt;
|ACTIVE INSTANT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Taste'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||202,650 Pa&lt;br /&gt;
|Deals additional damage of type Air based on a percentage of the total damage dealt. Damage of taste modules can not be further amplified.&lt;br /&gt;
|AIR DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield of Air'''&lt;br /&gt;
|5|| ||[[Experiment: Air]]||1.01M Pa&amp;lt;br /&amp;gt;''(1.01e6 Pa)''&lt;br /&gt;
|Engulfs the tower with a shield of Air which blocks a random amount of damage on each attack. If no shield is present then this ability will be inactive.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Air Slice'''&lt;br /&gt;
|250|| ||[[Experiment: Air]]||5.07M Pa&amp;lt;br /&amp;gt;''(5.07e6 Pa)''&lt;br /&gt;
|Provides a chance to create a gush of wind around the primary target that damages all nearby units and slows their attackspeed.&lt;br /&gt;
|CHANCE AREA DAMAGE SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Simple Evasion'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||50&lt;br /&gt;
|Provides the tower a small chance to fully negate incoming damage.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Lifesteal'''&lt;br /&gt;
|250|| ||[[Experiment: Neutral]]||2,500&lt;br /&gt;
|Converts a part of the attack damage dealt back to health for the tower.&lt;br /&gt;
|HEALTH LIFESTEAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Impetus'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||10,000&lt;br /&gt;
|Increases the total damage of the tower based on the distance between the target and the tower at the moment the projectile arrives.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Reflect'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||20,000&lt;br /&gt;
|Damages attackers by a part of their own attackdamage.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defiance'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||125,000&lt;br /&gt;
|Everytime the tower is hit by death blow, all surrounding enemies will be stunned for 3 seconds and the tower survives with 1 hp left. Can only trigger once every few seconds.&lt;br /&gt;
|REACTIVE BLOCK STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Critical Strike'''&lt;br /&gt;
|5|| ||[[Experiment: Neutral]]||6.5M ''(6.5e6)''&lt;br /&gt;
|Provides a chance to deal more damage on an attack.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Attack'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.5G&lt;br /&gt;
|Provides the tower some Universal damage. Universal damage is very effective against Universal type enemies and does full damage to all elements.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Emergency Critical'''&lt;br /&gt;
|250|| ||[[Experiment: Universal]]||&amp;gt;= 1.8G&lt;br /&gt;
|Provides a chance to multiply outgoing damage. The chance is based on the current %-based hitpoints of the tower where 100% health provides a 0% chance and 0% health provides a 100% chance.&lt;br /&gt;
|CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Shield'''&lt;br /&gt;
|5|| ||[[Experiment: Universal]]||&amp;lt;= -0.5G&lt;br /&gt;
|Blocks the first 2 hits from a single enemy. Afterwards there is a small chance that one more hit will be blocked.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Temporal Barrier'''&lt;br /&gt;
|5||Yes||[[Experiment: Universal]]||&amp;lt;= -1.75G&lt;br /&gt;
|Engulfs the tower with a temporary barrier that limits incoming damage to 2% of the sum of its MAX. HP + MAX. Shield per damage instance. Each use reduces the total duration by 0.5 seconds (capped at 1) until the end of the current run.&lt;br /&gt;
|ACTIVE INSTANT REACTIVE BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Lucky Shot'''&lt;br /&gt;
|100|| ||[[Experiment: Gems]]||1 Stack ''(9 grids)''&lt;br /&gt;
|Provides a small chance to multiply your damage by an amount on an attack.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phasing'''&lt;br /&gt;
|5|| ||[[Experiment: Gems]]||5 Stacks ''(45 grids)''&lt;br /&gt;
|A slight modification to the towers shield that allows it to completely block every few attacks. Only works as long as the towers shieldpoints are above 0.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Resistance'''&lt;br /&gt;
|10|| ||[[Experiment: Exotic]]||1 Fabric of reality&lt;br /&gt;
|Reduce any incoming damage by a percentage based amount.&lt;br /&gt;
|RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Division Shield'''&lt;br /&gt;
|250|| ||[[Experiment: Exotic]]||1000 Fabrics of reality&lt;br /&gt;
|Divides incoming damage by a fixed amount. Affects all damage types.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Arcade====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Wish'''&lt;br /&gt;
|250|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Increases outgoing damage by a certain % and incoming damage by half of that amount.&lt;br /&gt;
|DAMAGE WEAKEN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desperado'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sprays the surrounding area full of lead, hitting all enemies anywhere from 0 to 2 times.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Strike Back'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Chance to gain an attack speed buff for 1.5 seconds when taking damage and the current health is below 60%.&lt;br /&gt;
|REACTIVE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Recycling'''&lt;br /&gt;
|5|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Reduces the energy cost of all modules that require energy.&lt;br /&gt;
|ENERGY COST&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Redirect'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Sacrifices the towers shield an in turn increases its electricity damage multiplicatively by [sacrificed amount]^0.15 for a certain amount of time.&lt;br /&gt;
|ELECTRICITY ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Refined Armor'''&lt;br /&gt;
|50|| ||[[Arcade]]: Lucky Wheel||&lt;br /&gt;
|Multiplies each armor type of the tower by a constant value.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Power of the Cat'''&lt;br /&gt;
|5|| ||[[Arcade]]: Jumble||&lt;br /&gt;
|Provides the tower with up to 9 layers that block incoming lethal attacks. Drains 1 layer per blocked attack. Layers slowly regenerate over time and are displayed in the form of a buff/status effect.&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fracture'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Temporarily subtracts 500% of the towers resistance (post-additive) but in turn multiplies all outgoing damage by a constant factor.&lt;br /&gt;
|ACTIVE INSTANT BUFF RESISTANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Response'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Turns all non-neutral enemies on the map into neutral type enemies.&lt;br /&gt;
|NEUTRAL ACTIVE INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Void'''&lt;br /&gt;
|5||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Creates a dark void in the targeted area that immediately destroys neutral enemies that enter it.&lt;br /&gt;
|NEUTRAL ACTIVE AREA NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Reboot'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Jumble||&lt;br /&gt;
|Sets the current hitpoints of the tower to EXACTLY 1&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Rak's Curse'''&lt;br /&gt;
|1||Yes||[[Arcade]]: Adventure||Hint:&amp;lt;sup&amp;gt;[[Modules#Footnotes|[̴̛̤̠0̶̮͚̚]̶̡͙̉]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Just don't get good...&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|On activation there is a 0.1% chance to permanently buff the tower's Max Health, Energy Regeneration and Spell Cooldown. 99.8% chance that nothing happens. 0.1% chance to meltdown and destroy the tower. ''Rak created this curse with the power of lost savegames.''&lt;br /&gt;
Note: The buff lasts until the round ends.&lt;br /&gt;
|COMMUNITY ACTIVE INSTANT CHANCE BUFF HEALTH REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Immolation'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Railgun&lt;br /&gt;
|Burns nearby enemies in a 15m radius upon activation, damaging them by a percentage of their current hp as fire damage. Continuously drains energy. Damage is not affected by any multipliers except natural elemental multipliers.&lt;br /&gt;
|FIRE ACTIVE TOGGLEABLE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aura Enhancement'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Rocket Launcher&lt;br /&gt;
|Increases the radius of all aura modules for a certain amount of time. Every module with &amp;quot;aura&amp;quot; in its name is considered an aura.&lt;br /&gt;
|ACTIVE INSTANT AURA BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Tactical Maneuver'''&lt;br /&gt;
|250||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Double Cannon&lt;br /&gt;
|Reduces the energy cost of active offensive and defensive modules by a certain % for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Defense Overload'''&lt;br /&gt;
|250|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Drones&lt;br /&gt;
|Provides a 15% chance when casting a defensive ability to refill 20% of the maximum shield amount and supply the tower with a buff that divides incoming damage of any type and lasts up to 5 seconds. Stacks up to 50 times.&lt;br /&gt;
|BUFF BLOCK SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Cooling Cell'''&lt;br /&gt;
|100||Yes||[[Arcade]]: Perfect Space||Beat Perfect Space with Gatling Gun&lt;br /&gt;
|Absorbs and resets the cooldown of all offensive, defensive and ultimate modules that are currently on cooldown and applies the cooldown to this module instead. The sum of the cooldowns is additionally multiplied by a factor that cannot be reduced via any cooldown reduction bonus.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Borf'''&lt;br /&gt;
|1|| ||[[Arcade]]: Perfect Space||Beat Perfect Space with Gauss Cannon&lt;br /&gt;
|Permastuns the tower but in exchange reduces the cooldown and energy cost of all offensive modules by 90%. The cooldown of all other modules increases by 100%&lt;br /&gt;
|COMMUNITY ATTACKSPEED ENERGYCOST COOLDOWN STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Daigoparry'''&lt;br /&gt;
|5|| ||[[Arcade]]: Secret||Secret: &amp;lt;spoiler&amp;gt;Beat Perfect Space without losing any health (losing shield is fine)&amp;lt;/spoiler&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|Parry the next 15 hits that would kill you&lt;br /&gt;
|REACTIVE BLOCK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mine====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Awareness'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 1% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Temporarily increases the experience points gained from destroyed enemies. (Refers to ingame XP, not town XP.)&lt;br /&gt;
|ACTIVE INSTANT XP BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Radar'''&lt;br /&gt;
|10||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Doubles the tower's attack range for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT RANGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Checkerboard Aura'''&lt;br /&gt;
|30|| ||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Reduces the base resistance of nearby enemies against Neutral and Universal damage. Negative base resistance amplifies damage of the according element type.&lt;br /&gt;
|NEUTRAL UNIVERSAL AURA DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Orbs'''&lt;br /&gt;
|5||Yes||[[Mine]]: Second Floor||Random 0.5% &amp;lt;sup&amp;gt;[[Modules#Footnotes|[1]]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Spawns magical orbs that circle around the tower and stun nearby enemies on contact for 3 seconds.&lt;br /&gt;
|ACTIVE INSTANT STUN DEBUFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Challenges====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Phoenix Bounce'''&lt;br /&gt;
|250|| ||Challenge: 1-1||Challenge Completion&lt;br /&gt;
|Creates a very hot missile that deals Fire damage and bounces off to another target if the current target is of type Fire. Bounces up to 10 times.&lt;br /&gt;
|FIRE AREA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stab Prevention'''&lt;br /&gt;
|5|| ||Challenge: 1-3||Challenge Completion&lt;br /&gt;
|Provides a chance to block incoming damage from assassins regardless of their elemental type.&lt;br /&gt;
|REACTIVE BLOCK ASSASSIN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Planned Strike'''&lt;br /&gt;
|5|| ||Challenge: 1-4||Challenge Completion&lt;br /&gt;
|Every 10 attack deals more damage. Switching targets does not reset the counter.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Universal'''&lt;br /&gt;
|1|| ||Challenge: 1-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Universal and therefore applies all default strengths and weaknesses of Universal to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 9&lt;br /&gt;
|UNIVERSAL ELEMENT ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Forest Gift'''&lt;br /&gt;
|5|| ||Challenge: 1-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Fire, Earth and Nature damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL FIRE EARTH NATURE RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Flow'''&lt;br /&gt;
|5|| ||Challenge: 2-2||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of active modules.&lt;br /&gt;
|REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Headhunting'''&lt;br /&gt;
|250|| ||Challenge: 2-3||Challenge Completion&lt;br /&gt;
|Increases the damage against non-normal enemy types. Includes Archers, Assassins, Wizards, Tanks and bosses.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN BOSS TANK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Heal'''&lt;br /&gt;
|5||Yes||Challenge: 2-4||Challenge Completion&lt;br /&gt;
|Instantly refills a percentage of the tower's maximum hitpoints.&lt;br /&gt;
|ACTIVE INSTANT HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sandstorm'''&lt;br /&gt;
|20||Yes||Challenge: 2-5||Challenge Completion&lt;br /&gt;
|Unleashes a huge sandstorm all over the map which slows enemies by 30% and reduces their general armor and therefore increasing their incoming damage, And affects all enemies on the map.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Desert Gift'''&lt;br /&gt;
|5|| ||Challenge: 2-6||Challenge Completion&lt;br /&gt;
|Increases Neutral, Light, Fire and Earth damage while also increasing the resistance against these elements by the same value.&lt;br /&gt;
|NEUTRAL LIGHT FIRE EARTH RESISTANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Snowstorm'''&lt;br /&gt;
|20||Yes||Challenge: 3-2||Challenge Completion&lt;br /&gt;
|Slows the movement and attack speed of all enemies on the map by 25%. Stunned units take [tier]% of their maximum health as water damage per second.&lt;br /&gt;
|WATER ACTIVE INSTANT DEBUFF SLOW DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Mjölnir'''&lt;br /&gt;
|250|| ||Challenge: 3-5||Challenge Completion&lt;br /&gt;
|Increases the towers electricity damage for every ice giant... erm... tank or boss enemy killed (multiplicative with other bonuses, additive to itself). The bonus damage stays until the end of a round.&lt;br /&gt;
|ELECTRICITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Winter Gift'''&lt;br /&gt;
|250|| ||Challenge: 3-6||Challenge Completion&lt;br /&gt;
|Reduces the total duration of negative buffs. Stuns also count as negative buffs.&lt;br /&gt;
|DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aftershock'''&lt;br /&gt;
|20|| ||Challenge: 4-3||Challenge Completion&lt;br /&gt;
|Provides a chance to stun all units in a 10M radius around the tower whenever any active module is used. Has an internal 3 sec. cooldown after triggering.&lt;br /&gt;
|DEBUFF STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Tremors'''&lt;br /&gt;
|10||Yes||Challenge: 4-4||Challenge Completion&lt;br /&gt;
|Provides a chance which is evaluated per individual stunned enemy on the map to set that particular enemies' health to 1.&lt;br /&gt;
|ACTIVE INSTANT STUN AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Poison Sting'''&lt;br /&gt;
|100|| ||Challenge: 4-5||Challenge Completion&lt;br /&gt;
|Poisons enemies on regular attacks. Deals a percentage of the current hitpoints of the target as nature damage per second. Additionally lowers the target's nature resistance. Stacks with itself. Higher stacks decrease nature resistance further.&lt;br /&gt;
|NATURE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Underground Gift'''&lt;br /&gt;
|250|| ||Challenge: 4-6||Challenge Completion&lt;br /&gt;
|Reduce the duration of stuns inflicted to the owner.&lt;br /&gt;
|STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Molten Core'''&lt;br /&gt;
|1|| ||Challenge: 5-2||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to fire and therefore applies all default strengths and weaknesses of fire to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 1&lt;br /&gt;
|FIRE ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Heatwave'''&lt;br /&gt;
|250|| ||Challenge: 5-4||Challenge Completion&lt;br /&gt;
|Provides a chance to ignite all units in a 15m radius around the tower whenever an active module is used. Burning units take damage equal to 10% of their current hp plus a fixed amount per second. Damage type is fire.&lt;br /&gt;
|FIRE DEBUFF DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Rain Of Ashes'''&lt;br /&gt;
|250||Yes||Challenge: 5-5||Challenge Completion&lt;br /&gt;
|Fills the sky with clouds of ashes. Enemies affected by them have a 25% reduced attack range and a chance to miss when attacking.&lt;br /&gt;
|ACTIVE INSTANT DEBUFF ATTACKRANGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Volcano Gift'''&lt;br /&gt;
|250|| ||Challenge: 5-6||Challenge Completion&lt;br /&gt;
|Slowly increases the fire damage dealt by the user of this module. Resets when the tower dies or the current round restarts.&lt;br /&gt;
|FIRE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Aura'''&lt;br /&gt;
|100|| ||Challenge: 6-2||Challenge Completion&lt;br /&gt;
|Reduces the attack range of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Aero Core'''&lt;br /&gt;
|1|| ||Challenge: 6-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from neutral to air and therefore applies all default strengths and weaknesses of air to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 4&lt;br /&gt;
|AIR ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Stampede'''&lt;br /&gt;
|250||Yes||Challenge: 6-5||Challenge Completion&lt;br /&gt;
|Spawns a horde of goats that roams perpendicular to the direction between the tower and the casting point. Goats deal air damage based on the max. hp of an enemy upon contact. Goats might jump over enemies without touching them!&lt;br /&gt;
|AIR ACTIVE INSTANT DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''High Mountain Gift'''&lt;br /&gt;
|250|| ||Challenge: 6-6||Challenge Completion&lt;br /&gt;
|Increases the area of effect of all active modules by a specific amount&lt;br /&gt;
|AOE SPELLS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Monsoon Aura'''&lt;br /&gt;
|100|| ||Challenge: 7-2||Challenge Completion&lt;br /&gt;
|Reduces the maximum hitpoints and attack damage of nearby non-Boss enemies.&lt;br /&gt;
|ATTACKRANGE DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia's Protection'''&lt;br /&gt;
|250||Yes||Challenge: 7-4||Challenge Completion&lt;br /&gt;
|Reduces the duration of debuffs by 100% for a specific amount of time.&lt;br /&gt;
|ACTIVE INSTANT BUFF DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Return to Monkey'''&lt;br /&gt;
|250||Yes||Challenge: 7-5||Challenge Completion&lt;br /&gt;
|Temporarily reduces the energy cost of all active Ultimate modules. For the duration of this buff the tower changes its base element type to Nature. Type priority: 5&lt;br /&gt;
|NATURE ACTIVE INSTANT COOLDOWN BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Jungle Gift'''&lt;br /&gt;
|250|| ||Challenge: 7-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active Defensive modules.&lt;br /&gt;
|ENERGY COST DEFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Magnetic Core'''&lt;br /&gt;
|1|| ||Challenge: 8-4||Challenge Completion&lt;br /&gt;
|Changes the base type of the tower from Neutral to Electricity and therefore applies all default strengths and weaknesses of Electricity to it. If other modules that change the element of owner are present then the one with the highest type priority overrides the others. Type Priority: 8&lt;br /&gt;
|ELECTRICITY ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Battery Foundation'''&lt;br /&gt;
|250|| ||Challenge: 8-5||Challenge Completion&lt;br /&gt;
|A very energetic foundation that provides some hitpoints and multiplies outgoing Electricity damage by 50. Outgoing attacks receive an additional damage bonus based on the current energy percentage of the tower. The bonus gets exponentially weaker the lower the energy percentage gets.&lt;br /&gt;
|ELECTRICITY HEALTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metallic Ruins Gift'''&lt;br /&gt;
|250|| ||Challenge: 8-6||Challenge Completion&lt;br /&gt;
|Slowly increases the Electricity damage dealt by the user of this module. Resets when the Tower dies or the current round restarts.&lt;br /&gt;
|ELECTRICITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Low Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-1||Challenge Completion&lt;br /&gt;
|Reduces the cooldown of Ultimate modules but in exchange increases the energy cost of all active modules by 10%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''High Tide'''&lt;br /&gt;
|250|| ||Challenge: 9-2||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of all active modules but in exchange increases the cooldown of Ultimate active modules by 25%.&lt;br /&gt;
|ENERGY COST ULTIMATE COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shoreline Boost'''&lt;br /&gt;
|250||Yes||Challenge: 9-4||Challenge Completion&lt;br /&gt;
|Provides a bonus multiplier to outgoing Earth damage but divides outgoing Water damage by the same amount. Can be toggled to instead divide outgoing Earth damage and multiply outgoing Water damage.&lt;br /&gt;
|TOGGLEABLE WATER EARTH DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Beach Gift'''&lt;br /&gt;
|5|| ||Challenge: 9-6||Challenge Completion&lt;br /&gt;
|Provides bonus energy regeneration that alternates between 0% and the current bonus amount in 1 minute cycles like a sine wave.&lt;br /&gt;
|REGENERATION ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Diver's Shield'''&lt;br /&gt;
|25|| ||Challenge: 10-2||Challenge Completion&lt;br /&gt;
|Provides a 25% change whenever any active module is being used to make the Tower immune to water damage for a certain amount of time.&lt;br /&gt;
|INSTANT BUFF BLOCK WATER&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Aquatic Absorption'''&lt;br /&gt;
|250|| ||Challenge: 10-4||Challenge Completion&lt;br /&gt;
|Whenever a Water enemy is being destroyed the owner of this module has a 24.9% chance to refill a percentage based amount of their shield.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Core'''&lt;br /&gt;
|1|| ||Challenge: 10-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Water and therefore applies all default strengths and weaknesses of Water to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 2&lt;br /&gt;
|WATER ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ocean Gift'''&lt;br /&gt;
|250|| ||Challenge: 10-6||Challenge Completion&lt;br /&gt;
|Multiplies the maximum hitpoints of the Tower.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Crit'''&lt;br /&gt;
|250|| ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's Neutral damage.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Neutral Crit'''&lt;br /&gt;
| || ||Challenge: 11-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against Neutral enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE NEUTRAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Burst'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides the Tower a 20% chance to deal additional Neutral damage on attack.&lt;br /&gt;
|DAMAGE NEUTRAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Block'''&lt;br /&gt;
|250|| ||Challenge: 11-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming Neutral damage.&lt;br /&gt;
|CHANCE BLOCK NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Taste'''&lt;br /&gt;
|250|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Deals additional damage of type Neutral based on a percentage of the total damage dealt. Damage of Taste modules can not be further amplified.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Resistance'''&lt;br /&gt;
|5|| ||Challenge: 11-5||Challenge Completion&lt;br /&gt;
|Reduces incoming Neutral damage by a percent based amount.&lt;br /&gt;
|RESISTANCE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Gift'''&lt;br /&gt;
|250|| ||Challenge: 11-6||Challenge Completion&lt;br /&gt;
|Multiplies all outgoing Neutral damage by a constant factor and divides all outgoing damage from other elements by half of the amount.&lt;br /&gt;
|DAMAGE NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unholy Cloak'''&lt;br /&gt;
|100||Yes||Challenge: 12-2||Challenge Completion&lt;br /&gt;
|Surrounds the user with an unholy cloak that turns incoming Darkness damage into a heal of the same amount.&lt;br /&gt;
|ACTIVE INSTANT BUFF BLOCK DARKNESS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Grim Reaper'''&lt;br /&gt;
|250||Yes||Challenge: 12-4||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;25+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to apply a debuff to an enemy. If an enemy already contains the Grim Reaper debuff it will die instantly. The debuff lasts up to 10 seconds. Does not work on Darkness or Boss enemies.&lt;br /&gt;
|ACTIVE GROUND AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Soul Core'''&lt;br /&gt;
|1|| ||Challenge: 12-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Darkness and therefore applies all default strengths and weaknesses of Darkness to it. If other modules that change the element of the owner are present then the one with the highest type priority overrides the others. Type priority: 7&lt;br /&gt;
|DARKNESS ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Realm Gift'''&lt;br /&gt;
|250|| ||Challenge: 12-6||Challenge Completion&lt;br /&gt;
|Reduces the energy cost of active offensive modules.&lt;br /&gt;
|ENERGY COST OFFENSIVE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Sky Blessing'''&lt;br /&gt;
|250|| ||Challenge: 13-2||Challenge Completion&lt;br /&gt;
|Provides a small chance to become invulnerable for 0.5 seconds against all types of damage when taking air or light damage.&lt;br /&gt;
|BUFF BLOCK LIGHT AIR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Angelic Core'''&lt;br /&gt;
|1|| ||Challenge: 13-5||Challenge Completion&lt;br /&gt;
|Changes the base type of the Tower from Neutral to Light and therefore applies all default strengths and weaknesses of Light to it. If other modules that change the element of the Tower are present then the one with the highest type priority overrides the others. Type Priority: 6&lt;br /&gt;
|LIGHT ARMOR ELEMENT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Heaven Gift'''&lt;br /&gt;
|250|| ||Challenge: 13-6||Challenge Completion&lt;br /&gt;
|Multiplies the max. energy amount of the owner by &amp;lt;code&amp;gt;1.1&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;. Has no effect if the owner has no energy at all.&lt;br /&gt;
|ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your projectile's universal damage.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Anti-Universal Crit'''&lt;br /&gt;
|250|| ||Challenge: 14-2||Challenge Completion&lt;br /&gt;
|Provides a chance to multiply your damage against universal enemies by &amp;lt;code&amp;gt;max(4, tier-1)&amp;lt;/code&amp;gt;.&lt;br /&gt;
|CHANCE UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Burst'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides the tower a 20% chance to deal additional universal damage on an attack.&lt;br /&gt;
|DAMAGE UNIVERSAL CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Block'''&lt;br /&gt;
|250|| ||Challenge: 14-4||Challenge Completion&lt;br /&gt;
|Provides a chance to fully block incoming universal damage.&lt;br /&gt;
|CHANCE BLOCK UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Resistance'''&lt;br /&gt;
|5|| ||Challenge: 14-5||Challenge Completion&lt;br /&gt;
|Reduces incoming universal damage by a percent based amount.&lt;br /&gt;
|RESISTANCE UNIVERSAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Universe Gift'''&lt;br /&gt;
|250|| ||Challenge: 14-6||Challenge Completion&lt;br /&gt;
|Provides a small damage bonus to specific element damage based on the type of a destroyed enemy. Each element has its own bonus counter. Using any active module multiplies all counters by x0.95.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Crate of Rex'''&lt;br /&gt;
|250||Yes||Challenge: 15-2||Challenge Completion&lt;br /&gt;
|Divides all resource drops from enemies while at the same time multiplying all xp drops by a constant factor. Can be toggled to swap the division and multiplication around.&lt;br /&gt;
|TOGGLEABLE RESOURCES XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Captain's Reflect'''&lt;br /&gt;
|250||Yes||Challenge: 15-4||Challenge Completion&lt;br /&gt;
|Reflects a part of incoming damage as pure damage when activated. Lasts up to 5 seconds.&lt;br /&gt;
|ACTIVE REFLECT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Something'''&lt;br /&gt;
|100||Yes||Challenge: 15-5||Challenge Completion&lt;br /&gt;
|Spawns something. Anything that touches something will die.&lt;br /&gt;
|ACTIVE GROUND DEATH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Chaos Gift'''&lt;br /&gt;
|250|| ||Challenge: 15-6||Challenge Completion&lt;br /&gt;
|Provides a &amp;lt;code&amp;gt;1+((tier-1)/4)%&amp;lt;/code&amp;gt; chance to cast an active module with a ground target a second time at a random location within the caster's attack range with no additional cost. The second cast does not trigger any modules that react to active modules.&lt;br /&gt;
|GROUND CHANCE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Boss Artifacts====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Energy Sphere'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cylindro|Boss 1]]||[[Artifacts|Artifact]]: Energy Sphere&lt;br /&gt;
|Reflects a massive amount of damage when toggled active as long as the current amount of energy is greater than 0 while at the same time draining 2% of your max energy per second and preventing any form of passive energy regeneration. The damage is of the same element as the tower.&lt;br /&gt;
|TOGGLEABLE REFLECT ENERGY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Metal Plating'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Metal Plating&lt;br /&gt;
|A certain amount of electricity damage is prevented and instead dealt to a nearby enemy.&lt;br /&gt;
|ELECTRICITY REACTIVE DAMAGE BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Toxic Piranha Ivy'''&lt;br /&gt;
|100||Yes||[[Statue_of_Cubos#Pyramidas|Boss 2]]||[[Artifacts|Artifact]]: Vine Monster&lt;br /&gt;
|Spawns a poisonous vine that emits a  highly toxic poison that damages units with nature damage based on their current hitpoints and additionally slows their movement- and attackspeed. Has a 25% chance to emit heavy toxins(red color) instead which deals damage based on max hp and ignores any type of resistance or reduction. The poison lasts up to 60 seconds.&lt;br /&gt;
||NATURE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fire Bomb'''&lt;br /&gt;
|250||Yes||[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]||[[Artifacts|Artifact]]: Incendiary Device&lt;br /&gt;
|Place a bomb that will explode after one second and deal fire damage to enemies in a 12m radius.&lt;br /&gt;
|FIRE ACTIVE GROUND AREA DAMAGE&lt;br /&gt;
|}&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Bluecat's Harmonizer'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[8]]]&amp;lt;/sup&amp;gt;&amp;lt;spoiler&amp;gt;&amp;quot;Slow&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Reduces the cooldown of all active modules by 20% but prevents their energy cost from getting lower than 20% of the Tower's max. energy. Modules that cost 0 energy to active or toggle are not affected by this. Additionally outgoing damage gets multiplied based on the amount of positive and negative buffs present on the tower.&lt;br /&gt;
|DAMAGE COOLDOWN COST COMMUNITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Era===&lt;br /&gt;
{{Spoiler hatnote|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''ERA Experiment''' refers to '''&amp;quot;Workshop Stairs &amp;gt;&amp;gt; ERA &amp;gt;&amp;gt; Experiment (third tab)&amp;quot;'''&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!How or Base Chance to Unlock&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Bulwark'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||2%&lt;br /&gt;
|Increases the towers damage the closer its hitpoints are to 50%. Passively multiplies the towers maximum hitpoints and all absolute resistances by 1000.&lt;br /&gt;
|NEUTRAL FIRE WATER NATURE EARTH AIR DARKNESS UNIVERSAL ELECTRICITY LIGHT DAMAGE ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Neutral Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||4%&lt;br /&gt;
|Multiplies outgoing Neutral damage as well as the damage dealt against Neutral enemies.&lt;br /&gt;
|NEUTRAL&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shield Amplifier'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Neutral||6%&lt;br /&gt;
|Multiplies the maximum shieldpoints of the tower by a constant factor.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''XP Bonus'''&lt;br /&gt;
|25|| ||[[Modules#Era|ERA Experiment]]: Neutral||3%&lt;br /&gt;
|Increases the amount of experience gained for destroying enemies.&lt;br /&gt;
|XP&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Pressurize'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Neutral||5%&lt;br /&gt;
|Provides a chance to turn destroyed enemies into some gems.&lt;br /&gt;
|GEMS CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Fiery Aura'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Fire||4%&lt;br /&gt;
|Damages enemies which are very close to the tower by a fixed and by an amount that is based on their current hitpoints. The fixed amount of damage is affected by amplifiers and bonuses and is applied independently from the %-based amount.&lt;br /&gt;
|FIRE AURA DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Solar Strike'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Fire||5%&lt;br /&gt;
|Provides a chance to multiply your outgoing damage. Damage is multiplied by another 10000 if the target is a Nature element.&lt;br /&gt;
|NATURE CHANCE DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Ice Breath'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Water||4%&lt;br /&gt;
|Provides a chance to release a wave of frost that deals little damage and freezes all enemies in a straight line for 1.2 seconds.&lt;br /&gt;
|WATER CHANCE AREA STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Frost Splash'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Water||5%&lt;br /&gt;
|Provides a 10% chance to slow the movement speed of all enemies in a large area around the primary target for 3 seconds. Stacks with other slowing effects.&lt;br /&gt;
|CHANCE AREA SLOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Tideshift'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Water||2%&lt;br /&gt;
|Sets the whole map under water. Slows the movement- and attackspeed of all enemies by 50%. The buff lasts as long as the total duration of the ocean so affected units remain slowed for a while after it disappears.&lt;br /&gt;
|ACTIVE INSTANT SLOW DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stoneskin'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Earth||3%&lt;br /&gt;
|Hardens the towers walls and provides a chance to stun attackers for a certain amount of time. Works against ranged attackers as well.&lt;br /&gt;
|REACTIVE STUN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Advanced Shield'''&lt;br /&gt;
|250|| ||[[Modules#Era|ERA Experiment]]: Earth||2%&lt;br /&gt;
|Provides the tower with an advanced shield, but disables health regeneration.&lt;br /&gt;
|SHIELD REGENERATION&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Shockwave'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Earth||4%&lt;br /&gt;
|Hurls a shockwave towards the targeted point which stuns and damages all enemies on its way.&lt;br /&gt;
|EARTH ACTIVE INSTANT DAMAGE STUN DEBUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Growth'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Nature||3%&lt;br /&gt;
|Increases the maximum hitpoints over time.&lt;br /&gt;
|HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Photosynthesis'''&lt;br /&gt;
|50|| ||[[Modules#Era|ERA Experiment]]: Nature||4%&lt;br /&gt;
|Increases the towers Nature damage for every Light enemy killed (multiplicative with other bonuses, additive to itself). The bonuse damage stays until the end of a round.&lt;br /&gt;
|NATURE LIGHT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Stream of Life'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Nature||1%&lt;br /&gt;
|Multiplies the damage bonus of Nature damage by x^0.1 where x is the current health regeneration of the tower at the moment of using this module. Disables health regeneration of the tower for the duration of the buff.&lt;br /&gt;
|NATURE ACTIVE INSTANT DAMAGE BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Conductor'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||3%&lt;br /&gt;
|Converts a part of the incoming damage to shield points.&lt;br /&gt;
|REACTIVE SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Relay'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Electricity||2%&lt;br /&gt;
|Provides a chance to hit a maximum of 4 additional electricity enemies around the tower when attacking an electricity type enemy.&lt;br /&gt;
|ELECTRICITY CHANCE AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Hurricane'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Air||2%&lt;br /&gt;
|Increases the attack speed by 40%, all air damage dealt by 5000% and attackrange of the tower by 20%.&lt;br /&gt;
|AIR ACTIVE INSTANT RANGE DAMAGE ATTACKSPEED BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Whirlwind Aura'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Air||3%&lt;br /&gt;
|Slows the attackspeed of nearby enemies.&lt;br /&gt;
|SLOW DEBUFF AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Dark Sacrifice'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Darkness||2%&lt;br /&gt;
|Sacrifices 30% of the tower's current HP and in turn increases it's dark damage multiplicatevly by [sacrificed amount]^0.2 for a certain amount of time&lt;br /&gt;
|DARKNESS ACTIVE INSTANT BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Google's Influence'''&lt;br /&gt;
|250||Yes||[[Modules#Era|ERA Experiment]]: Darkness||1%&lt;br /&gt;
|Increases the area of effect of all modules inside a specific category and reduces it for all the others. Using this module again cycles through all available modes which contain &amp;quot;spells&amp;quot; (active modules), &amp;quot;passive&amp;quot; (passive area effects) and &amp;quot;auras&amp;quot; (modules with aura in their name). Starts off with &amp;quot;spells&amp;quot;. ''Google_HQ's influence made this module suddenly appear.''&lt;br /&gt;
|ACTIVE INSTANT BUFF AREA AURA COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Immortality Shield'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||1%&lt;br /&gt;
|Completely nullifies any incoming damage for a certain amount of time.&lt;br /&gt;
|ACTIVE INSTANT BLOCK BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Refresh'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Light||2%&lt;br /&gt;
|Resets the cooldown of all other modules when used.&lt;br /&gt;
|ACTIVE INSTANT COOLDOWN&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Protection'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Light||6%&lt;br /&gt;
|Removes a negative buff once in a while.&lt;br /&gt;
|AURA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Generic Armor'''&lt;br /&gt;
|100|| ||[[Modules#Era|ERA Experiment]]: Universal||5%&lt;br /&gt;
|Reduces any Non-pure incoming damage by a fixed amount. Always applied after percentage based Reduction. Additionally reduces the attack range of the tower by 75%.&lt;br /&gt;
|UNIVERSAL ARMOR&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Gravitational Impact'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Provides a chance to deal a huge amount of damage to all enemies close to the primary target whenever attacking a universal type enemy. Splash damage type is universal.&lt;br /&gt;
|UNIVERSAL DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Unfolding'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||2%&lt;br /&gt;
|Increases the maximum shieldpoints over time.&lt;br /&gt;
|SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Knight's Boost Of Power'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|This module increases xp gain and has two states: 1)Increase attack speed and decrease range 2)Decrease attack speed and increase range. ''By KnightJR''&lt;br /&gt;
|TOGGLEABLE ATTACKSPEED RANGE COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Focused Multishot'''&lt;br /&gt;
|5|| ||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Provides a chance to attack all units around the primary target.&lt;br /&gt;
|AREA&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 2'''&lt;br /&gt;
|5||Yes||[[Modules#Era|ERA Experiment]]: Universal||1%&lt;br /&gt;
|Massively boosts the tower attack speed (+400%) and multiplies it's energy regeneration by 4.&lt;br /&gt;
|ACTIVE INSTANT ATTACKSPEED ENERGY REGENERATION BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Magical Stone of Floof'''&lt;br /&gt;
|100||Yes||&amp;lt;spoiler&amp;gt;R15: [[Chaos]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[2]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: Control the universe in an era of chaos.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Increases resources gained from destroyed enemies and from the module Transmute. ''Floof created this module by controlling chaos.''&lt;br /&gt;
|COMMUNITY ACTIVE RESOURCES INSTANT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Kit's Toolkit'''&lt;br /&gt;
|250|| || ||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[5]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;With the help of a Guiding Eye, Challenge your Endurance in the Endless Depths.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Multiplies outgoing projectile damage of any type by a constant factor that gets divided for each module inside your blueprint other than itself. Multiplier cannot go below 1.&lt;br /&gt;
|DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gnarly Obsidian'''&lt;br /&gt;
|250|| ||R05: [[Volcano]]||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[6]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;Hint: A result of lava being rapidly cooled.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|Passively multiplies Fire armor. Provides a chance to change the element of an attacker to fire and stun them in the process for 5 seconds.&lt;br /&gt;
|FIRE COMMUNITY ARMOR STUN BLOCK&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Legendary|size=30px}}&amp;lt;/center&amp;gt;||'''Confusion Field'''&lt;br /&gt;
|250||Yes||&amp;lt;spoiler&amp;gt;[[Statue_of_Cubos#Cubos_Jr.|Boss 3]]&amp;lt;/spoiler&amp;gt;||Hint: &amp;lt;sup&amp;gt;[[Modules#Footnotes|[7]]]&amp;lt;/sup&amp;gt; &amp;lt;spoiler&amp;gt;&amp;quot;It hurt itself in its confusion!&amp;quot;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
|All units in the targeted area temporarily change their ownership to the owner of this module. They additionally gain a multiplicative bonus to their attack damage. Lasts up to 15sec. radius depends on tier.&lt;br /&gt;
|ACTIVE AREA CONTROL COMMUNITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Dice of Fate'''&lt;br /&gt;
|5|| ||[[Statue_of_Cubos#Dodecai|Boss 4]]||[[Artifacts|Artifact]]: Dice of Fate&lt;br /&gt;
|Use the power of this artifact to get random buff every few seconds. Has a chance to apply a negative buff.&lt;br /&gt;
|BUFF DAMAGE ATTACKSPEED BLOCK RANGE HEALTH SHIELD REGENERATION REACTIVE STUN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Infinity===&lt;br /&gt;
{{Spoiler hatnote|Infinity content}}&lt;br /&gt;
&lt;br /&gt;
All [[Infinity]] modules are unlocked on the Infinity Grid, with the only exceptions being ''Infinity Foundation'' and ''Infinity Attack''. All infinity modules have only 1 Tier. The infinity grid starts in the center with ''Infinity Foundation'' (indicated by '''13''' on the map below), and can be traversed outwards in four directions.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible mw-collapsed&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;9&amp;quot; |Infinity Grid Map&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |2|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |3|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |4|| ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |6|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |7||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |8||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |9|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |10&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |11&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |12&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |'''13'''&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |14&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |15|| ||&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |16&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |18&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#a3a3a3;&amp;quot; |19||&lt;br /&gt;
| style=&amp;quot;color:black; background-color:#fcff00;&amp;quot; |20|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |21&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |22&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |23|| || ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#ec0800;&amp;quot; |24&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |25|| ||&lt;br /&gt;
|-&lt;br /&gt;
| || || || || ||&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |26&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#009eff;&amp;quot; |27&lt;br /&gt;
| style=&amp;quot;color:white; background-color:#9f00ff;&amp;quot; |28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Grid Location&lt;br /&gt;
!Unlock Cost&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Super Tower 3'''&lt;br /&gt;
|&amp;amp;infin;||Yes||1&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 40000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 10000&lt;br /&gt;
|Multiplies the towers outgoing projectile damage by 1000000 and maximum shield by 100.&lt;br /&gt;
|ACTIVE INSTANT INFINITY DAMAGE SHIELD BUFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Power Conversion'''&lt;br /&gt;
|&amp;amp;infin;|| ||2&lt;br /&gt;
|{{Fragment|Utility}} 200000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 75000&lt;br /&gt;
|Everytime the tower takes damage a part of its energy refills by converting the impact force in to raw power. Only works when shield is active!&lt;br /&gt;
|REACTIVE ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Fading'''&lt;br /&gt;
|&amp;amp;infin;|| ||3&lt;br /&gt;
|{{Fragment|Defensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50000&lt;br /&gt;
||Completely absorbs incoming damage for a certain duration every 20 seconds by shifting the lower part of the tower in and out of reality.&lt;br /&gt;
|REACTIVE BLOCK BUFF INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Eternal Wall'''&lt;br /&gt;
|&amp;amp;infin;|| ||4&lt;br /&gt;
|{{Fragment|Defensive}} 500000&lt;br /&gt;
|Tremendously increases the hitpoints of the tower by raising them to a specific power.&lt;br /&gt;
|HEALTH INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Burst'''&lt;br /&gt;
|&amp;amp;infin;|| ||7&lt;br /&gt;
|{{Fragment|Offensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 12500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Provides a 25% chance to divide the current hitpoints and the shield of an enemy (if a shield is present).&lt;br /&gt;
|INFINITY DAMAGE CHANCE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Speed'''&lt;br /&gt;
|&amp;amp;infin;|| ||10&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 20000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2500&lt;br /&gt;
|Provides the tower with the ability to reach much higher attack speed.&lt;br /&gt;
|INFINITY ATTACKSPEED&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Storm Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||11&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Air damage multiplier with the total Water damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|WATER AIR INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Splash'''&lt;br /&gt;
|&amp;amp;infin;|| ||8&lt;br /&gt;
|{{Fragment|Offensive}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 1000&lt;br /&gt;
|Provides a 10% chance to damage enemies close to your primary target by a portion of your damage dealt to the primary target itself as infinity damage.&lt;br /&gt;
|NEUTRAL CHANCE AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Shield'''&lt;br /&gt;
|&amp;amp;infin;|| ||12&lt;br /&gt;
|{{Fragment|Defensive}} 50&lt;br /&gt;
|Reverts the shield debuff from infinity foundation but in exchange raises the maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|INFINITY SHIELD&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Foundation'''&lt;br /&gt;
|&amp;amp;infin;|| ||13&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|Allows the tower to survive attacks from infinity enemies. In exchange the maximum shield as well as the energy regeneration and hitpoint regeneration are reduced to x^0.8.&lt;br /&gt;
|INFINITY HEALTH&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Attack'''&lt;br /&gt;
|&amp;amp;infin;|| ||14&lt;br /&gt;
|N/A, Unlocked at Infinity 1&lt;br /&gt;
|An incredibly refined attack module that divides the current hitpoints of an enemy unit. This module does not trigger attack related effects on the defender's side since it does not count as a damage instance.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Crit'''&lt;br /&gt;
|&amp;amp;infin;|| ||9&lt;br /&gt;
|{{Fragment|Offensive}} 1250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 25&lt;br /&gt;
|Provides a chance to raise an enemies health to the power of 0.9.&lt;br /&gt;
|CHANCE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Range'''&lt;br /&gt;
|&amp;amp;infin;|| ||6&lt;br /&gt;
|{{Fragment|Offensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250&lt;br /&gt;
|Permanently increases the towers attack range by a fixed multiplier. Stacks with other range bonuses multiplicatively.&lt;br /&gt;
|RANGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Void Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||5&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Light damage multiplier with the total Darkness damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|LIGHT DARKNESS INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Gaia Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||15&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Earth damage multiplier with the total Nature damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|EARTH NATURE INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Deep Slumber'''&lt;br /&gt;
|&amp;amp;infin;|| ||17&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 30000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 250000&lt;br /&gt;
|Provides a chance to stun the primary target for one year. If the attempt fails, the target will become immune to the effects of this ability for a certain amount of time.&lt;br /&gt;
|STUN CHANCE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Omega Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||16&lt;br /&gt;
|{{Fragment|Offensive}} 1000000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 1000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1000&lt;br /&gt;
|Multiplies the total Universal damage multiplier with the total Neutral damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|NEUTRAL UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Utility|size=30px}}&amp;lt;/center&amp;gt;||'''Condense'''&lt;br /&gt;
|&amp;amp;infin;|| ||20&lt;br /&gt;
|{{Fragment|Utility}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 50&lt;br /&gt;
|Provides a small change to receive an exotic gem from destroying a Boss enemy.&lt;br /&gt;
|CHANCE EXOTICS BOSS INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Impetus'''&lt;br /&gt;
|&amp;amp;infin;|| ||23&lt;br /&gt;
|{{Fragment|Offensive}} 750&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 100&lt;br /&gt;
|Increases the total damage of a projectile based on how close an enemy is to the tower at the moment the projectile arrives. Uses the towers attackrange as reference.&lt;br /&gt;
|INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Sun Synergy'''&lt;br /&gt;
|&amp;amp;infin;|| ||22&lt;br /&gt;
|{{Fragment|Offensive}} 250&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 30&lt;br /&gt;
|Multiplies the total Fire damage multiplier with the total Electricity damage multiplier raised to a certain power. Does the same thing vice versa.&lt;br /&gt;
|FIRE ELECTRICITY INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Death Aura'''&lt;br /&gt;
|&amp;amp;infin;|| ||21&lt;br /&gt;
|{{Fragment|Offensive}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 5000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 750&lt;br /&gt;
|Provides a chance for each individual non-Boss enemy around the tower to immediately die once every second.&lt;br /&gt;
|DARKNESS AURA DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Offensive|size=30px}}&amp;lt;/center&amp;gt;||'''Universal Infinity'''&lt;br /&gt;
|&amp;amp;infin;|| ||24&lt;br /&gt;
|{{Fragment|Offensive}} 3333&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 2222&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 1111&lt;br /&gt;
|Deals Universal infinity damage.&lt;br /&gt;
|UNIVERSAL INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Serious Missile'''&lt;br /&gt;
|&amp;amp;infin;|| ||25&lt;br /&gt;
|{{Fragment|Offensive}} 7500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 12500&lt;br /&gt;
|An incredibly refined module that provides a small chance to instantly destroy a non-Boss unit. If the unit has a shield, it will only remove the shield instead of killing it. If the effect of this module does not trigger on a unit it gains immunity against it for the next 5 seconds.&lt;br /&gt;
|DAMAGE ARCHER WIZARD ASSASSIN NORMAL TANK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Quantum Defense'''&lt;br /&gt;
|&amp;amp;infin;|| ||26&lt;br /&gt;
|{{Fragment|Defensive}} 10000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 2500&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Ultimate}} 2000&lt;br /&gt;
|Reduces incoming damage by an exponential factor but requires energy everytime the tower is taking damage.&lt;br /&gt;
|REACTIVE ENERGY BLOCK INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Defensive|size=30px}}&amp;lt;/center&amp;gt;||'''Infinity Reflect'''&lt;br /&gt;
|&amp;amp;infin;|| ||27&lt;br /&gt;
|{{Fragment|Offensive}} 50000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 50000&lt;br /&gt;
|Reflects a part of the incoming damage by dividing the hitpoints of the enemy based on Log10 of the incoming damage multiplied by a constant.&lt;br /&gt;
|NEUTRAL REACTIVE DAMAGE INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Ultimate|size=30px}}&amp;lt;/center&amp;gt;||'''Snap of Destiny'''&lt;br /&gt;
|&amp;amp;infin;||Yes||28&lt;br /&gt;
|{{Fragment|Offensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Defensive}} 100000&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 100000&lt;br /&gt;
|Erases half of all enemies from the map.&lt;br /&gt;
|ACTIVE INSTANT AREA INFINITY DAMAGE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Energy'''&lt;br /&gt;
|&amp;amp;infin;|| ||18&lt;br /&gt;
|{{Fragment|Utility}} 300&lt;br /&gt;
|Reverts the energy regeneration debuff from infinity foundation but in exchange increases all module cooldowns by 25%. Only works if infinity foundation is equipped.&lt;br /&gt;
|ENERGY INFINITY&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;{{Module|Special|size=30px}}&amp;lt;/center&amp;gt;|||'''Infinity Regeneration'''&lt;br /&gt;
|&amp;amp;infin;|| ||19&lt;br /&gt;
|{{Fragment|Defensive}} 125&lt;br /&gt;
&lt;br /&gt;
{{Fragment|Utility}} 50&lt;br /&gt;
|Reverts the health regeneration debuff from infinity foundation but in exchange raises maximum hitpoints of the tower to the power of 0.9. Only works if infinity foundation is equipped.&lt;br /&gt;
|REGENERATION INFINITY&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undiscovered===&lt;br /&gt;
{{Spoiler hatnote|undiscovered or hidden modules}}&lt;br /&gt;
&lt;br /&gt;
This section contains a list of modules that were added to the game whose '''exact''' unlock conditions have ''not'' yet been discovered nor disclosed, or have only been partially hinted at, publicly. Expect partial documentation in this section based on public information available.&lt;br /&gt;
(Table currently empty)&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible&amp;quot;&lt;br /&gt;
!Type!!Name&lt;br /&gt;
!Max. Tier!!Active!!Unlock Location!!Unlock Condition&lt;br /&gt;
!Description&lt;br /&gt;
!Tags&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Module DB==&lt;br /&gt;
There is a database of all modules in the game that is maintained directly by the devs at https://www.perfecttower2.com/db/modules. The interface is harder to browse than the list here, but it provides details like the internal module id (needed for certain AI script actions).&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Cost of Infinity modules was increased with [[Trading Post]] rework, and then changed entirely with the [[Infinity]] rework&lt;br /&gt;
*There is &amp;quot;Nature's Touch&amp;quot; but there isn't any other element. (ex : Flame's Touch)&lt;br /&gt;
**The &amp;quot;Nature's Touch&amp;quot; module used to be the only module with punctuation in its name.&lt;br /&gt;
*Before the Military Perks Update (v0.9.0 B1), 'Anti-&amp;lt;element&amp;gt; Projectile' modules were 'Boost' modules and 'Anti-&amp;lt;element&amp;gt; Crit' modules were '&amp;lt;element&amp;gt; Crit'.&lt;br /&gt;
*In one of the Beta versions, there was a module named &amp;quot;Test.Hp.Name&amp;quot; that was an active ability that had a 0.1 second cool-down and just multiplied hp by the number of uses with 20 max stacks.&lt;br /&gt;
*In the Beta before MT7 was in the game XmmmX leaked a screenshot of a module called &amp;quot;Snap of Destiny&amp;quot; which wasn't properly added into the game until 4 months after.&lt;br /&gt;
*The current tier of a module used to be stored as an 8 bit integer which overflowed at t256 making getting a higher tier module impossible, in a future update it got fixed and the max tier was increased to 2.147 billion (2^31-1).&lt;br /&gt;
*The release of two new supporter tiers (Purple Pulsar and Divine Quasar) allowed for '''Supporter Modules''' to be created, exclusive to the '''Divine Quasar''' tier, and limited to 1 module per person.&lt;br /&gt;
**These modules have the '''#COMMUNITY''' tag.&lt;br /&gt;
**Supporter Modules are made with the ideas from a supporter but they have to be &amp;quot;balanced or balance-able&amp;quot; and &amp;quot;non-game-breaking&amp;quot;.&lt;br /&gt;
**As of the current update, v0.29.0, there are '''9''' Supporter Modules in the game.&lt;br /&gt;
**Supporter Modules are special, in a way that they're not only made by supporters, their unlock conditions are also based on what effects they give. All of which (currently) can be achieved through regular play.&lt;br /&gt;
*The Legendary {{Module|Legendary|size=30px}} module type was unused in the game for several years before it was officially added in v0.28.0, and could be seen in the Challenge menu in Tower Testing.&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&lt;br /&gt;
#Mine: [[Specializations#Mine:_Asteroid_Mining|Second Floor]]: The actual chances are a lot higher since they are on a per-tile basis.&lt;br /&gt;
#Floof's Secret:&amp;lt;spoiler&amp;gt;At [[Era]] on R15:[[Chaos]] any difficulty, disable [[File:Experiment Universal icon.png|30px]] '''Universal''' [[Era#Era_Powers|Era Power]] and kill enemies, 1/400 drop chance&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bude's Secret:&amp;lt;spoiler&amp;gt;Equip {{Module|Offensive|size=30px}} '''Super Multishot''' in R09:[[Beach]], and click the turtle that appears repeatedly.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Loso's Secret:&amp;lt;spoiler&amp;gt;Form every ring in [[Power Plant]]'s [[Specializations#Power_Plant:_Dyson_Sphere|second floor]], then click the &amp;quot;comet&amp;quot; in a Endless run of [[Tower_Testing|Tower Testing]] in R14:[[Universe]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Kit's Secret: &amp;lt;spoiler&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Have '''Kat's Eye''' [[Artifacts|artifact]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Have a Blueprint with 5 modules or less&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Start in [[Era|ERA]] or higher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Survive for 10 minutes (Game Time, not Real Time)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Gnarly Obsidian:&amp;lt;spoiler&amp;gt;Use {{Module|Defensive|size=30px}} '''Tideshift''' active skill in R05:[[Volcano]].&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Confusion Field:&amp;lt;spoiler&amp;gt;Take damage from your own bomb with the '''Nuclear Enhancement''' boss module equipped while fighting [[Statue_of_Cubos#Cubos_Jr.|Cubos Jr.]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
#Bluecat's Secret &amp;lt;spoiler&amp;gt;Have an attackspeed lower than some value between .03 and .05&lt;br /&gt;
&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Era&amp;diff=3505</id>
		<title>Era</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Era&amp;diff=3505"/>
		<updated>2024-09-04T14:56:25Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Era Divisors */ put the era damage/hp multipliers scaling formula&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Spoiler warning|Era content}}&lt;br /&gt;
&lt;br /&gt;
'''Era''' is a phase of the game which opens up at [[Military Tier]] 8. Era begins when the player reaches wave 100B in endless mode on any difficulty of a given [[Regions|region]].&lt;br /&gt;
&lt;br /&gt;
Upon reaching Era, [[enemies]] gain an Era shield and various [[Era#Era Powers|Era powers]], depending on their [[elements|element]].&lt;br /&gt;
&lt;br /&gt;
Every time you hit wave 100b, the era counter increases by 1. For example, if you are in era 5 and hit wave 100b, your era increases to 6.&lt;br /&gt;
&lt;br /&gt;
There are several ways to combat the era enemies' shield and various powers, which most are found in [[Workshop]]--&amp;gt;Stairs&lt;br /&gt;
&lt;br /&gt;
Here is a general overview of Era workshop. INCLUDES SPOILERS!(credit to @TECHTERROR731 on the discord)&lt;br /&gt;
&amp;lt;spoiler&amp;gt; So, Era primer : &lt;br /&gt;
&lt;br /&gt;
-All enemy types have each two new special traits, one offensive and one defensive.&lt;br /&gt;
-By clicking the stairs icon in the Workshop, you can access the era workshop. Build around either being able to survive hits from an enemy or killing one (you need to be dealt at least 0.1 hp of damage for it to count toward hits taken, so universal shield and way too much elemental resistance won't do the trick).&lt;br /&gt;
-All enemies have an &amp;quot;era shield&amp;quot; which divides damage taken and increases their attack by 1e20 (multiplied by 100,000,000,000,000,000,000). This shield can be reduced by unlocking the second tab in the era workshop by unlocking both enemy infos of any specific element. This &amp;quot;era shield&amp;quot; increases by a factor of ~50-60 each era.&lt;br /&gt;
&lt;br /&gt;
-Era research (second tab) : Here you can reduce the Era shield using blue resources and blue gems! The first time buying them will reduce their power by 1e20, and each subsequent one will reduce the power of the shield by about how much it would increase by incrementing the era counter by 1. Spending blue resources (and hits taken/kills of the specific element you're researching), you can unlock the ability to disable that enemy's era abilities during runs! Beware that these costs are multiplicative (at a cost of 1000 XP, the second module to disable would cost 1,000,000 XP and the third 1,000,000,000 XP) so choose carefully which one(s) you want to disable each run. Researching the same element 5 times, or bringing the exp cost down to 950xp unlocks the third tab.&lt;br /&gt;
&lt;br /&gt;
-Era experiments (third tab) : Using the same system of kills/hits taken and blue resources, you can gain essence for each element. These essences can then be spent to gamble for special modules, loosely based off their specific element. You need 5 research of an element, or decrease its disable cost down to 950xp on the second tab to do experiments on it. Here, you can also decrease the XP cost of the in-run Era shield reductions using resources. Killing enemies that have their era traits disabled has a chance to drop an artifact that can help with the it.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tab 1: Era Information===&lt;br /&gt;
In the first tab of the stairs, you will find various bars, 2 for each element to fill. In order to fill these bars, you must kill era enemies of that [[Elements|element]] and get hit by them (You must take at least 0.1 damage to count as a hit) during tower testing. Once a bar is filled for an element, you can reveal it to find out one of the element's era powers. When both bars are revealed for one element, that element may now be disabled and will appear in tab 2 and unlock tab 2 if you haven't already done so. You may need to reach era in different regions if you want to reveal all the elements.&lt;br /&gt;
&lt;br /&gt;
===Tab 2: Era Research===&lt;br /&gt;
In the second tab of the stairs, you will find many bars and buttons. At the top, you will see your era dividers. These divide the era shield of era enemies so it is easier to destroy and survive them. You can increase your dividers by pressing the two buttons beside each icon. Under your era dividers you will find a variety of bars and buttons. These let you decrease the cost to disable the powers of each [[Elements|element]]. The two buttons over the bar will let you speed up the process, at the cost of some hits taken and enemies destroyed. Decreasing the cost to disable the enemy's era powers down to 950xp will make that element appear in tab 3 and unlock tab 3 if you haven't already done so.&lt;br /&gt;
&lt;br /&gt;
===Tab 3: Era Experiments===&lt;br /&gt;
In the final tab of the stairs, there is a bar and many tabs. The bar will let you decrease the cost to temporarily increase your dividers while in a round of the [[Tower Testing|tower testing]]. You can also speed up the process by using gems once you get the Chained Mannequin or you can speed up it with the [[Power Plant|power plant]] once you get the Ominous Coil [[Artifacts|artifact]]. Doing an upgrade will upgrade one of the two dividers '''randomly''', except eventually you will want to fully upgrade this so the randomness doesn't really matter.&lt;br /&gt;
&lt;br /&gt;
Formulas, where &amp;lt;code&amp;gt;lvl&amp;lt;/code&amp;gt; is the number of already purchased upgrades:&lt;br /&gt;
&lt;br /&gt;
*Upgrade cost is &amp;lt;code&amp;gt;1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; * 1e15&amp;lt;/code&amp;gt; blue resources.&lt;br /&gt;
*The cooldown timer after an upgrade lasts &amp;lt;code&amp;gt;900 - 3.75 * lvl&amp;lt;/code&amp;gt; seconds.&lt;br /&gt;
*The cost to skip the cooldown is &amp;lt;code&amp;gt;1.08&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; * 1000&amp;lt;/code&amp;gt; gems.&lt;br /&gt;
*The initial (displayed) XP cost for a divisor is &amp;lt;code&amp;gt;ceiling(0.95&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; * 1e5)&amp;lt;/code&amp;gt;.&lt;br /&gt;
*Upgrade &amp;lt;code&amp;gt;lvl&amp;lt;/code&amp;gt; maxes at 240 (120 upgrades for each, capping at 213 XP).&lt;br /&gt;
&lt;br /&gt;
Under the bar there are many tabs. These let you gain elemental essence which can unlock modules to the right of the bar. Once you get to [[Military Tier]] 9, elemental essence will also give you a damage boost for each essence you have.&lt;br /&gt;
&lt;br /&gt;
==Era Divisors==&lt;br /&gt;
[[File:Era Tab.png|thumb|The divisor buttons are at the top, above the disables. You can also see the effect of the era multipliers in the enemy stats box.]]&lt;br /&gt;
The Era divisors reduce (divide) the effect of the Era multipliers, which (besides the Era Powers) are one of the biggest obstacles in Era. With each subsequent Era, both enemy damage and enemy HP are multiplied by &amp;lt;code&amp;gt;10^(20 * era^(1 - level/300 * 0.78) / (level+1))&amp;lt;/code&amp;gt; , where &amp;lt;code&amp;gt;level&amp;lt;/code&amp;gt; refers to the Workshop Era Dividers upgrades bought. After a few hundred Eras, the multipliers will exceed 1.8e308 (the largest double value) and become '''infinite''', which is represented by a skull and cannot be reduced to a survivable amount by normal means.&lt;br /&gt;
&lt;br /&gt;
To combat this, you can invest XP in the Era Divisors, which divide the multipliers by 8 for each level. Once the divisor amount exceeds 1.8e308, it becomes infinite as well, and (due to game coding) this infinity takes precedence, completely superseding the Era multipliers for the rest of the run and clamping them to their minimum value of 1x. This is sometimes known as &amp;quot;disabling the Era Shield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
However, the initial cost of the divisors is very high - 100000 XP. To be practical, you must use the button in tab 3 in the workshop to reduce the XP cost. Each upgrade multiplies the cost by 0.95, and which one is chosen (HP or damage) is random, but it doesn't matter because you'll want to max them both. Once you've upgraded both 120 times, the cost function will be &amp;lt;code&amp;gt;ceiling((100000 + 10000 * num_upgrades) * 0.95&amp;lt;sup&amp;gt;120&amp;lt;/sup&amp;gt;)&amp;lt;/code&amp;gt; = 213 XP initially, growing by ~21.2 each upgrade. This reduces the XP cost to max a divisor to (at most)&lt;br /&gt;
&amp;lt;code&amp;gt;(342 * 100000 + 342 * 341 * 10000 / 2) * 0.95&amp;lt;sup&amp;gt;120&amp;lt;/sup&amp;gt; + 342&amp;lt;/code&amp;gt; = 1310537 XP, and less if the tab 2 upgrades have been bought.&lt;br /&gt;
&lt;br /&gt;
==Era Powers==&lt;br /&gt;
[[File:Era disables.png|frame]]&lt;br /&gt;
Every enemy has certain powers based on the element it has. These powers can be disabled by using the new Era tab during Tower Testing, at the cost of Tower Testing XP.&lt;br /&gt;
The formula for the XP cost of disables is &amp;lt;code&amp;gt;base_cost * (100 + 0.9 * base_cost)&amp;lt;sup&amp;gt;disables&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, where &amp;lt;code&amp;gt;base_cost&amp;lt;/code&amp;gt; is the initial cost (starts at 1000, but can be reduced in Tab 2), and &amp;lt;code&amp;gt;disables&amp;lt;/code&amp;gt; is the number of already-disabled powers.&lt;br /&gt;
&lt;br /&gt;
Note that the costs of already-disabled powers don't matter, so it can help to save your lowest-cost disable for last.&lt;br /&gt;
&lt;br /&gt;
The enemy powers are as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+Era Powers&lt;br /&gt;
!Power!![[File:Experiment Neutral icon.png|center|Neutral]]Neutral!![[File:Experiment Fire icon.png|center|Fire]] Fire&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Attack icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Attack_icon.png]] '''Kills'''&lt;br /&gt;
|Deals 25% additional random-element damage.&lt;br /&gt;
|Ignores shield.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Defense icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Defense_icon.png]] '''Hits'''&lt;br /&gt;
|Non-neutral tower damage is reduce by 95%.&lt;br /&gt;
|Explodes on death.&lt;br /&gt;
|-&lt;br /&gt;
!Power!![[File:Experiment Water icon.png|center|Water]]Water!![[File:Experiment Nature icon.png|center|Nature]]Nature&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Attack icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Attack_icon.png]] '''Kills'''&lt;br /&gt;
|Slows the tower by 250%.&lt;br /&gt;
|100% Lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Defense icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Defense_icon.png]] '''Hits'''&lt;br /&gt;
|80% chance to reduce incoming damage to 10% of MAX. HP.&lt;br /&gt;
| +25% HP/sec. &amp;amp; +5% MAX. HP/sec.&lt;br /&gt;
|-&lt;br /&gt;
!Power!![[File:Experiment Earth icon.png|center|Earth]]Earth!![[File:Experiment Electricity icon.png|center|Electricity]]Electricity&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Attack icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Attack_icon.png]] '''Kills'''&lt;br /&gt;
|Chance to stun the tower.&lt;br /&gt;
|Warp / Dash Movement.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Defense icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Defense_icon.png]] '''Hits'''&lt;br /&gt;
|55% chance to block incoming damage.&lt;br /&gt;
|Reflects 10% of incoming damage.&lt;br /&gt;
|-&lt;br /&gt;
!Power!![[File:Experiment Air icon.png|center|Air]]Air!![[File:Experiment Darkness icon.png|center|Darkness]]Darkness&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Attack icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Attack_icon.png]] '''Kills'''&lt;br /&gt;
|Always archer + Impetus. (Can be boss)&lt;br /&gt;
|Deals 25% of current tower hp as pure damage. (Gets multiplied with Era shield)&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Defense icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Defense_icon.png]] '''Hits'''&lt;br /&gt;
|Immune to stun.&lt;br /&gt;
|Invisible until close range.&lt;br /&gt;
|-&lt;br /&gt;
!Power!![[File:Experiment Light icon.png|center|Light]]Light!![[File:Experiment Universal icon.png|center|Universal]]Universal&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Attack icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Attack_icon.png]] '''Kills'''&lt;br /&gt;
|Reduces resistance against all elements.&lt;br /&gt;
| +100% damage split across all elements.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |[[File:Defense icon.png|20px|link=https://www.perfecttower2.com/wiki/File:Defense_icon.png]] '''Hits'''&lt;br /&gt;
|Shield that grants 1 sec. invulnerability.&lt;br /&gt;
|40% chance to fully heal after lethal hit.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3493</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3493"/>
		<updated>2024-08-15T08:41:49Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Chest Items */ added the effects of master sword/armor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=4|ConversionRate=25000|Image=Arcade.png|Color=Pink|ColorCode=#CD0064}}&lt;br /&gt;
[[File: Pink resource.png|left]]&lt;br /&gt;
The '''Arcade''' is a building where you can play a small collection of arcade games.&lt;br /&gt;
&lt;br /&gt;
Playing the games will earn you tokens which you can turn in for prizes.&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
=Upgrades=&lt;br /&gt;
The Arcade has 4 levels, each unlocking a new minigame as follows:&lt;br /&gt;
&lt;br /&gt;
Level 1 unlocks [[#Lucky Wheel|Lucky Wheel]]&lt;br /&gt;
&lt;br /&gt;
Level 2 unlocks [[#Jumble|Jumble]]&lt;br /&gt;
&lt;br /&gt;
Level 3 unlocks [[#Adventure|Adventure]]&lt;br /&gt;
&lt;br /&gt;
Level 4 unlocks [[#Perfect Space|Perfect Space]]&lt;br /&gt;
&lt;br /&gt;
=Games=&lt;br /&gt;
&lt;br /&gt;
==Lucky Wheel==&lt;br /&gt;
[[File:ArcadeLuckyWheel.png|thumb]]&lt;br /&gt;
Spin a wheel to receive whatever it lands on!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount&lt;br /&gt;
|-&lt;br /&gt;
|Small resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Medium resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Large resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints||up to 100&lt;br /&gt;
|-&lt;br /&gt;
|Artifact||none can be earned for now&lt;br /&gt;
|-&lt;br /&gt;
|Cards||15 cards, 6 tiers of each&lt;br /&gt;
|-&lt;br /&gt;
|Modules||6 modules&lt;br /&gt;
|-&lt;br /&gt;
|Tokens||∞&lt;br /&gt;
|-&lt;br /&gt;
|Gems||∞&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Refined Armor]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Energy Recycling]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Strike Back]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Desperado]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Death Wish]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Redirect]]&lt;br /&gt;
&lt;br /&gt;
==Jumble==&lt;br /&gt;
[[File:ArcadeJumble.png|thumb]]&lt;br /&gt;
Wager resources to match tiles in rows and earn rewards. The higher the wager, the higher the likelihood of reward tiles appearing.&lt;br /&gt;
&lt;br /&gt;
Jumble can be frustrating to many players because of the seeming randomness of the minigame. However there are a few factors that can make the gamble easier and less stressful.&lt;br /&gt;
&lt;br /&gt;
On starting a New Game, the board is covered by an orbiting circle of randomized icons that cycle through potential tiles. When the player clicks the 'stop' button the first time, the board will draw every 5th icon and place them from the bottom to the top in the left-most column. On the second click, it will draw every 4th icon, then 3rd, 2nd, and finally all 5 remaining tiles. This means that watching the last icon in the circle will reliably allow a player to place their desired tile on the top row of the board.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Void]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Fracture]]&lt;br /&gt;
*{{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Power of the Cat]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Neutral Response]]&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Reboot]]&lt;br /&gt;
&lt;br /&gt;
==Adventure==&lt;br /&gt;
[[File:ArcadeAdventure.png|thumb]]&lt;br /&gt;
Explore in a randomly generated 256x256 dungeon, killing enemies and opening chests for rewards.&lt;br /&gt;
&lt;br /&gt;
===Stats===&lt;br /&gt;
'''Heart(HP)''': Your health. If it reaches 0, you die and have to start a new game.&lt;br /&gt;
&lt;br /&gt;
'''Sword(Attack)''': Base damage done per attack.&lt;br /&gt;
&lt;br /&gt;
'''Shield(Defense)''': Reduces damage taken when being attacked.&lt;br /&gt;
&lt;br /&gt;
'''Key''': Used for opening gates.&lt;br /&gt;
&lt;br /&gt;
'''Bomb''': Can be placed to deal damage or break rocks. Explodes in 3 turns.&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Items are found in chests from a certain distance or boughts from the emerald shop. Key items reset on death while relics are kept across runs.&lt;br /&gt;
&lt;br /&gt;
====Chest Items====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item Name&lt;br /&gt;
!Effect&lt;br /&gt;
!Minimum distance&lt;br /&gt;
!Item&amp;lt;br /&amp;gt;Type&lt;br /&gt;
|-&lt;br /&gt;
|Map&lt;br /&gt;
|Shows the current room and adjacent 8 rooms.&amp;lt;br /&amp;gt;Clicking the left arrow on the header shows the&amp;lt;br /&amp;gt;full map, with green indicating cleared rooms.&lt;br /&gt;
|10&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Emerald Map&lt;br /&gt;
|Increases the chance of finding emeralds.&lt;br /&gt;
|50&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Compass&lt;br /&gt;
|Points to the starting room.&lt;br /&gt;
|2&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Ultra Key&lt;br /&gt;
|Opening doors no longer spend keys.&lt;br /&gt;
|80(drops from enemies)&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Lantern&lt;br /&gt;
|Allows you to see in and not get damaged&amp;lt;br /&amp;gt;by darkness in distance 100+.&lt;br /&gt;
|95&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Boots of&lt;br /&gt;
Haste&lt;br /&gt;
|Makes moving faster. This reduces the time&amp;lt;br /&amp;gt;between actions, so it also makes it easier&amp;lt;br /&amp;gt;to double-move by accident.&lt;br /&gt;
|7&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Golden Heart&lt;br /&gt;
|Gives 1 extra heart from chests.&amp;lt;br /&amp;gt;Can be obtained multiple times.&lt;br /&gt;
|40, then 1 more every 20 distance&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Market&lt;br /&gt;
|Unlocks a market where some items&amp;lt;br /&amp;gt;can be bought with emeralds.&lt;br /&gt;
|10(very low droprate)&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Google's&amp;lt;br /&amp;gt;Treasure Bag&lt;br /&gt;
|Increases the chance of finding tokens and skillpoints.&amp;lt;br /&amp;gt; It also increases the number of tokens.&lt;br /&gt;
|100(rare drop from mimics)&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Master Sword&lt;br /&gt;
|Sets your damage to 99.&lt;br /&gt;
|Top-right corner (256)&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Master Armor&lt;br /&gt;
|Sets your armor to 99.&lt;br /&gt;
|Bottom-right corner (255)&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Emerald Shop Items====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item&amp;lt;br /&amp;gt;Name&lt;br /&gt;
!Effect&lt;br /&gt;
!Emerald&amp;lt;br /&amp;gt;Cost&lt;br /&gt;
!Item&amp;lt;br /&amp;gt;Type&lt;br /&gt;
|-&lt;br /&gt;
|EOD&amp;lt;br /&amp;gt;Armor&lt;br /&gt;
|Bombs no longer damage you.&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Thorns&amp;lt;br /&amp;gt;Armor&lt;br /&gt;
|Deals 10% of incoming damage&amp;lt;br /&amp;gt;(rounded up) back to the attacker.&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Boots of&amp;lt;br /&amp;gt;Phasing&lt;br /&gt;
|Allows you to walk through walls in cleared&amp;lt;br /&amp;gt;rooms. Cleared rooms are rooms with no&amp;lt;br /&amp;gt;chests and no enemies remaining.&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Vampiric&amp;lt;br /&amp;gt;Blade&lt;br /&gt;
|Killing an enemy restores 1 heart.&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Voidforged&amp;lt;br /&amp;gt;Impaler&lt;br /&gt;
|Deals additional 10% melee&amp;lt;br /&amp;gt;damage that ignores armor.&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Mana&amp;lt;br /&amp;gt;Reaver&lt;br /&gt;
|Killing an enemy restores 1 mana.&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Hammer&lt;br /&gt;
|Can be used to destroy rocks, as if they are doors.&lt;br /&gt;
|48&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Holy Bomb&lt;br /&gt;
|Bomb damage adjacent to bombs becomes full-strength&amp;lt;br /&amp;gt;instead of half-strength, and bombs have a 10%&amp;lt;br /&amp;gt;chance to not be consumed on use.&lt;br /&gt;
|99&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Book of&amp;lt;br /&amp;gt;Spells&lt;br /&gt;
|Unlocks spells and mana.&lt;br /&gt;
|99&lt;br /&gt;
|Relic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cheats===&lt;br /&gt;
Where you can increase your stats and unlock QoL features with arcade tokens.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name!!Cost!!Limit&lt;br /&gt;
|-&lt;br /&gt;
|Hearts +1||5 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Armor +1||100 * 3.5&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||50&lt;br /&gt;
|-&lt;br /&gt;
|Key +1||20 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Bombs +3||60 * 1.4&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Loot Table||100||1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rewards===&lt;br /&gt;
You can see a list of rewards possible in the Loot Table tab, once unlocked.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount!!Min. distance to drop&lt;br /&gt;
|-&lt;br /&gt;
|Resources||23000 per color||2&lt;br /&gt;
|-&lt;br /&gt;
|Tokens||∞||1&lt;br /&gt;
|-&lt;br /&gt;
|Gems||100||10&lt;br /&gt;
|-&lt;br /&gt;
|Emeralds||3(6)||?&lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints||1000||5&lt;br /&gt;
|-&lt;br /&gt;
|Artifact||1||25&lt;br /&gt;
|-&lt;br /&gt;
|Sword||varies||varies&lt;br /&gt;
|-&lt;br /&gt;
|Armor||varies||varies&lt;br /&gt;
|-&lt;br /&gt;
|Bombs||up to 99||2&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Not From This World)||6*5||10&lt;br /&gt;
|-&lt;br /&gt;
|Cards(It's Dangerous to Go Alone)||6*5||20&lt;br /&gt;
|-&lt;br /&gt;
|Cards(The Mighty Five)||6*4||30&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Boss 5)||6||50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also, a card that hasn't been dropped ever will have its drop chance increased.&lt;br /&gt;
&lt;br /&gt;
Skillpoints drop in groups of 200, the last one drops at distance 100&lt;br /&gt;
&lt;br /&gt;
Here is a list of max armor/sword obtainable from a certain distance.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Distance!!Max. Armor!!Max Sword&lt;br /&gt;
|-&lt;br /&gt;
|2||0||2&lt;br /&gt;
|-&lt;br /&gt;
|3-4||0||7&lt;br /&gt;
|-&lt;br /&gt;
|5-9||1||7&lt;br /&gt;
|-&lt;br /&gt;
|10-14||7||10&lt;br /&gt;
|-&lt;br /&gt;
|15-39||15||17&lt;br /&gt;
|-&lt;br /&gt;
|40-99||30||39&lt;br /&gt;
|-&lt;br /&gt;
|100-129||40||50&lt;br /&gt;
|-&lt;br /&gt;
|130-159||50||50&lt;br /&gt;
|-&lt;br /&gt;
|160-255||50||60&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical===&lt;br /&gt;
====Enemy Stats====&lt;br /&gt;
'''Enemy Count''': &amp;lt;code&amp;gt;round(d*0.1+3)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Health''': &amp;lt;code&amp;gt;round(d*0.38+1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Armor''': &amp;lt;code&amp;gt;round(d*0.08)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Attack''': &amp;lt;code&amp;gt;ceil(d*0.39), capped at 99&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All rounding would [https://en.wikipedia.org/wiki/Rounding#Round_half_to_even round half to even].&lt;br /&gt;
&lt;br /&gt;
====Order of Operation====&lt;br /&gt;
1. Player action&lt;br /&gt;
&lt;br /&gt;
This includes moving (&amp;lt;kbd&amp;gt;WASD&amp;lt;/kbd&amp;gt;), waiting (&amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt;) or placing bombs (&amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Moving towards an enemy/gate would not move the player, instead the player would attack enemy/open the gate.&lt;br /&gt;
&lt;br /&gt;
Moving outside a room would move the player to the next room, and respawn all enemies in the room.&lt;br /&gt;
&lt;br /&gt;
Moving towards a wall/rock has no effect.&lt;br /&gt;
&lt;br /&gt;
2. Bombs&lt;br /&gt;
&lt;br /&gt;
All bombs will have their explosion cooldown reduced by 1, and if it reach 0, the bomb explodes.&lt;br /&gt;
&lt;br /&gt;
Explosion will deal [dmg] damage to the enemy on it, and [dmg]*(2/3) damage to the enemies on adjacent 4 tiles, where [dmg] is your damage. This ignores armor.&lt;br /&gt;
&lt;br /&gt;
Explosion will also damage yourself without the Eod Armor, using the same formula.&lt;br /&gt;
&lt;br /&gt;
3. Enemy action&lt;br /&gt;
&lt;br /&gt;
All enemies will try to move towards you following the shortest path, and enemies adjacent to you will attack you.&lt;br /&gt;
&lt;br /&gt;
Enemies won't stack, so if an enemy try to move to a tile already with an enemy, nothing will happen.&lt;br /&gt;
&lt;br /&gt;
Enemy moving order is (probably) based on the order they are spawned(and effectively a random order).&lt;br /&gt;
&lt;br /&gt;
====Maze Generation====&lt;br /&gt;
The game first set all primary tiles(tiles with both coordinate even when using the center as the origin) to empty tiles. Room doors(the midpoint of each edge) is also set to empty to provide a way to enter new rooms&lt;br /&gt;
&lt;br /&gt;
Then, the game uses the [https://en.wikipedia.org/wiki/Maze_generation_algorithm recursive backtracker algorithm] to generate the maze of the primary tiles.&lt;br /&gt;
&lt;br /&gt;
Finally, the game spawn chests and enemies. Chests may spawn on any primary tile that's next to three walls(aka on dead ends), and a gate/rock may spawn next to it. Enemies can spawn on any primary tiles whose Manhattan distance(ignores walls) to the nearest room door is no less than 5.&lt;br /&gt;
&lt;br /&gt;
Note that due to order of operation, enemies will move right after you enter a new room and spawn them.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Rak's Curse]]&lt;br /&gt;
&lt;br /&gt;
==Perfect Space==&lt;br /&gt;
[[File:PerfectSpace.png|thumb]]&lt;br /&gt;
'''To access it: Upgrade the arcade in the construction firm to tier IV(4)'''&lt;br /&gt;
&lt;br /&gt;
(this section is mostly outdated because perfect space was reworked. please update this)&lt;br /&gt;
&lt;br /&gt;
A space shooter game, where shooting asteroids and enemies increases score and grants experience.&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
Default keybinds:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;kbd&amp;gt;A&amp;lt;/kbd&amp;gt; or &amp;lt;kbd&amp;gt;D&amp;lt;/kbd&amp;gt; : Move Left or Right&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt; : Shoot/Fire (can be held down)&lt;br /&gt;
*&amp;lt;kbd&amp;gt;E&amp;lt;/kbd&amp;gt; : Toggle Autofire&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt; : Use Pilot Ability&lt;br /&gt;
*&amp;lt;kbd&amp;gt;W&amp;lt;/kbd&amp;gt; : Use Ship Ability&lt;br /&gt;
*&amp;lt;kbd&amp;gt;S&amp;lt;/kbd&amp;gt; : Toggle Upgrade Menu&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Esc&amp;lt;/kbd&amp;gt; : Toggle Pause&lt;br /&gt;
&lt;br /&gt;
Keybinds may be changed via Settings &amp;gt; Controls &amp;gt; Arcade.&lt;br /&gt;
&lt;br /&gt;
===Spaceships===&lt;br /&gt;
[[File:PerfectSpaceShips.png|thumb]]&lt;br /&gt;
There are 3 different spaceships you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spaceship!!Unlock Condition!!Stats!!Ability!!Effect&lt;br /&gt;
|-&lt;br /&gt;
|Dragonfly||N/A (Starter Ship)||{{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}||Cloaking||Can't be targeted and receives less damage.&lt;br /&gt;
|-&lt;br /&gt;
|Juggernaut||Beat Boss with Dragonfly, or unlock for 5000 Tokens||{{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}||Impulse Engines||Movement speed and power are temporarily increased.&lt;br /&gt;
|-&lt;br /&gt;
|Reaper||Beat Boss with Juggernaut, or unlock for 5000 Tokens||{{Nowrap|HP &amp;amp;#9733;}}||Adaptive Armor||Armor and health regeneration are temporarily increased.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Spaceship influences your base stats, namely Hitpoints.&lt;br /&gt;
&lt;br /&gt;
===Weapons===&lt;br /&gt;
For every Spaceship there are 3 unique weapons to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spaceship!!Weapon!!Unlock Condition!!Type!!Stats!!Effect&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Dragonfly&lt;br /&gt;
|Railgun&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash devastating kinetic projectiles piercing through multiple targets and abosrbing health.&lt;br /&gt;
|-&lt;br /&gt;
|Pulse Laser&lt;br /&gt;
|Beat Boss with Railgun, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|A rapid-firing energy weapon capable of absorbing energy and stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Rocket Launcher&lt;br /&gt;
|Beat Boss with Pulse Laser, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash explosive devastation with swift missiles, obliterating multiple targets.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Juggernaut&lt;br /&gt;
|Double Cannon&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Dual-wield high-velocity cannons for relentless piercing shots, capable of stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Laser&lt;br /&gt;
|Beat Boss with Double Cannon, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733;}}&lt;br /&gt;
|Swift and focused beam of energy, delivering continuous damage that can absorb energy and has a chance to stun enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Drones&lt;br /&gt;
|Beat Boss with Laser, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Deploy autonomous drones aiding in combat with additional firepower and explosive abilities.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Reaper&lt;br /&gt;
|Gatling Gun&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash a relentless ball of piercing bullets with high rate of fire and a chance to multishot.&lt;br /&gt;
|-&lt;br /&gt;
|Plasma Cannon&lt;br /&gt;
|Beat Boss with Gatling Gun, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Fire fast and powerful plasma projectiles, capable of absorbing energy and exploding on impact.&lt;br /&gt;
|-&lt;br /&gt;
|Gauss Cannon&lt;br /&gt;
|Beat Boss with Plasma Cannon, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash electromagnetic projectiles, capable of piercing enemies and causing explosive devastation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Weapon influences both stats: Power, and Speed.&lt;br /&gt;
&lt;br /&gt;
===Pilots===&lt;br /&gt;
[[File:PerfectSpacePilots.png|thumb]]&lt;br /&gt;
There are 3 different Pilots you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Pilot!!Unlock Condition!!Weapon Passive!!Ability!!Effect&lt;br /&gt;
|-&lt;br /&gt;
|Captain||N/A (Starter Pilot)||Bonus to Ballistic||Shotgun||Overloads and fires the ship's weapon in a half circle.&lt;br /&gt;
|-&lt;br /&gt;
|Mechanic||Beat Boss with Captain, or unlock for 10000 Tokens||Bonus to Energy||Shield||Creates a shield around the ship. (Absorbs damage)&lt;br /&gt;
|-&lt;br /&gt;
|Securbot||Beat Boss with Mechanic, or unlock for 10000 Tokens||Bonus to  Special||Overdrive||Increases ship's stats temporarily.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may use any Pilot with any Spaceship.&lt;br /&gt;
&lt;br /&gt;
===Upgrades=== &lt;br /&gt;
[[File:PerfectSpaceUpgrades.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
The upgrades menu is split into 4 sections:&lt;br /&gt;
&lt;br /&gt;
*'''Ship''', which includes 5 upgrades.&lt;br /&gt;
*'''Pilot''' - 3 upgrades.&lt;br /&gt;
*'''Weapon''' - also 3 upgrades.&lt;br /&gt;
*'''Abilities''' - 5 upgrades, more about them below this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''Ship''' category consists of 3 upgrades which are the same for each ship, weapon and pilot combo:&lt;br /&gt;
&lt;br /&gt;
*'''Max. Health''' - Increases the ship's maximum hitpoints.&lt;br /&gt;
*'''Health Regeneration''' - Increases the ship's hitpoint regeneration.&lt;br /&gt;
*'''Mobility''' - Increases the ship's mobility.&lt;br /&gt;
&lt;br /&gt;
The other 2 upgrades depend on the ship:&lt;br /&gt;
&lt;br /&gt;
*For '''Dragonfly''' these upgrades are:&lt;br /&gt;
**'''Cloaking: Damage Reduction''' - Dragonfly takes less damage while cloaked.&lt;br /&gt;
**'''Cloaking: Duration''' - Increases Dragonfly's cloaking duration.&lt;br /&gt;
*For '''Juggernaut:'''&lt;br /&gt;
**'''Impulse Engines: Duration''' - Increases the duration of impulse engines.&lt;br /&gt;
**'''Impulse Engines: Cooldown''' - Reduces the cooldown of impulse engines.&lt;br /&gt;
*For '''Reaper:'''&lt;br /&gt;
**'''Adaptive Armor: Armor''' - Increases the armor received from adaptive armor.&lt;br /&gt;
**'''Adaptive Armor: Cooldown''' - Decreases the cooldown of adaptive armor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Pilot''' section depend only on what pilot you're using (obviously):&lt;br /&gt;
&lt;br /&gt;
*With '''Captain''' the upgrades are:&lt;br /&gt;
**'''Shotgun: Projectiles''' - Increases the amount of projectiles on use.&lt;br /&gt;
**'''Shotgun: Power''' - Increases power converted to shotgun power.&lt;br /&gt;
**'''Shotgun: Cooldown''' - Reduces the cooldown of shotgun.&lt;br /&gt;
*With '''Mechanic:'''&lt;br /&gt;
**'''Shield: Amount''' - Increases the shield's size.&lt;br /&gt;
**'''Shield: Armor''' - Increases the ship's armor for a few seconds after skill activation.&lt;br /&gt;
**'''Shield: Cooldown''' - Reduces the cooldown of shield.&lt;br /&gt;
*With '''Securbot:'''&lt;br /&gt;
**'''Overdrive: Offensive''' - Increases the boost of overdrive for offensive ship stats.&lt;br /&gt;
**'''Overdrive: Defensive''' - Increases the boost of overdrive for defensive ship stats.&lt;br /&gt;
**'''Overdrive: Cooldown''' - Reduces the cooldown of overdrive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Weapon''' section depend on your selected weapon:&lt;br /&gt;
&lt;br /&gt;
*All weapons have a '''Power''' upgrade, which increases their damage.&lt;br /&gt;
*Per-weapon upgrades, besides '''Power:'''&lt;br /&gt;
**'''Railgun:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Pulse Laser:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Rocket Launcher:'''&lt;br /&gt;
***'''Explosion Damage''' - Increases how much power is converted to explosion damage.&lt;br /&gt;
***'''Ammunition Regeneration''' - Reduces the time needed to generate new ammunition.&lt;br /&gt;
**'''Double Cannon:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Laser:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Energy Consumption''' - Reduces the amount of energy needed to fire the weapon.&lt;br /&gt;
**'''Drones:'''&lt;br /&gt;
***'''Drone Regeneration''' - Increases how fast new drones are produced.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Gatling Gun:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Plasma Cannon:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Energy Regeneration Cooldown''' - Reduces the time needed before energy regeneration starts.&lt;br /&gt;
**'''Gauss Cannon:'''&lt;br /&gt;
***'''Ammunition+''' - Increases the maximum ammunition.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
&lt;br /&gt;
===Abilities=== &lt;br /&gt;
Abilities depend on (1) the spaceship you are using&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!'''Ship'''!!Level 25&amp;lt;br&amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
|Dragonfly||Reactive&lt;br /&gt;
|-&lt;br /&gt;
|Juggernaut||Vampiric Maneuvers&lt;br /&gt;
|-&lt;br /&gt;
|Reaper||Distortion Field&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(2) the pilot&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Pilot!!Level 20&amp;lt;br /&amp;gt;Ability!!Level 30&amp;lt;br /&amp;gt; Ability&lt;br /&gt;
|-&lt;br /&gt;
|Captain||Shotgun: No Cooldown||Marksmanship&lt;br /&gt;
|-&lt;br /&gt;
|Mechanic||Regenerative Hull||Electronics&lt;br /&gt;
|-&lt;br /&gt;
|Securbot||Overloaded||Engineering&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
and (3) the type of weapon&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Weapon!!Level 5&amp;lt;br /&amp;gt;Ability!!Level 10&amp;lt;br /&amp;gt;Ability!!Level 15&amp;lt;br /&amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
|Railgun (Dragonfly Ballistic)||Piercing||N/A||Kinetic Converter&lt;br /&gt;
|-&lt;br /&gt;
|Pulse Laser (Dragonfly Energy)||Energy Siphon||Stun Chance||N/A&lt;br /&gt;
|-&lt;br /&gt;
|Rocket Launcher (Dragonfly Special)||Free Ammunition||Volatile Payload||N/A&lt;br /&gt;
|-&lt;br /&gt;
|Double Cannon (Juggernaut Ballistic)||Piercing||Stun Chance||N/A&lt;br /&gt;
|-&lt;br /&gt;
|Laser (Juggernaut Energy)||Energy Siphon||Stun Chance||N/A&lt;br /&gt;
|-&lt;br /&gt;
|Drones (Juggernaut Special)||N/A&lt;br /&gt;
|Explosive Drones||Rocket Drones&lt;br /&gt;
|-&lt;br /&gt;
|Gatling Gun (Reaper Ballistic)||Piercing||N/A&lt;br /&gt;
|Multishot&lt;br /&gt;
|-&lt;br /&gt;
|Plasma Cannon (Reaper Energy)||Energy Siphon||Volatile Payload||N/A&lt;br /&gt;
|-&lt;br /&gt;
|Gauss Cannon (Reaper Special)||Piercing||N/A&lt;br /&gt;
|Explosive Ammunition&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Due to their strength it is recommended to unlock abilities as soon as unlocked.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Immolation]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Aura Enhancement]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Tactical Maneuver]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Defense Overload]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Cooling Cell]]&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Borf]]&lt;br /&gt;
*{{Module|Legendary|size=30px}} [[Modules#List_of_Modules|Daigoparry]]&lt;br /&gt;
&lt;br /&gt;
'''[[Modules#List_of_Modules|Daigoparry]] is an easter egg module and is not required in order to beat the game.''' &lt;br /&gt;
&amp;lt;spoiler&amp;gt;Requires beating Perfect Space without losing health(can lose shield).&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Cards=&lt;br /&gt;
Cards allow you to gain bonus skillpoints. Each tier gives 1,2,3,5,8,13 more Sp, for a total of 32(note that common gives 1 and divine gives 13 in the list to the left).&lt;br /&gt;
There are currently 55 unique cards, and 11 categories they are displayed in, each with 6 tiers (common, uncommon, rare, epic, legendary, divine).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Card category!!Cards in category!!Where to find them&lt;br /&gt;
|-&lt;br /&gt;
|The Mighty Five||Cylindro, Pyramidas, Cubos Jr., Dodecai, Boss 5||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Source Of Power||Defensive, Offensive, Utility, Ultimate, Special||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|The Journey Begins||Forest, Desert, Winter, Underground, Volcano||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|Highest Peak To Deepest Trench||High Mountain, Jungle, Metallic Ruins, Beach, Ocean||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Not From This World||Neutral, Dark Realm, Heaven, Universe, Chaos||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Fundamentals||Fire, Water, Earth, Nature, Air||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Advanced Alchemy||Neutral, Light, Darkness, Electricity, Universal||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Shapes Of Evil||Tank, Archer, Wizard, Assassin, Boss||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|It's Dangerous To Go Alone||Heart, Armor, Sword, Bomb, Boots||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|Fire Some Kinda Laser Thingie At Them||Dragonfly, Juggernaut, Reaper, Drone, Laser Shooter||Perfect Space&lt;br /&gt;
|-&lt;br /&gt;
|They're Not Your Crew Anymore||Captain, Mechanic, Securbot, Alien, Computer||Perfect Space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Skills=&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Gambler's Luck''' - Raises the chance to revive '''unique rewards'''.&lt;br /&gt;
*'''Foretelling''' - Raises the '''luck factor''' for all minigames to the power of '''1.1'''.&lt;br /&gt;
*'''Determination''' - Increase the '''luck factor''' in '''Adventure''' based on '''rooms cleared''' and '''distance''' to the starting room.&lt;br /&gt;
*'''Extended Possibilities''' - Adds the top and the bottom rows of '''Jumble''' to the rows that are checked for potential reward combinations.&lt;br /&gt;
*'''Fate Forging''' - Unlocks the ability to '''manually refresh the rewards''' of the '''Lucky Wheel'''&lt;br /&gt;
*'''High Stakes''' - increases the amount of '''tokens''' gained from minigames.&lt;br /&gt;
&lt;br /&gt;
=Exotic skills=&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Metallic Tokens''' ({{Number|15|icon=[[File:Exotic gem.png|20px]]}}) - Increases your tower's '''armor''' and '''elemental armor''' by using the metallic properties of your '''tokens'''.&lt;br /&gt;
*'''Spiked Tokens''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Enhances the projectiles of your tower with pointy '''tokens''' which in turn increase the total '''damage''' output.&lt;br /&gt;
*'''Charged Tokens''' ({{Number|50|icon=[[File:Exotic gem.png|20px]]}}) - Charges your '''tokens''' and directs them to your tower to increase it's '''energy''' and '''energy regeneration'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3490</id>
		<title>Experiment: Fire</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3490"/>
		<updated>2024-07-09T11:34:41Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Prestige */ small correction to the prestige max temp formula&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Fire.png|thumb|The Fire Experiment]]&lt;br /&gt;
[[File:Experiment Fire icon.png|left]]&lt;br /&gt;
The '''Fire experiment''' is one of 12 experiments in the [[laboratory]], available when the laboratory is first built.&lt;br /&gt;
&lt;br /&gt;
The goal of the fire experiment is to reach the maximum available temperature, while raising the temperature gauge.&lt;br /&gt;
{{Clear|left}}&lt;br /&gt;
==Mechanic==&lt;br /&gt;
Heaters increase temperature per tick. &lt;br /&gt;
&lt;br /&gt;
Tickers reduce the time per tick.&lt;br /&gt;
&lt;br /&gt;
Insulators reduce the percentage of temperature lost per minute.&lt;br /&gt;
&lt;br /&gt;
Upgrades of a higher tier produce upgrades of their previous tier.&lt;br /&gt;
&lt;br /&gt;
===Prestige===&lt;br /&gt;
Prestige resets the temperature, heaters, insulators, and tickers. You have to choose between 3 bonuses: Heaters, Insulators, Tickers. Choosing one of these bonuses will make every manual purchases increases its effect by 1%. Prestige also sets the maximum temperature to &amp;lt;code&amp;gt;1e6 * max((level-1)&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt;, 1)&amp;lt;/code&amp;gt;&amp;amp;deg;C.&lt;br /&gt;
&lt;br /&gt;
==Rewards==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Temperature!!Reward&lt;br /&gt;
|-&lt;br /&gt;
!100&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Taste&lt;br /&gt;
|-&lt;br /&gt;
!3,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Breath&lt;br /&gt;
|-&lt;br /&gt;
!75,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Combustion&lt;br /&gt;
|-&lt;br /&gt;
!950,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Defensive|size=30px}} Shield of Fire&lt;br /&gt;
|-&lt;br /&gt;
!5M&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Incineration&lt;br /&gt;
|-&lt;br /&gt;
!500*1.34&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire damage&lt;br /&gt;
|-&lt;br /&gt;
!750*1.8&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Navbox experiments|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3476</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3476"/>
		<updated>2024-06-08T13:44:25Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Rewards */ added info for d160+&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=4|ConversionRate=25000|Image=Arcade.png|Color=Pink|ColorCode=#CD0064}}&lt;br /&gt;
[[File: Pink resource.png|left]]&lt;br /&gt;
The '''Arcade''' is a building where you can play a small collection of arcade games.&lt;br /&gt;
&lt;br /&gt;
Playing the games will earn you tokens which you can turn in for prizes.&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
=Upgrades=&lt;br /&gt;
The Arcade has 4 levels, each unlocking a new minigame as follows:&lt;br /&gt;
&lt;br /&gt;
Level 1 unlocks [[#Lucky Wheel|Lucky Wheel]]&lt;br /&gt;
&lt;br /&gt;
Level 2 unlocks [[#Jumble|Jumble]]&lt;br /&gt;
&lt;br /&gt;
Level 3 unlocks [[#Adventure|Adventure]]&lt;br /&gt;
&lt;br /&gt;
Level 4 unlocks [[#Perfect Space|Perfect Space]]&lt;br /&gt;
&lt;br /&gt;
=Games=&lt;br /&gt;
&lt;br /&gt;
==Lucky Wheel==&lt;br /&gt;
[[File:ArcadeLuckyWheel.png|thumb]]&lt;br /&gt;
Spin a wheel to receive whatever it lands on!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount&lt;br /&gt;
|-&lt;br /&gt;
|Small resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Medium resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Large resources||∞&lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints||up to 100&lt;br /&gt;
|-&lt;br /&gt;
|Artifact||none can be earned for now&lt;br /&gt;
|-&lt;br /&gt;
|Cards||15 cards, 6 tiers of each&lt;br /&gt;
|-&lt;br /&gt;
|Modules||6 modules&lt;br /&gt;
|-&lt;br /&gt;
|Tokens||∞&lt;br /&gt;
|-&lt;br /&gt;
|Gems||∞&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Refined Armor]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Energy Recycling]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Strike Back]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Desperado]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Death Wish]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Redirect]]&lt;br /&gt;
&lt;br /&gt;
==Jumble==&lt;br /&gt;
[[File:ArcadeJumble.png|thumb]]&lt;br /&gt;
Wager resources to match tiles in rows and earn rewards. The higher the wager, the higher the likelihood of reward tiles appearing.&lt;br /&gt;
&lt;br /&gt;
Jumble can be frustrating to many players because of the seeming randomness of the minigame. However there are a few factors that can make the gamble easier and less stressful.&lt;br /&gt;
&lt;br /&gt;
On starting a New Game, the board is covered by an orbiting circle of randomized icons that cycle through potential tiles. When the player clicks the 'stop' button the first time, the board will draw every 5th icon and place them from the bottom to the top in the left-most column. On the second click, it will draw every 4th icon, then 3rd, 2nd, and finally all 5 remaining tiles. This means that watching the last icon in the circle will reliably allow a player to place their desired tile on the top row of the board.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Void]]&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Fracture]]&lt;br /&gt;
*{{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Power of the Cat]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Neutral Response]]&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Reboot]]&lt;br /&gt;
&lt;br /&gt;
==Adventure==&lt;br /&gt;
[[File:ArcadeAdventure.png|thumb]]&lt;br /&gt;
Explore in a randomly generated 256x256 dungeon, killing enemies and opening chests for rewards.&lt;br /&gt;
&lt;br /&gt;
===Stats===&lt;br /&gt;
'''Heart(HP)''': Your health. If it reaches 0, you die and have to start a new game.&lt;br /&gt;
&lt;br /&gt;
'''Sword(Attack)''': Base damage done per attack.&lt;br /&gt;
&lt;br /&gt;
'''Shield(Defense)''': Reduces damage taken when being attacked.&lt;br /&gt;
&lt;br /&gt;
'''Key''': Used for opening gates.&lt;br /&gt;
&lt;br /&gt;
'''Bomb''': Can be placed to deal damage or break rocks. Explodes in 3 turns.&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Items are found in chests. They require you to reach a certain distance to obtain or a certain number of emeralds to buy from the emerald shop. Key items reset on death while relics are kept across runs.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item name&lt;br /&gt;
!Effect&lt;br /&gt;
!Minimum distance&lt;br /&gt;
!Emerald cost&lt;br /&gt;
!Type&lt;br /&gt;
|-&lt;br /&gt;
|Map&lt;br /&gt;
|Shows the current room and adjacent 8 rooms. Can be toggled to show the coordinates of every cleared room.&lt;br /&gt;
|10&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Emerald Map&lt;br /&gt;
|Increases the chance of finding emeralds.&lt;br /&gt;
|50&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Compass&lt;br /&gt;
|Points to the starting room.&lt;br /&gt;
|2&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Ultra Key&lt;br /&gt;
|Opening doors no longer spend keys.&lt;br /&gt;
|80(drops from enemies)&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Lantern&lt;br /&gt;
|Allows you to see in and not get damaged by darkness in distance 100+.&lt;br /&gt;
|95&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|EOD Armor&lt;br /&gt;
|Bombs no longer damage you.&lt;br /&gt;
|N/A&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Thorns Armor&lt;br /&gt;
|Deals 10% of incoming damage(rounded up) back to the attacker.&lt;br /&gt;
|N/A&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Boots of Haste&lt;br /&gt;
|Makes moving faster. This reduces the time between actions, so it also makes it easier to double-move by accident.&lt;br /&gt;
|7&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Boots of Phasing&lt;br /&gt;
|Allows you to walk through walls in cleared rooms. Cleared rooms are ones with no chests and no enemies remaining.&lt;br /&gt;
|N/A&lt;br /&gt;
|21&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Golden Heart&lt;br /&gt;
|Gives 1 extra heart from chests. Can be obtained multiple times.&lt;br /&gt;
|40, then 1 more every 20 distance&lt;br /&gt;
|N/A&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Vampiric Blade&lt;br /&gt;
|Killing an enemy restores 1 heart.&lt;br /&gt;
|N/A&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Voidforged Impaler&lt;br /&gt;
|Deals additional 10% melee damage that ignores armor.&lt;br /&gt;
|N/A&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Mana Reaver&lt;br /&gt;
|Killing an enemy restores 1 mana.&lt;br /&gt;
|N/A&lt;br /&gt;
|39&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Hammer&lt;br /&gt;
|Can be used to destroy rocks.(like doors)&lt;br /&gt;
|N/A&lt;br /&gt;
|48&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Holy Bomb&lt;br /&gt;
|Bomb damage adjacent to bombs becomes full-strength instead of half-strength, and bombs have a 10% chance to not be consumed on use.&lt;br /&gt;
|N/A&lt;br /&gt;
|99&lt;br /&gt;
|Key item&lt;br /&gt;
|-&lt;br /&gt;
|Market&lt;br /&gt;
|Unlocks a market where some itmes can be bought with emeralds.&lt;br /&gt;
|10(very low droprate)&lt;br /&gt;
|N/A&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Book of Spells&lt;br /&gt;
|Unlocks spells and mana.&lt;br /&gt;
|N/A&lt;br /&gt;
|99&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Google's Treasure bag&lt;br /&gt;
|?&lt;br /&gt;
|100(rare drop from mimics)&lt;br /&gt;
|N/A&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Master Sword&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|N/A&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|Master Armor&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|N/A&lt;br /&gt;
|Relic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cheats===&lt;br /&gt;
Where you can increase your stats and unlock QoL features with arcade tokens.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name!!Cost!!Limit&lt;br /&gt;
|-&lt;br /&gt;
|Hearts +1||5 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Armor +1||100 * 3.5&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||50&lt;br /&gt;
|-&lt;br /&gt;
|Key +1||20 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Bombs +3||60 * 1.4&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt;||99&lt;br /&gt;
|-&lt;br /&gt;
|Loot Table||100||1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rewards===&lt;br /&gt;
You can see a list of rewards possible in the Loot Table tab, once unlocked.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount!!Min. distance to drop&lt;br /&gt;
|-&lt;br /&gt;
|Resources||23000 per color||2&lt;br /&gt;
|-&lt;br /&gt;
|Tokens||∞||1&lt;br /&gt;
|-&lt;br /&gt;
|Gems||100||10&lt;br /&gt;
|-&lt;br /&gt;
|Emeralds||3(6)||?&lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints||1000||5&lt;br /&gt;
|-&lt;br /&gt;
|Artifact||1||25&lt;br /&gt;
|-&lt;br /&gt;
|Sword||varies||varies&lt;br /&gt;
|-&lt;br /&gt;
|Armor||varies||varies&lt;br /&gt;
|-&lt;br /&gt;
|Bombs||up to 99||2&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Not From This World)||6*5||10&lt;br /&gt;
|-&lt;br /&gt;
|Cards(It's Dangerous to Go Alone)||6*5||20&lt;br /&gt;
|-&lt;br /&gt;
|Cards(The Mighty Five)||6*4||30&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Boss 5)||6||50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also, a card that hasn't been dropped ever will have its drop chance increased.&lt;br /&gt;
&lt;br /&gt;
Skillpoints drop in groups of 200, the last one drops at distance 100&lt;br /&gt;
&lt;br /&gt;
Here is a list of max armor/sword obtainable from a certain distance.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Distance!!Max. Armor!!Max Sword&lt;br /&gt;
|-&lt;br /&gt;
|2||0||2&lt;br /&gt;
|-&lt;br /&gt;
|3-4||0||7&lt;br /&gt;
|-&lt;br /&gt;
|5-9||1||7&lt;br /&gt;
|-&lt;br /&gt;
|10-14||7||10&lt;br /&gt;
|-&lt;br /&gt;
|15-39||15||17&lt;br /&gt;
|-&lt;br /&gt;
|40-99||30||39&lt;br /&gt;
|-&lt;br /&gt;
|100-129||40||50&lt;br /&gt;
|-&lt;br /&gt;
|130-159||50||50&lt;br /&gt;
|-&lt;br /&gt;
|160-255||50||60&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical===&lt;br /&gt;
====Enemy Stats====&lt;br /&gt;
'''Enemy Count''': &amp;lt;code&amp;gt;round(d*0.1+3)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Health''': &amp;lt;code&amp;gt;round(d*0.38+1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Armor''': &amp;lt;code&amp;gt;round(d*0.08)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Attack''': &amp;lt;code&amp;gt;ceil(d*0.39), capped at 99&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All rounding would [https://en.wikipedia.org/wiki/Rounding#Round_half_to_even round half to even].&lt;br /&gt;
&lt;br /&gt;
====Order of Operation====&lt;br /&gt;
1. Player action&lt;br /&gt;
&lt;br /&gt;
This includes moving (&amp;lt;kbd&amp;gt;WASD&amp;lt;/kbd&amp;gt;), waiting (&amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt;) or placing bombs (&amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Moving towards an enemy/gate would not move the player, instead the player would attack enemy/open the gate.&lt;br /&gt;
&lt;br /&gt;
Moving outside a room would move the player to the next room, and respawn all enemies in the room.&lt;br /&gt;
&lt;br /&gt;
Moving towards a wall/rock has no effect.&lt;br /&gt;
&lt;br /&gt;
2. Bombs&lt;br /&gt;
&lt;br /&gt;
All bombs will have their explosion cooldown reduced by 1, and if it reach 0, the bomb explodes.&lt;br /&gt;
&lt;br /&gt;
Explosion will deal [dmg] damage to the enemy on it, and [dmg]*(2/3) damage to the enemies on adjacent 4 tiles, where [dmg] is your damage. This ignores armor.&lt;br /&gt;
&lt;br /&gt;
Explosion will also damage yourself without the Eod Armor, using the same formula.&lt;br /&gt;
&lt;br /&gt;
3. Enemy action&lt;br /&gt;
&lt;br /&gt;
All enemies will try to move towards you following the shortest path, and enemies adjacent to you will attack you.&lt;br /&gt;
&lt;br /&gt;
Enemies won't stack, so if an enemy try to move to a tile already with an enemy, nothing will happen.&lt;br /&gt;
&lt;br /&gt;
Enemy moving order is (probably) based on the order they are spawned(and effectively a random order).&lt;br /&gt;
&lt;br /&gt;
====Maze Generation====&lt;br /&gt;
The game first set all primary tiles(tiles with both coordinate even when using the center as the origin) to empty tiles. Room doors(the midpoint of each edge) is also set to empty to provide a way to enter new rooms&lt;br /&gt;
&lt;br /&gt;
Then, the game uses the [https://en.wikipedia.org/wiki/Maze_generation_algorithm recursive backtracker algorithm] to generate the maze of the primary tiles.&lt;br /&gt;
&lt;br /&gt;
Finally, the game spawn chests and enemies. Chests may spawn on any primary tile that's next to three walls(aka on dead ends), and a gate/rock may spawn next to it. Enemies can spawn on any primary tiles whose Manhattan distance(ignores walls) to the nearest room door is no less than 5.&lt;br /&gt;
&lt;br /&gt;
Note that due to order of operation, enemies will move right after you enter a new room and spawn them.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Rak's Curse]]&lt;br /&gt;
&lt;br /&gt;
==Perfect Space==&lt;br /&gt;
[[File:PerfectSpace.png|thumb]]&lt;br /&gt;
'''To access it: Upgrade the arcade in the construction firm to tier IV(4)'''&lt;br /&gt;
&lt;br /&gt;
(this section is mostly outdated because perfect space was reworked. please update this)&lt;br /&gt;
&lt;br /&gt;
A space shooter game, where shooting asteroids and enemies increases score and grants experience.&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
Default keybinds:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;kbd&amp;gt;A&amp;lt;/kbd&amp;gt; or &amp;lt;kbd&amp;gt;D&amp;lt;/kbd&amp;gt; : Move Left or Right&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt; : Shoot/Fire (can be held down)&lt;br /&gt;
*&amp;lt;kbd&amp;gt;E&amp;lt;/kbd&amp;gt; : Toggle Autofire&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt; : Use Pilot Ability&lt;br /&gt;
*&amp;lt;kbd&amp;gt;W&amp;lt;/kbd&amp;gt; : Use Ship Ability&lt;br /&gt;
*&amp;lt;kbd&amp;gt;S&amp;lt;/kbd&amp;gt; : Toggle Upgrade Menu&lt;br /&gt;
*&amp;lt;kbd&amp;gt;Esc&amp;lt;/kbd&amp;gt; : Toggle Pause&lt;br /&gt;
&lt;br /&gt;
Keybinds may be changed via Settings &amp;gt; Controls &amp;gt; Arcade.&lt;br /&gt;
&lt;br /&gt;
===Spaceships===&lt;br /&gt;
[[File:PerfectSpaceShips.png|thumb]]&lt;br /&gt;
There are 3 different spaceships you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spaceship!!Unlock Condition!!Stats!!Ability!!Effect&lt;br /&gt;
|-&lt;br /&gt;
|Dragonfly||N/A (Starter Ship)||{{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}||Cloaking||Can't be targeted and receives less damage.&lt;br /&gt;
|-&lt;br /&gt;
|Juggernaut||Beat Boss with Dragonfly, or unlock for 5000 Tokens||{{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}||Impulse Engines||Movement speed and power are temporarily increased.&lt;br /&gt;
|-&lt;br /&gt;
|Reaper||Beat Boss with Juggernaut, or unlock for 5000 Tokens||{{Nowrap|HP &amp;amp;#9733;}}||Adaptive Armor||Armor and health regeneration are temporarily increased.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Spaceship influences your base stats, namely Hitpoints.&lt;br /&gt;
&lt;br /&gt;
===Weapons===&lt;br /&gt;
For every Spaceship there are 3 unique weapons to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Spaceship!!Weapon!!Unlock Condition!!Type!!Stats!!Effect&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Dragonfly&lt;br /&gt;
|Railgun&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash devastating kinetic projectiles piercing through multiple targets and abosrbing health.&lt;br /&gt;
|-&lt;br /&gt;
|Pulse Laser&lt;br /&gt;
|Beat Boss with Railgun, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|A rapid-firing energy weapon capable of absorbing energy and stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Rocket Launcher&lt;br /&gt;
|Beat Boss with Pulse Laser, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash explosive devastation with swift missiles, obliterating multiple targets.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Juggernaut&lt;br /&gt;
|Double Cannon&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Dual-wield high-velocity cannons for relentless piercing shots, capable of stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Laser&lt;br /&gt;
|Beat Boss with Double Cannon, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733;}}&lt;br /&gt;
|Swift and focused beam of energy, delivering continuous damage that can absorb energy and has a chance to stun enemies.&lt;br /&gt;
|-&lt;br /&gt;
|Drones&lt;br /&gt;
|Beat Boss with Laser, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Deploy autonomous drones aiding in combat with additional firepower and explosive abilities.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Reaper&lt;br /&gt;
|Gatling Gun&lt;br /&gt;
|N/A (Starter Weapon)&lt;br /&gt;
|Ballistic&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash a relentless ball of piercing bullets with high rate of fire and a chance to multishot.&lt;br /&gt;
|-&lt;br /&gt;
|Plasma Cannon&lt;br /&gt;
|Beat Boss with Gatling Gun, or unlock for 10000 Tokens&lt;br /&gt;
|Energy&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Fire fast and powerful plasma projectiles, capable of absorbing energy and exploding on impact.&lt;br /&gt;
|-&lt;br /&gt;
|Gauss Cannon&lt;br /&gt;
|Beat Boss with Plasma Cannon, or unlock for 20000 Tokens&lt;br /&gt;
|Special&lt;br /&gt;
|{{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
|Unleash electromagnetic projectiles, capable of piercing enemies and causing explosive devastation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Weapon influences both stats: Power, and Speed.&lt;br /&gt;
&lt;br /&gt;
===Pilots===&lt;br /&gt;
[[File:PerfectSpacePilots.png|thumb]]&lt;br /&gt;
There are 3 different Pilots you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Pilot!!Unlock Condition!!Weapon Passive!!Ability!!Effect&lt;br /&gt;
|-&lt;br /&gt;
|Captain||N/A (Starter Pilot)||Bonus to Ballistic||Shotgun||Overloads and fires the ship's weapon in a half circle.&lt;br /&gt;
|-&lt;br /&gt;
|Mechanic||Beat Boss with Captain, or unlock for 10000 Tokens||Bonus to Energy||Shield||Creates a shield around the ship. (Absorbs damage)&lt;br /&gt;
|-&lt;br /&gt;
|Securbot||Beat Boss with Mechanic, or unlock for 10000 Tokens||Bonus to  Special||Overdrive||Increases ship's stats temporarily.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may use any Pilot with any Spaceship.&lt;br /&gt;
&lt;br /&gt;
===Upgrades:=== &lt;br /&gt;
[[File:PerfectSpaceUpgrades.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
The upgrades menu is split into 4 sections:&lt;br /&gt;
&lt;br /&gt;
*'''Ship''', which includes 5 upgrades.&lt;br /&gt;
*'''Pilot''' - 3 upgrades.&lt;br /&gt;
*'''Weapon''' - also 3 upgrades.&lt;br /&gt;
*'''Abilities''' - 5 upgrades, more about them below this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''Ship''' category consists of 3 upgrades which are the same for each ship, weapon and pilot combo:&lt;br /&gt;
&lt;br /&gt;
*'''Max. Health''' - Increases the ship's maximum hitpoints.&lt;br /&gt;
*'''Health Regeneration''' - Increases the ship's hitpoint regeneration.&lt;br /&gt;
*'''Mobility''' - Increases the ship's mobility.&lt;br /&gt;
&lt;br /&gt;
The other 2 upgrades depend on the ship:&lt;br /&gt;
&lt;br /&gt;
*For '''Dragonfly''' these upgrades are:&lt;br /&gt;
**'''Cloaking: Damage Reduction''' - Dragonfly takes less damage while cloaked.&lt;br /&gt;
**'''Cloaking: Duration''' - Increases Dragonfly's cloaking duration.&lt;br /&gt;
*For '''Juggernaut:'''&lt;br /&gt;
**'''Impulse Engines: Duration''' - Increases the duration of impulse engines.&lt;br /&gt;
**'''Impulse Engines: Cooldown''' - Reduces the cooldown of impulse engines.&lt;br /&gt;
*For '''Reaper:'''&lt;br /&gt;
**'''Adaptive Armor: Armor''' - Increases the armor received from adaptive armor.&lt;br /&gt;
**'''Adaptive Armor: Cooldown''' - Decreases the cooldown of adaptive armor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Pilot''' section depend only on what pilot you're using (obviously):&lt;br /&gt;
&lt;br /&gt;
*With '''Captain''' the upgrades are:&lt;br /&gt;
**'''Shotgun: Projectiles''' - Increases the amount of projectiles on use.&lt;br /&gt;
**'''Shotgun: Power''' - Increases power converted to shotgun power.&lt;br /&gt;
**'''Shotgun: Cooldown''' - Reduces the cooldown of shotgun.&lt;br /&gt;
*With '''Mechanic:'''&lt;br /&gt;
**'''Shield: Amount''' - Increases the shield's size.&lt;br /&gt;
**'''Shield: Armor''' - Increases the ship's armor for a few seconds after skill activation.&lt;br /&gt;
**'''Shield: Cooldown''' - Reduces the cooldown of shield.&lt;br /&gt;
*With '''Securbot:'''&lt;br /&gt;
**'''Overdrive: Offensive''' - Increases the boost of overdrive for offensive ship stats.&lt;br /&gt;
**'''Overdrive: Defensive''' - Increases the boost of overdrive for defensive ship stats.&lt;br /&gt;
**'''Overdrive: Cooldown''' - Reduces the cooldown of overdrive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Weapon''' section depend on your selected weapon:&lt;br /&gt;
&lt;br /&gt;
*All weapons have a '''Power''' upgrade, which increases their damage.&lt;br /&gt;
*Per-weapon upgrades, besides '''Power:'''&lt;br /&gt;
**'''Railgun:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Pulse Laser:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Rocket Launcher:'''&lt;br /&gt;
***'''Explosion Damage''' - Increases how much power is converted to explosion damage.&lt;br /&gt;
***'''Ammunition Regeneration''' - Reduces the time needed to generate new ammunition.&lt;br /&gt;
**'''Double Cannon:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Laser:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Energy Consumption''' - Reduces the amount of energy needed to fire the weapon.&lt;br /&gt;
**'''Drones:'''&lt;br /&gt;
***'''Drone Regeneration''' - Increases how fast new drones are produced.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Gatling Gun:'''&lt;br /&gt;
***'''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
**'''Plasma Cannon:'''&lt;br /&gt;
***'''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
***'''Energy Regeneration Cooldown''' - Reduces the time needed before energy regeneration starts.&lt;br /&gt;
**'''Gauss Cannon:'''&lt;br /&gt;
***'''Ammunition+''' - Increases the maximum ammunition.&lt;br /&gt;
***'''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
&lt;br /&gt;
===Abilities:=== &lt;br /&gt;
Abilities depend on (1) the spaceship you are using&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!'''Ship'''!!Level 25&amp;lt;br&amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
|Dragonfly||Reactive&lt;br /&gt;
|-&lt;br /&gt;
|Juggernaut||Vampiric Maneuvers&lt;br /&gt;
|-&lt;br /&gt;
|Reaper||Distortion Field&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(2) the pilot&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Pilot!!Level 20&amp;lt;br /&amp;gt;Ability!!Level 30&amp;lt;br /&amp;gt; Ability&lt;br /&gt;
|-&lt;br /&gt;
|Captain||Shotgun : No Cooldown||Marksmanship&lt;br /&gt;
|-&lt;br /&gt;
|Mechanic||Regenerative Hull||Electronics&lt;br /&gt;
|-&lt;br /&gt;
|Securbot||Overloaded||Engineering&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
and (3) the type of weapon&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Weapon!!Level 5&amp;lt;br /&amp;gt;Ability!!Level 10&amp;lt;br /&amp;gt;Ability!!Level 15&amp;lt;br /&amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
|Railgun (Dragonfly Ballistic)||Piercing||NA||Kinetic Converter&lt;br /&gt;
|-&lt;br /&gt;
|Pulse Laser (Dragonfly Energy)||Energy Siphon||Stun Chance||NA&lt;br /&gt;
|-&lt;br /&gt;
|Rocket Launcher (Dragonfly Special)||Free Ammunition||Volatile Payload||NA&lt;br /&gt;
|-&lt;br /&gt;
|Double Cannon (Juggernaut Ballistic)||Piercing||Stun Chance||NA&lt;br /&gt;
|-&lt;br /&gt;
|Laser (Juggernaut Energy)||Energy Siphon||Stun Chance||NA&lt;br /&gt;
|-&lt;br /&gt;
|Drones (Juggernaut Special)||NA||Explosive Drones||Rocket Drones&lt;br /&gt;
|-&lt;br /&gt;
|Gatling Gun (Reaper Ballistic)||Piercing||NA||Multishot&lt;br /&gt;
|-&lt;br /&gt;
|Plasma Cannon (Reaper Energy)||Energy Siphon||Volatile Payload||NA&lt;br /&gt;
|-&lt;br /&gt;
|Gauss Cannon (Reaper Special)||Piercing||NA||Explosive Ammunition&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Due to their strength it is recommended to unlock abilities as soon as unlocked.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
*{{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Immolation]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Aura Enhancement]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Tactical Maneuver]]&lt;br /&gt;
*{{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Defense Overload]]&lt;br /&gt;
*{{Module|Utility|size=30px}} [[Modules#List_of_Modules|Cooling Cell]]&lt;br /&gt;
*{{Module|Special|size=30px}} [[Modules#List_of_Modules|Borf]]&lt;br /&gt;
*{{Module|Legendary|size=30px}} [[Modules#List_of_Modules|Daigoparry]]&lt;br /&gt;
&lt;br /&gt;
'''[[Modules#List_of_Modules|Daigoparry]] is an easter egg module and is not required in order to beat the game.''' &lt;br /&gt;
&amp;lt;spoiler&amp;gt;Requires beating Perfect Space without losing health(can lose shield).&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Cards=&lt;br /&gt;
Cards allow you to gain bonus skillpoints. Each tier gives 1,2,3,5,8,13 more Sp, for a total of 32(note that common gives 1 and divine gives 13 in the list to the left).&lt;br /&gt;
There are currently 55 unique cards, and 11 categories they are displayed in, each with 6 tiers (common, uncommon, rare, epic, legendary, divine).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Card category!!Cards in category!!Where to find them&lt;br /&gt;
|-&lt;br /&gt;
|The Mighty Five||Cylindro, Pyramidas, Cubos Jr., Dodecai, Boss 5||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Source Of Power||Defensive, Offensive, Utility, Ultimate, Special||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|The Journey Begins||Forest, Desert, Winter, Underground, Volcano||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|Highest Peak To Deepest Trench||High Mountain, Jungle, Metallic Ruins, Beach, Ocean||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Not From This World||Neutral, Dark Realm, Heaven, Universe, Chaos||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Fundamentals||Fire, Water, Earth, Nature, Air||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Advanced Alchemy||Neutral, Light, Darkness, Electricity, Universal||Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Shapes Of Evil||Tank, Archer, Wizard, Assassin, Boss||Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|It's Dangerous To Go Alone||Heart, Armor, Sword, Bomb, Boots||Adventure&lt;br /&gt;
|-&lt;br /&gt;
|Fire Some Kinda Laser Thingie At Them||Dragonfly, Juggernaut, Reaper, Drone, Laser Shooter||Perfect Space&lt;br /&gt;
|-&lt;br /&gt;
|They're Not Your Crew Anymore||Captain, Mechanic, Securbot, Alien, Computer||Perfect Space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Skills=&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Gambler's Luck''' - Raises the chance to revive '''unique rewards'''.&lt;br /&gt;
*'''Foretelling''' - Raises the '''luck factor''' for all minigames to the power of '''1.1'''.&lt;br /&gt;
*'''Determination''' - Increase the '''luck factor''' in '''Adventure''' based on '''rooms cleared''' and '''distance''' to the starting room.&lt;br /&gt;
*'''Extended Possibilities''' - Adds the top and the bottom rows of '''Jumble''' to the rows that are checked for potential reward combinations.&lt;br /&gt;
*'''Fate Forging''' - Unlocks the ability to '''manually refresh the rewards''' of the '''Lucky Wheel'''&lt;br /&gt;
*'''High Stakes''' - increases the amount of '''tokens''' gained from minigames.&lt;br /&gt;
&lt;br /&gt;
=Exotic skills=&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Metallic Tokens''' ({{Number|15|icon=[[File:Exotic gem.png|20px]]}}) - Increases your tower's '''armor''' and '''elemental armor''' by using the metallic properties of your '''tokens'''.&lt;br /&gt;
*'''Spiked Tokens''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Enhances the projectiles of your tower with pointy '''tokens''' which in turn increase the total '''damage''' output.&lt;br /&gt;
*'''Charged Tokens''' ({{Number|50|icon=[[File:Exotic gem.png|20px]]}}) - Charges your '''tokens''' and directs them to your tower to increase it's '''energy''' and '''energy regeneration'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Artifacts&amp;diff=3448</id>
		<title>Artifacts</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Artifacts&amp;diff=3448"/>
		<updated>2024-04-18T00:56:47Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* List of artifacts */ added description of Google's Treasure Bag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Artifacts''' are hidden items that can be found and researched for unique rewards. Artifacts can be viewed and researched in the [[Museum]].&lt;br /&gt;
&lt;br /&gt;
==Researching==&lt;br /&gt;
Once unlocked, each artifact can be researched, and will only grant its reward once this process is completed. Researching takes a fixed amount of time.&lt;br /&gt;
&lt;br /&gt;
There are two Museum skills which affect artifact research: the '''Faster Research''' skill improves the research time, while the '''Research Funding''' skill decreases research cost.&lt;br /&gt;
&lt;br /&gt;
All boss artifacts get a +100% base drop chance per kill on the respective boss(which is pretty much just base chance multiplied by boss kills)&lt;br /&gt;
&lt;br /&gt;
==List of artifacts==&lt;br /&gt;
{{Spoiler hatnote|artifact unlock conditions and rewards}}&lt;br /&gt;
&lt;br /&gt;
There are currently '''37''' artifacts available to collect. (2 are event artifacts so they are not always obtainable)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name!!Unlock condition!!Reward&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Golden Apple''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Forest]]. Click on tree immediately to the right of the tower in-between the rock formations.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Looks like we can use this specimen to kick early runs up a notch.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +100 starting Tower Testing XP per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Rib Cage''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Desert]]. Click on skeleton hiding behind large rib cage.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;The anatomy of the creature from which this calcium-based structure originated appears to be non-cubical in nature, making it entirely unexplainable based on our current documented research.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% artifact research speed per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Carrot''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Winter]]. Click on the snowman's carrot.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This strange object from the old world is made out of 88% water, 9% carbohydrates, 0.9% protein, 2.8% dietary fiber, 1% ash, and 0.2% fat.&amp;lt;p&amp;gt;It seems to attracted a mysterious creature. Not sure what we can use this for.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +10% Resource drops per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Dwarven Minecart''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Underground]]. Click on traveling minecart to the left of the tower.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;In ancient times, long before cubekind ruled as the dominant creatures of this world, there was a cave dwelling species present, persistently digging through the depths of the earth to surface only the most precious treasures hidden beneath the walls of stone and dirt.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +25% mining rewards per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Lava Ruby''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Volcano]]. Click on floating rectangular rock in upper right lava pool. Look carefully as it is the same color as the lava, it is there at the start before drifting away, though it comes back.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;What a precious mineral. We should refine our Power Stones based on its internal structure.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +2% [[Museum#Power_stones|Power Stone]] bonus per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Sign''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[High Mountain]]. Click on the sign.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This object was used for navigation before we invented the Quantum Positioning System. Perhaps we should examine where it leads to.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% [[Modules]] (Dropchance) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Monkey Idol''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Jungle]]. Click on the large vine hanging in the foreground.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Our xenobiologists have yet to find out how these formidable creatures survived the planetary cubical restructuring. Additionally they have managed to develope the ability to use basic tools in order to create little figurines like this sample. Sadly these ornaments are not of any material value since they are just made out of pure gold instead of resources.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Crate factor per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Ancient Gear''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Metallic_Ruins|Metallic Ruins]]. Click on large bottom right gear.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This large metallic circular object emits radioactive waves when being turned fast enough. Obviously this means we can use this effect to speed up our factory machines.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +2% [[Factory]] machine speed* per researched artifact.&lt;br /&gt;
 *Conveyor belts are considered machines too&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Compass''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Beach]]. Click on sand castle until crab appears carrying a compass - click it before it goes in the water.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This compact device utilizes the planets magnetic field to orient its pointers towards their polar extremes. Maybe we can use it to reverse its effect in order to reorient the planet's magnetic field to aling with the direction of the needles.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% [[Shipyard#Sea_miles|Sea Miles]] ([[Shipyard]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Broken Sword''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Ocean]]. Click on the broken sword.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;A broken sword found in the depths of the ocean.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the '''Broken Sword''' [[Town#Town Assets|Town Asset]].&lt;br /&gt;
 Base [[Shipyard#Shipments|Shipment]] count is increased by +100% in formulas involving the shipment count.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Strange Cube''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Neutral]]. Click on rising cubes on the right-most chasm, when floating cube appears click on it once every time it moves to a different location - repeat until it blows up.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This otherworldly looking lump of matter allows us to harness SCP (Strange Cube Power) from it. We can then contain this SCP in order to better secure and protect the towers basis.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Basic Resistance (Tower) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Kat's Eye''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Cratorrex's clue #1 &amp;lt;spoiler&amp;gt;''It's early, but never too late.'' (Game progress)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Cratorrex's clue #2, please ignore as it's not too helpful &amp;lt;spoiler&amp;gt;''What's the similarities between cats and endermen?'' (also consider the differences)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Clue #3 credit to @thresher3907 on discord &amp;lt;spoiler&amp;gt;''The Dark Knight would be at home here''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Region: &amp;lt;spoiler&amp;gt;[[Dark_Realm|Dark Realm]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Unlock: &amp;lt;spoiler&amp;gt;Location: [[Dark_Realm|Dark Realm]]. Click on the big house 15 times.&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Cratorrex's latest synthesized creation!&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +100% Town XP on Town Level 1&lt;br /&gt;
 +Bonus decreases as Town level increases&lt;br /&gt;
 +5% Town XP on max. Town Level&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Broken Wing''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Heaven]]. Click on winged cubes to the left of the tower until a dark cube with only 1 wing appears - click on it.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Apparently angels with one wing like clouds and have a longer range than those with two wings. Additionally, they will never be a memory.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +0.1% Attack Range (Tower) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Blackhole In A Bottle''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Universe]]. Look for stationary white star a bit to the top-left of the tower - click on it.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;The ultimate trash can for the lazy ones among us. It's raccoon-safe as well. Make sure to close the bottle after putting something in to avoid galactic scale collateral damage.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Combat XP ([[Statue_of_Cubos|Statue of Cubos]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Light Triangle''' &amp;lt;sup&amp;gt;[[Artifacts#Footnotes|[1]]]&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
| Region: [[Chaos]]. Click on the Escher-like triangle whose color represents the Light element located at the bottom left of the tower.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Where has it been all this time? It was always there, wasn't it? Is this a reference to something?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +0.5% Contract bonus ([[Headquarters]]) per researched artifact.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Chained Mannequin'''}}&lt;br /&gt;
| Disable the [[Era]] powers of any element and then kill Era enemies of that element(0.25% drop rate)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;One of those strange mutated enemy cubes. We put it into chains before we &amp;quot;un-alived&amp;quot; it, just in case it's a bit more alive than we want it to be. This should make experimenting a lot easier in the workshop.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +300% XP Cost Research Speed (in the [[Era#Tab_3:_Era_Experiments|Era Experiments]] tab)&lt;br /&gt;
 +Ability to immediatly finish the current xp research by using gems.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Ominous Coil'''}}&lt;br /&gt;
| Disable the electricity Era power and kill electricity Era enemies (0.25% drop rate per kill)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This weird pillar shaped component dropped right from the heart of a mutated enemy. We can use it to build a powerline from the powerplant to the workshop.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 [[Power_Plant|Powerplant]] can now boost [[Workshop]]!&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Energy Sphere'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Cylindro|Boss 1]] (??% dropchance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This spehere is emitting vast quantities of energy. It is difficult to contain because it destroys any container we try to put it in. I'm curious what might happen if we fed it more energy...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Defensive|size=30px}} '''Energy Sphere''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Metal Plating'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Pyramidas|Boss 2]] (15% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This material was used as armor. It might prove useful for upgrading our towers.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Defensive|size=30px}} '''Metal Plating''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Vine Monster'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Pyramidas|Boss 2]] (5% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This organism has similarities with a plant, but it is in fact a monster which emits clouds of highly toxic poison strong enough to penetrate any material.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Offensive|size=30px}} '''Toxic Piranha Ivy''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Incendiary Device'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Cubos_Jr.|Boss 3]] (15% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This contraption contains explosive substances, with the fuse visible from the outside. When it is ignited, after a while it shatters into a million pieces and wreaks havoc.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Offensive|size=30px}} '''Fire Bomb''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Cubos Cube'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Cubos_Jr.|Boss 3]] (100% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This artifact comes from a very special source. It was used to conjure and combine different elements. Perhaps we can use it for a similar purpose?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks transmutation of [[Museum#Power_stones|Power Stones]] in the [[Museum]]. (Transmute a set of Power Stones into Universal Power Stones)&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Dice of Fate'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Dodecai|Boss 4]] (10% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;We appear to have been destined to discover this artifact. It claims we'll construct the perfect tower, but we already knew that. It is useless by itself, therefore perhaps we can convert it into a module instead.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Unlocks the {{Module|Ultimate|size=30px}} '''Dice of Fate''' Module.&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Necronomicon'''}}&lt;br /&gt;
| [[Statue_of_Cubos#Dodecai|Boss 4]] (5% drop chance)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;The fabled grimoire, from which so many magical gadgets and doomsday spells were derived. Even though our science is far more advanced than this ancient relic, we might be able to use it to enhance our spell casting abilities.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 -10% [[Modules#Active|Active]] Skill Cooldown.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Quantum Warehouse'''}}&lt;br /&gt;
| [[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Because of the sci-fi term in its name the quantum warehouse is considerably bigger on the inside than it looks from the outside. Some say that if you start to wander around in it for too long you won't be able to find the exit anymore ...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Increases the [[Factory]] inventory size by 24 slots.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Hyper Trading Table'''}}&lt;br /&gt;
| [[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Not really quantum level but still better than meh. This peak of cubic craftmanship provides a magnificent amount of trading space for advanced resource trading.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Adds 10% to the trade resource conversion rate of the [[Trading_Post|Trading Post]].&lt;br /&gt;
 Increases the crate factor by 5% (multiplicative).&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Unstable Matter'''}}&lt;br /&gt;
| [[Specializations#Mine:_Asteroid_Mining|Asteroid Mining]] ([[Mine]] 2nd floor)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This highly dense lump of raw matter has been compressed using a special type of container made out of universal material. Opening it would wipe out half the universe so you should probably avoid doing that.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Raises the matter gained from dissolving items in the [[Factory#Fabricator|Fabricator]] by 50%.&lt;br /&gt;
 Lowers the fabricating cost of items by 25%.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Heart of the Cards'''}}&lt;br /&gt;
| [[Arcade#Adventure|Adventure (Arcade)]]&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;The possessor of this unique relic has the ability to summon the &amp;quot;Heart of the Cards&amp;quot; in any card game. This, according to legend, will provide them with the exact card(s) they require to win the game.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +1% Damage Factor (Tower) for each unlocked trading card.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''W.I.N.C.E. Plushie'''}}&lt;br /&gt;
| Have {{Module|Ultimate|size=30px}} '''W.I.N.C.E''' equipped, have 0 offensive(red) modules equipped, and complete [[Chaos]] Impossible difficulty on Normal mode.&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Show your support for WootImNoob Innovations with this DELUXE, AUTHENTIC, DEFINITIVELY PERFECT, collector's edition miniature of the legendary pioneer of zero damage solutions.&amp;lt;p&amp;gt;Warning: do not eat. If gets in eyes, wash thoroughly with water. Conatins 40% recycled polyesters. Handwash only. Potentially hazardous - handle with care. Not for resale.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 WootImNoob Collector's Edition Plushie&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Pumpkin'''}}&lt;br /&gt;
| Reward of the [[Halloween|Halloween]] event (Oct. 1st to Oct. 31st 2023)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;This object instills fear in mortals! We can use it to get some extra treats.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Book of Cubimas'''}}&lt;br /&gt;
| Reward of the [[Christmas|Christmas]] event (Dec. 1st to Jan. 1st, 2022)&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Dr. Frostical used this book to measure the success of Cubimas.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 +5% Resource drops.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Celestial Tokens'''}}&lt;br /&gt;
| Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Pulse Laser&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Forged somewhere in the depths of space by an unknown civilization probably centuries ago. It's cool though that they fit in modern arcade machine coin slots.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Arcade token reward amount x2&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Some Kinda Laser Thingie'''}}&lt;br /&gt;
| Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Laser&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Found drifting amidst the vast expanse of space. The allure to unleash its powers is undeniably strong.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Improves the strength of the 'Spiked Tokens' exotic skill.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Antimatter Die'''}}&lt;br /&gt;
| Beat [[Arcade#Perfect_Space|Arcade Perfect Space]] with Plasma Cannon&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Rolling this particular die turns out to be quite difficult as you need an anti-table to prevent planetary-scale matter annihilation.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Increases luck factor of all arcade games by 50%.&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Google's Treasure Bag'''}}&lt;br /&gt;
| [[Arcade#Adventure|Adventure (Arcade)]]&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Named after its tamer, Google, this friendly mimic masquerades as a treasure bag. Unlike its deceptive kin, it warmly guides adventurers to wealth, infusing their journey with a playful mischief that enriches every step.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 A must take on any adventure! (increases the chance of finding tokens and skillpoints as well as the amount of tokens)&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Una's Replicator'''}}&lt;br /&gt;
| Una's clue #1 &amp;lt;spoiler&amp;gt;''Maybe y'all should go touch grass......... in the game.''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Una's clue #2 &amp;lt;spoiler&amp;gt;''I think you're way overthinking it. If someone tells you to go touch grass, where are you going?''&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Location: &amp;lt;spoiler&amp;gt;[[Town]]&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
Unlock: &amp;lt;spoiler&amp;gt;[[Town]] level 1000. (10% chance to appear?)&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
| ''Flavor''&amp;lt;blockquote&amp;gt;Una's replicator, a marvel of ancient craftsmanship, is named in honor of its creator, Una. This intricate device is capable of converting the town's hard-earned XP into valuable skillpoints.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 Gains up to 1000 extra skillpoints using excess [[Town]] XP. (XP needed per SP: n&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;*1000, where n from 1 to 1000)&lt;br /&gt;
|-&lt;br /&gt;
| {{Nowrap|'''Nar's Tubular Test Tube'''}}&lt;br /&gt;
| (WIP)&lt;br /&gt;
| (WIP)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
#Artifacts from Regions: When searching for these artifacts, set your resolution to highest possible and close all side tabs (Skills and Modules) or else the artifact's location may be obscured&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3427</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Arcade&amp;diff=3427"/>
		<updated>2024-04-10T18:18:44Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Upgrades: */ revamped the upgrades section of perfect space.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=4|ConversionRate=25000|Image=Arcade.png|Color=Pink|ColorCode=#CD0064}}&lt;br /&gt;
[[File: Pink resource.png|left]]&lt;br /&gt;
The '''Arcade''' is a building where you can play a small collection of arcade games.&lt;br /&gt;
&lt;br /&gt;
Playing the games will earn you tokens which you can turn in for prizes.&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
=Upgrades=&lt;br /&gt;
The Arcade has 4 levels, each unlocking a new minigame as follows:&lt;br /&gt;
&lt;br /&gt;
Level 1 unlocks [[#Lucky Wheel|Lucky Wheel]]&lt;br /&gt;
&lt;br /&gt;
Level 2 unlocks [[#Jumble|Jumble]]&lt;br /&gt;
&lt;br /&gt;
Level 3 unlocks [[#Adventure|Adventure]]&lt;br /&gt;
&lt;br /&gt;
Level 4 unlocks [[#Perfect Space|Perfect Space]]&lt;br /&gt;
&lt;br /&gt;
=Games=&lt;br /&gt;
&lt;br /&gt;
==Lucky Wheel==&lt;br /&gt;
[[File:ArcadeLuckyWheel.png|thumb]]&lt;br /&gt;
Spin a wheel to receive whatever it lands on!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount&lt;br /&gt;
|-&lt;br /&gt;
|Small resources || ∞ &lt;br /&gt;
|-&lt;br /&gt;
|Medium resources || ∞ &lt;br /&gt;
|-&lt;br /&gt;
|Large resources || ∞ &lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints || up to 100&lt;br /&gt;
|-&lt;br /&gt;
|Artifact || none can be earned for now&lt;br /&gt;
|-&lt;br /&gt;
|Cards || 15 cards, 6 tiers of each&lt;br /&gt;
|-&lt;br /&gt;
|Modules || 6 modules &lt;br /&gt;
|-&lt;br /&gt;
|Tokens || ∞ &lt;br /&gt;
|-&lt;br /&gt;
|Gems || ∞ &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
* {{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Refined Armor]]&lt;br /&gt;
* {{Module|Utility|size=30px}} [[Modules#List_of_Modules|Energy Recycling]]&lt;br /&gt;
* {{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Strike Back]]&lt;br /&gt;
* {{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Desperado]]&lt;br /&gt;
* {{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Death Wish]]&lt;br /&gt;
* {{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Redirect]]&lt;br /&gt;
&lt;br /&gt;
==Jumble==&lt;br /&gt;
[[File:ArcadeJumble.png|thumb]]&lt;br /&gt;
Wager resources to match tiles in rows and earn rewards. The higher the wager, the higher the likelihood of reward tiles appearing.&lt;br /&gt;
&lt;br /&gt;
Jumble can be frustrating to many players because of the seeming randomness of the minigame. However there are a few factors that can make the gamble easier and less stressful.&lt;br /&gt;
&lt;br /&gt;
On starting a New Game, the board is covered by an orbiting circle of randomized icons that cycle through potential tiles. When the player clicks the 'stop' button the first time, the board will draw every 5th icon and place them from the bottom to the top in the left-most column. On the second click, it will draw every 4th icon, then 3rd, 2nd, and finally all 5 remaining tiles. This means that watching the last icon in the circle will reliably allow a player to place their desired tile on the top row of the board.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
* {{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Void]]&lt;br /&gt;
* {{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Fracture]]&lt;br /&gt;
* {{Module|Ultimate|size=30px}} [[Modules#List_of_Modules|Power of the Cat]]&lt;br /&gt;
* {{Module|Utility|size=30px}} [[Modules#List_of_Modules|Neutral Response]]&lt;br /&gt;
* {{Module|Special|size=30px}} [[Modules#List_of_Modules|Reboot]]&lt;br /&gt;
&lt;br /&gt;
==Adventure==&lt;br /&gt;
[[File:ArcadeAdventure.png|thumb]]&lt;br /&gt;
Explore in a randomly generated 256x256 dungeon, killing enemies and opening chests for rewards.&lt;br /&gt;
&lt;br /&gt;
===Stats===&lt;br /&gt;
'''Heart(HP)''': Your health. If it reaches 0, you die and have to start a new game.&lt;br /&gt;
&lt;br /&gt;
'''Sword(Attack)''': Base damage done per attack.&lt;br /&gt;
&lt;br /&gt;
'''Shield(Defense)''': Reduces damage taken when being attacked.&lt;br /&gt;
&lt;br /&gt;
'''Key''': Used for opening gates.&lt;br /&gt;
&lt;br /&gt;
'''Bomb''': Can be placed to deal damage or break rocks. Explodes in 3 turns.&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Items are found in chests. They usually require you to reach a certain distance to obtain.&lt;br /&gt;
&lt;br /&gt;
'''Map''':&lt;br /&gt;
&lt;br /&gt;
'''Compass''': Points to the starting room.&lt;br /&gt;
&lt;br /&gt;
'''Boots''': Reduces action cooldown.&lt;br /&gt;
&lt;br /&gt;
'''Eod Armor''': Bombs no longer damage you.&lt;br /&gt;
&lt;br /&gt;
'''Golden Heart''': +1 Heart per Chest (per Golden Heart).&lt;br /&gt;
&lt;br /&gt;
'''Ultra Key''': Unlimited Key.&lt;br /&gt;
&lt;br /&gt;
===Cheats===&lt;br /&gt;
Where you can increase your stats and unlock QoL features with arcade tokens.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name!!Cost!!Limit&lt;br /&gt;
|-&lt;br /&gt;
|Hearts +1 || 5 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; || 99&lt;br /&gt;
|-&lt;br /&gt;
|Armor +1 || 100 * 3.5&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; || 50&lt;br /&gt;
|-&lt;br /&gt;
|Key +1 || 20 * 1.2&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; || 99&lt;br /&gt;
|-&lt;br /&gt;
|Bombs +3 || 60 * 1.4&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; || 99&lt;br /&gt;
|-&lt;br /&gt;
|Loot Table || 100 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rewards===&lt;br /&gt;
You can see a list of rewards possible in the Loot Table tab, once unlocked.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Reward type!!Reward amount!!Min. distance to drop&lt;br /&gt;
|-&lt;br /&gt;
|Resources || 23000 per color || 2&lt;br /&gt;
|-&lt;br /&gt;
|Tokens || ∞ || 1&lt;br /&gt;
|-&lt;br /&gt;
|Gems || 100 || 10&lt;br /&gt;
|-&lt;br /&gt;
|Emeralds || 3(6) || ?&lt;br /&gt;
|-&lt;br /&gt;
|Skillpoints || 1000 || 5&lt;br /&gt;
|-&lt;br /&gt;
|Artifact || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
|Sword || varies || varies&lt;br /&gt;
|-&lt;br /&gt;
|Armor || varies || varies&lt;br /&gt;
|-&lt;br /&gt;
|Bombs || up to 99 || 2&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Not From This World) || 6*5 || 10&lt;br /&gt;
|-&lt;br /&gt;
|Cards(It's Dangerous to Go Alone) || 6*5 || 20&lt;br /&gt;
|-&lt;br /&gt;
|Cards(The Mighty Five) || 6*4 || 30&lt;br /&gt;
|-&lt;br /&gt;
|Cards(Boss 5) || 6 || 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also, a card that hasn't been dropped ever will have its drop chance increased.&lt;br /&gt;
&lt;br /&gt;
Skillpoints drop in groups of 200, the last one drops at distance 100&lt;br /&gt;
&lt;br /&gt;
Here is a list of max armor/sword obtainable from a certain distance.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Distance!!Max. Armor!!Max Sword&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0 || 2&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0 || 7&lt;br /&gt;
|-&lt;br /&gt;
|5 || 1 || 7&lt;br /&gt;
|-&lt;br /&gt;
|10? || 7? || 10?&lt;br /&gt;
|-&lt;br /&gt;
|15? || 15 || 17&lt;br /&gt;
|-&lt;br /&gt;
|40 || 30 || 39&lt;br /&gt;
|-&lt;br /&gt;
|100 || 48 || 50&lt;br /&gt;
|-&lt;br /&gt;
|130 || ? || ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical===&lt;br /&gt;
====Enemy Stats====&lt;br /&gt;
'''Enemy Count''': &amp;lt;code&amp;gt;round(d*0.1+3)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Health''': &amp;lt;code&amp;gt;round(d*0.38+1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Armor''': &amp;lt;code&amp;gt;round(d*0.08)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Enemy Attack''': &amp;lt;code&amp;gt;ceil(d*0.39), capped at 99&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All rounding would [https://en.wikipedia.org/wiki/Rounding#Round_half_to_even round half to even].&lt;br /&gt;
&lt;br /&gt;
====Order of Operation====&lt;br /&gt;
1. Player action&lt;br /&gt;
&lt;br /&gt;
This includes moving (&amp;lt;kbd&amp;gt;WASD&amp;lt;/kbd&amp;gt;), waiting (&amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt;) or placing bombs (&amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Moving towards an enemy/gate would not move the player, instead the player would attack enemy/open the gate.&lt;br /&gt;
&lt;br /&gt;
Moving outside a room would move the player to the next room, and respawn all enemies in the room.&lt;br /&gt;
&lt;br /&gt;
Moving towards a wall/rock has no effect.&lt;br /&gt;
&lt;br /&gt;
2. Bombs&lt;br /&gt;
&lt;br /&gt;
All bombs will have their explosion cooldown reduced by 1, and if it reach 0, the bomb explodes.&lt;br /&gt;
&lt;br /&gt;
Explosion will deal [dmg] damage to the enemy on it, and [dmg]*(2/3) damage to the enemies on adjacent 4 tiles, where [dmg] is your damage. This ignores armor.&lt;br /&gt;
&lt;br /&gt;
Explosion will also damage yourself without the Eod Armor, using the same formula.&lt;br /&gt;
&lt;br /&gt;
3. Enemy action&lt;br /&gt;
&lt;br /&gt;
All enemies will try to move towards you following the shortest path, and enemies adjacent to you will attack you.&lt;br /&gt;
&lt;br /&gt;
Enemies won't stack, so if an enemy try to move to a tile already with an enemy, nothing will happen.&lt;br /&gt;
&lt;br /&gt;
Enemy moving order is (probably) based on the order they are spawned(and effectively a random order).&lt;br /&gt;
&lt;br /&gt;
====Maze Generation====&lt;br /&gt;
The game first set all primary tiles(tiles with both coordinate even when using the center as the origin) to empty tiles. Room doors(the midpoint of each edge) is also set to empty to provide a way to enter new rooms&lt;br /&gt;
&lt;br /&gt;
Then, the game uses the [https://en.wikipedia.org/wiki/Maze_generation_algorithm recursive backtracker algorithm] to generate the maze of the primary tiles.&lt;br /&gt;
&lt;br /&gt;
Finally, the game spawn chests and enemies. Chests may spawn on any primary tile that's next to three walls(aka on dead ends), and a gate/rock may spawn next to it. Enemies can spawn on any primary tiles whose Manhattan distance(ignores walls) to the nearest room door is no less than 5.&lt;br /&gt;
&lt;br /&gt;
Note that due to order of operation, enemies will move right after you enter a new room and spawn them.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
* {{Module|Special|size=30px}} [[Modules#List_of_Modules|Rak's Curse]]&lt;br /&gt;
&lt;br /&gt;
==Perfect Space==&lt;br /&gt;
[[File:PerfectSpace.png|thumb]]&lt;br /&gt;
'''To access it: Upgrade the arcade in the construction firm to tier IV(4)'''&lt;br /&gt;
&lt;br /&gt;
(this section is mostly outdated because perfect space was reworked. please update this)&lt;br /&gt;
&lt;br /&gt;
A space shooter game, where shooting asteroids and enemies increases score and grants experience.&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
Default keybinds:&lt;br /&gt;
* &amp;lt;kbd&amp;gt;A&amp;lt;/kbd&amp;gt; or &amp;lt;kbd&amp;gt;D&amp;lt;/kbd&amp;gt; : Move Left or Right&lt;br /&gt;
* &amp;lt;kbd&amp;gt;Space&amp;lt;/kbd&amp;gt; : Shoot/Fire (can be held down)&lt;br /&gt;
* &amp;lt;kbd&amp;gt;E&amp;lt;/kbd&amp;gt; : Toggle Autofire&lt;br /&gt;
* &amp;lt;kbd&amp;gt;Q&amp;lt;/kbd&amp;gt; : Use Pilot Ability&lt;br /&gt;
* &amp;lt;kbd&amp;gt;W&amp;lt;/kbd&amp;gt; : Use Ship Ability&lt;br /&gt;
* &amp;lt;kbd&amp;gt;S&amp;lt;/kbd&amp;gt; : Toggle Upgrade Menu&lt;br /&gt;
* &amp;lt;kbd&amp;gt;Esc&amp;lt;/kbd&amp;gt; : Toggle Pause&lt;br /&gt;
&lt;br /&gt;
Keybinds may be changed via Settings &amp;gt; Controls &amp;gt; Arcade.&lt;br /&gt;
&lt;br /&gt;
===Spaceships===&lt;br /&gt;
[[File:PerfectSpaceShips.png|thumb]]&lt;br /&gt;
There are 3 different spaceships you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Spaceship !! Unlock Condition !! Stats !! Ability !! Effect&lt;br /&gt;
|-&lt;br /&gt;
| Dragonfly || N/A (Starter Ship) || {{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}} || Cloaking || Can't be targeted and receives less damage.&lt;br /&gt;
|-&lt;br /&gt;
| Juggernaut || Beat Boss with Dragonfly, or unlock for 5000 Tokens || {{Nowrap|HP &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}} || Impulse Engines || Movement speed and power are temporarily increased.&lt;br /&gt;
|-&lt;br /&gt;
| Reaper || Beat Boss with Juggernaut, or unlock for 5000 Tokens || {{Nowrap|HP &amp;amp;#9733;}} || Adaptive Armor || Armor and health regeneration are temporarily increased.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Spaceship influences your base stats, namely Hitpoints.&lt;br /&gt;
&lt;br /&gt;
===Weapons===&lt;br /&gt;
For every Spaceship there are 3 unique weapons to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Spaceship !! Weapon !! Unlock Condition !! Type !! Stats !! Effect&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Dragonfly&lt;br /&gt;
| Railgun&lt;br /&gt;
| N/A (Starter Weapon)&lt;br /&gt;
| Ballistic&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Unleash devastating kinetic projectiles piercing through multiple targets and abosrbing health.&lt;br /&gt;
|-&lt;br /&gt;
| Pulse Laser&lt;br /&gt;
| Beat Boss with Railgun, or unlock for 10000 Tokens&lt;br /&gt;
| Energy&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| A rapid-firing energy weapon capable of absorbing energy and stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
| Rocket Launcher&lt;br /&gt;
| Beat Boss with Pulse Laser, or unlock for 20000 Tokens&lt;br /&gt;
| Special&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Unleash explosive devastation with swift missiles, obliterating multiple targets.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Juggernaut&lt;br /&gt;
| Double Cannon&lt;br /&gt;
| N/A (Starter Weapon)&lt;br /&gt;
| Ballistic&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Dual-wield high-velocity cannons for relentless piercing shots, capable of stunning enemies.&lt;br /&gt;
|-&lt;br /&gt;
| Laser&lt;br /&gt;
| Beat Boss with Double Cannon, or unlock for 10000 Tokens&lt;br /&gt;
| Energy&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733;}}&lt;br /&gt;
| Swift and focused beam of energy, delivering continuous damage that can absorb energy and has a chance to stun enemies.&lt;br /&gt;
|-&lt;br /&gt;
| Drones&lt;br /&gt;
| Beat Boss with Laser, or unlock for 20000 Tokens&lt;br /&gt;
| Special&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Deploy autonomous drones aiding in combat with additional firepower and explosive abilities.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Reaper&lt;br /&gt;
| Gatling Gun&lt;br /&gt;
| N/A (Starter Weapon)&lt;br /&gt;
| Ballistic&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Unleash a relentless ball of piercing bullets with high rate of fire and a chance to multishot.&lt;br /&gt;
|-&lt;br /&gt;
| Plasma Cannon&lt;br /&gt;
| Beat Boss with Gatling Gun, or unlock for 10000 Tokens&lt;br /&gt;
| Energy&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Fire fast and powerful plasma projectiles, capable of absorbing energy and exploding on impact.&lt;br /&gt;
|-&lt;br /&gt;
| Gauss Cannon&lt;br /&gt;
| Beat Boss with Plasma Cannon, or unlock for 20000 Tokens&lt;br /&gt;
| Special&lt;br /&gt;
| {{Nowrap|POW &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&amp;lt;br /&amp;gt;{{Nowrap|SPD &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733; &amp;amp;#9733;}}&lt;br /&gt;
| Unleash electromagnetic projectiles, capable of piercing enemies and causing explosive devastation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Your choice of Weapon influences both stats: Power, and Speed.&lt;br /&gt;
&lt;br /&gt;
===Pilots===&lt;br /&gt;
[[File:PerfectSpacePilots.png|thumb]]&lt;br /&gt;
There are 3 different Pilots you can choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pilot !! Unlock Condition !! Weapon Passive !! Ability !! Effect&lt;br /&gt;
|-&lt;br /&gt;
| Captain || N/A (Starter Pilot) || Bonus to Ballistic || Shotgun || Overloads and fires the ship's weapon in a half circle.&lt;br /&gt;
|-&lt;br /&gt;
| Mechanic || Beat Boss with Captain, or unlock for 10000 Tokens || Bonus to Energy || Shield || Creates a shield around the ship. (Absorbs damage)&lt;br /&gt;
|-&lt;br /&gt;
| Securbot || Beat Boss with Mechanic, or unlock for 10000 Tokens || Bonus to  Special || Overdrive || Increases ship's stats temporarily.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may use any Pilot with any Spaceship.&lt;br /&gt;
&lt;br /&gt;
===Upgrades:=== &lt;br /&gt;
[[File:PerfectSpaceUpgrades.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
The upgrades menu is split into 4 sections:&lt;br /&gt;
* '''Ship''', which includes 5 upgrades.&lt;br /&gt;
* '''Pilot''' - 3 upgrades.&lt;br /&gt;
* '''Weapon''' - also 3 upgrades.&lt;br /&gt;
* '''Abilities''' - 5 upgrades, more about them below this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''Ship''' category consists of 3 upgrades which are the same for each ship, weapon and pilot combo:&lt;br /&gt;
* '''Max. Health''' - Increases the ship's maximum hitpoints.&lt;br /&gt;
* '''Health Regeneration''' - Increases the ship's hitpoint regeneration.&lt;br /&gt;
* '''Mobility''' - Increases the ship's mobility.&lt;br /&gt;
The other 2 upgrades depend on the ship:&lt;br /&gt;
* For '''Dragonfly''' these upgrades are:&lt;br /&gt;
** '''Cloaking: Damage Reduction''' - Dragonfly takes less damage while cloaked.&lt;br /&gt;
** '''Cloaking: Duration''' - Increases Dragonfly's cloaking duration.&lt;br /&gt;
* For '''Juggernaut:'''&lt;br /&gt;
** '''Impulse Engines: Duration''' - Increases the duration of impulse engines.&lt;br /&gt;
** '''Impulse Engines: Cooldown''' - Reduces the cooldown of impulse engines.&lt;br /&gt;
* For '''Reaper:'''&lt;br /&gt;
** '''Adaptive Armor: Armor''' - Increases the armor received from adaptive armor.&lt;br /&gt;
** '''Adaptive Armor: Cooldown''' - Decreases the cooldown of adaptive armor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Pilot''' section depend only on what pilot you're using (obviously):&lt;br /&gt;
* With '''Captain''' the upgrades are:&lt;br /&gt;
** '''Shotgun: Projectiles''' - Increases the amount of projectiles on use.&lt;br /&gt;
** '''Shotgun: Power''' - Increases power converted to shotgun power.&lt;br /&gt;
** '''Shotgun: Cooldown''' - Reduces the cooldown of shotgun.&lt;br /&gt;
* With '''Mechanic:'''&lt;br /&gt;
** '''Shield: Amount''' - Increases the shield's size.&lt;br /&gt;
** '''Shield: Armor''' - Increases the ship's armor for a few seconds after skill activation.&lt;br /&gt;
** '''Shield: Cooldown''' - Reduces the cooldown of shield.&lt;br /&gt;
* With '''Securbot:'''&lt;br /&gt;
** '''Overdrive: Offensive''' - Increases the boost of overdrive for offensive ship stats.&lt;br /&gt;
** '''Overdrive: Defensive''' - Increases the boost of overdrive for defensive ship stats.&lt;br /&gt;
** '''Overdrive: Cooldown''' - Reduces the cooldown of overdrive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upgrades in the '''Weapon''' section depend on your selected weapon:&lt;br /&gt;
* All weapons have a '''Power''' upgrade, which increases their damage.&lt;br /&gt;
* Per-weapon upgrades, besides '''Power:'''&lt;br /&gt;
** '''Railgun:'''&lt;br /&gt;
*** '''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
** '''Pulse Laser:'''&lt;br /&gt;
*** '''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
** '''Rocket Launcher:'''&lt;br /&gt;
*** '''Explosion Damage''' - Increases how much power is converted to explosion damage.&lt;br /&gt;
*** '''Ammunition Regeneration''' - Reduces the time needed to generate new ammunition.&lt;br /&gt;
** '''Double Cannon:'''&lt;br /&gt;
*** '''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
** '''Laser:'''&lt;br /&gt;
*** '''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
*** '''Energy Consumption''' - Reduces the amount of energy needed to fire the weapon.&lt;br /&gt;
** '''Drones:'''&lt;br /&gt;
*** '''Drone Regeneration''' - Increases how fast new drones are produced.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
** '''Gatling Gun:'''&lt;br /&gt;
*** '''Projectile Size''' - Increases the projectiles' size.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
** '''Plasma Cannon:'''&lt;br /&gt;
*** '''Energy Regeneration''' - Increases the weapon's energy regeneration.&lt;br /&gt;
*** '''Energy Regeneration Cooldown''' - Reduces the time needed before energy regeneration starts.&lt;br /&gt;
** '''Gauss Cannon:'''&lt;br /&gt;
*** '''Ammunition+''' - Increases the maximum ammunition.&lt;br /&gt;
*** '''Weapon Cooldown''' - Decreases weapon fire cooldown.&lt;br /&gt;
&lt;br /&gt;
===Abilities:=== &lt;br /&gt;
Abilities depend on (1) the spaceship you are using&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Ship''' !! Level 25&amp;lt;br/ &amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
| Dragonfly || Reactive&lt;br /&gt;
|-&lt;br /&gt;
| Juggernaut || Vampiric Maneuvers&lt;br /&gt;
|-&lt;br /&gt;
| Reaper || Distortion Field&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(2) the pilot&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pilot !! Level 20&amp;lt;br /&amp;gt;Ability !! Level 30&amp;lt;br /&amp;gt; Ability &lt;br /&gt;
|-&lt;br /&gt;
| Captain || Shotgun : No Cooldown || Marksmanship&lt;br /&gt;
|-&lt;br /&gt;
| Mechanic || Regenerative Hull || Electronics&lt;br /&gt;
|-&lt;br /&gt;
| Securbot || Overloaded || Engineering&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
and (3) the type of weapon&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Weapon !! Level 5&amp;lt;br /&amp;gt;Ability !! Level 10&amp;lt;br /&amp;gt;Ability !! Level 15&amp;lt;br /&amp;gt;Ability&lt;br /&gt;
|-&lt;br /&gt;
| Railgun (Dragonfly Ballistic) || Piercing || NA || Kinetic Converter&lt;br /&gt;
|-&lt;br /&gt;
| Pulse Laser (Dragonfly Energy) || Energy Siphon || Stun Chance || NA&lt;br /&gt;
|-&lt;br /&gt;
| Rocket Launcher (Dragonfly Special) || Free Ammunition || Volatile Payload || NA&lt;br /&gt;
|-&lt;br /&gt;
| Double Cannon (Juggernaut Ballistic) || Piercing || Stun Chance || NA&lt;br /&gt;
|-&lt;br /&gt;
| Laser (Juggernaut Energy) || Energy Siphon || Stun Chance || NA&lt;br /&gt;
|-&lt;br /&gt;
| Drones (Juggernaut Special) || NA || Explosive Drones || Rocket Drones&lt;br /&gt;
|-&lt;br /&gt;
| Gatling Gun (Reaper Ballistic) || Piercing || NA || Multishot&lt;br /&gt;
|-&lt;br /&gt;
| Plasma Cannon (Reaper Energy) || Energy Siphon || Volatile Payload || NA&lt;br /&gt;
|-&lt;br /&gt;
| Gauss Cannon (Reaper Special) || Piercing || NA || Explosive Ammunition&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Due to their strength it is recommended to unlock abilities as soon as unlocked.&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
&lt;br /&gt;
* {{Module|Offensive|size=30px}} [[Modules#List_of_Modules|Immolation]]&lt;br /&gt;
* {{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Aura Enhancement]]&lt;br /&gt;
* {{Module|Utility|size=30px}} [[Modules#List_of_Modules|Tactical Maneuver]]&lt;br /&gt;
* {{Module|Defensive|size=30px}} [[Modules#List_of_Modules|Defense Overload]]&lt;br /&gt;
* {{Module|Utility|size=30px}} [[Modules#List_of_Modules|Cooling Cell]]&lt;br /&gt;
* {{Module|Special|size=30px}} [[Modules#List_of_Modules|Borf]]&lt;br /&gt;
* {{Module|Legendary|size=30px}} [[Modules#List_of_Modules|Daigoparry]]&lt;br /&gt;
&lt;br /&gt;
'''[[Modules#List_of_Modules|Daigoparry]] is an easter egg module and is not required in order to beat the game.''' &lt;br /&gt;
&amp;lt;spoiler&amp;gt;Requires beating Perfect Space without losing health(can lose shield).&amp;lt;/spoiler&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Cards=&lt;br /&gt;
Cards allow you to gain bonus skillpoints. Each tier gives 1,2,3,5,8,13 more Sp, for a total of 32(note that common gives 1 and divine gives 13 in the list to the left).&lt;br /&gt;
There are currently 55 unique cards, and 11 categories they are displayed in, each with 6 tiers (common, uncommon, rare, epic, legendary, divine).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Card category!!Cards in category!!Where to find them&lt;br /&gt;
|-&lt;br /&gt;
|The Mighty Five || Cylindro, Pyramidas, Cubos Jr., Dodecai, Boss 5 || Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Source Of Power || Defensive, Offensive, Utility, Ultimate, Special || Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|The Journey Begins || Forest, Desert, Winter, Underground, Volcano || Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|Highest Peak To Deepest Trench || High Mountain, Jungle, Metallic Ruins, Beach, Ocean || Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Not From This World || Neutral, Dark Realm, Heaven, Universe, Chaos ||  Adventure&lt;br /&gt;
|-&lt;br /&gt;
|The Fundamentals || Fire, Water, Earth, Nature, Air || Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Advanced Alchemy || Neutral, Light, Darkness, Electricity, Universal || Jumble&lt;br /&gt;
|-&lt;br /&gt;
|Shapes Of Evil || Tank, Archer, Wizard, Assassin, Boss ||  Lucky Wheel&lt;br /&gt;
|-&lt;br /&gt;
|It's Dangerous To Go Alone || Heart, Armor, Sword, Bomb, Boots || Adventure&lt;br /&gt;
|-&lt;br /&gt;
|Fire Some Kinda Laser Thingie At Them || Dragonfly, Juggernaut, Reaper, Drone, Laser Shooter || Perfect Space&lt;br /&gt;
|-&lt;br /&gt;
|They're Not Your Crew Anymore || Captain, Mechanic, Securbot, Alien, Computer || Perfect Space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Skills=&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Gambler's Luck''' - Raises the chance to revive '''unique rewards'''.&lt;br /&gt;
*'''Foretelling''' - Raises the '''luck factor''' for all minigames to the power of '''1.1'''.&lt;br /&gt;
*'''Determination''' - Increase the '''luck factor''' in '''Adventure''' based on '''rooms cleared''' and '''distance''' to the starting room.&lt;br /&gt;
*'''Extended Possibilities''' - Adds the top and the bottom rows of '''Jumble''' to the rows that are checked for potential reward combinations.&lt;br /&gt;
*'''Fate Forging''' - Unlocks the ability to '''manually refresh the rewards''' of the '''Lucky Wheel'''&lt;br /&gt;
*'''High Stakes''' - increases the amount of '''tokens''' gained from minigames.&lt;br /&gt;
&lt;br /&gt;
=Exotic skills=&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Metallic Tokens''' ({{Number|15|icon=[[File:Exotic gem.png|20px]]}}) - Increases your tower's '''armor''' and '''elemental armor''' by using the metallic properties of your '''tokens'''.&lt;br /&gt;
*'''Spiked Tokens''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Enhances the projectiles of your tower with pointy '''tokens''' which in turn increase the total '''damage''' output.&lt;br /&gt;
*'''Charged Tokens''' ({{Number|50|icon=[[File:Exotic gem.png|20px]]}}) - Charges your '''tokens''' and directs them to your tower to increase it's '''energy''' and '''energy regeneration'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Gems&amp;diff=3426</id>
		<title>Experiment: Gems</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Gems&amp;diff=3426"/>
		<updated>2024-04-10T17:21:53Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Prestige Upgrades */ turns out prestige resets left-hand side upgrades?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GemExperiment.png|thumb|The Gem Experiment]]&lt;br /&gt;
[[File:Gem.png|left]]&lt;br /&gt;
The '''Gem experiment''' is one of 12 experiments in the [[laboratory]], available at laboratory tier 6.&lt;br /&gt;
&lt;br /&gt;
The goal of the Gem Experiment is to fill the board with [[gems]], in order to obtain dust.&lt;br /&gt;
{{Clear|left}}&lt;br /&gt;
==Mechanic==&lt;br /&gt;
Clicking a tile rolls the tiles around the central tile in a + formation (Max is 5 tiles) into random icons. Roll time varies, from 1 second to 15 seconds. Each time you complete the board, the symbols will be randomized, and a stack indicator on the left will fill up.&lt;br /&gt;
&lt;br /&gt;
You must complete the gem board 9 times in order to receive 1 stack.&lt;br /&gt;
&lt;br /&gt;
With stacks, they can be ground into dust. The amount of dust earned per stack is equal to the &amp;lt;code&amp;gt;grinding duration&amp;lt;/code&amp;gt; * &amp;lt;code&amp;gt;dust per second&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Gem Grid Upgrades===&lt;br /&gt;
&lt;br /&gt;
* '''Lock chance''': Chance to not re-roll a tile if the icon is a gem. Does not work on the tile being clicked, as in clicking a gem tile always re-rolls the tile.&lt;br /&gt;
* '''Gem chance''': Chance for a tile to end up being a gem.&lt;br /&gt;
&lt;br /&gt;
===Gem Grinder Upgrades===&lt;br /&gt;
&lt;br /&gt;
* '''Instant complete chance''': (left side) Chance that a new grid will instantly entirely into gems. (This value slightly increases the more unused stacks you own.)&lt;br /&gt;
* '''Don't consume stack chance''': (right side) Chance that a processed stack will not be consumed, allowing you effectively to grind it a second time.&lt;br /&gt;
&lt;br /&gt;
==Prestige Upgrades==&lt;br /&gt;
&lt;br /&gt;
* '''Improvement''': Reduces the waiting time between layers by 0.1 sec (max. 9 levels)&lt;br /&gt;
* '''Improvement''': Increases the total grinding time by 1 second for each level of the right hand side grinder upgrade. (max. 30 levels)&lt;br /&gt;
* '''Improvement''': Increases the dust produced per second by 0.5 second per level of the right hand side grinder upgrade. (max. 30 levels)&lt;br /&gt;
* '''Improvement''': Increase the starting level of all upgrades by 1 without increasing the price scaling. (max. 30 levels)&lt;br /&gt;
&lt;br /&gt;
Whenever you prestige, the following effects take place:&lt;br /&gt;
* Gem grid will be reset (exotic skill disables this)&lt;br /&gt;
* Completed layers will be reset (exotic skill disables this)&lt;br /&gt;
* Stacks will be reset (exotic skill disables this)&lt;br /&gt;
* Dust will be reset (exotic skill disables this)&lt;br /&gt;
* Base level for each upgrade will increase&lt;br /&gt;
&lt;br /&gt;
Another thing that the prestige does is it resets the upgrades on the left-hand side (i.e. lock chance and gem chance), although this is not specified anywhere. Exotic skill would disable this effect as well.&lt;br /&gt;
&lt;br /&gt;
==Rewards==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Requirement !! Reward&lt;br /&gt;
|-&lt;br /&gt;
! 1 Stack&lt;br /&gt;
| {{Module|Ultimate|size=30px}} Lucky Shot&lt;br /&gt;
|-&lt;br /&gt;
! 5 Stacks&lt;br /&gt;
| {{Module|Defensive|size=30px}} Phasing&lt;br /&gt;
|-&lt;br /&gt;
! 62.55M Gem Dust&lt;br /&gt;
| +2500% Shipyard: Gem Rewards&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Since it only matters to the player whether or not a particular tile is a gem and the grid has size 5x5, the grid can be seen as being in one of 2&amp;lt;sup&amp;gt;25&amp;lt;/sup&amp;gt;=33,554,432 distinguishable states. However, since any kind of rotation or reflection of the grid is ultimately inconsequential to a strategy for solving the experiment, any states that differ from each other merely by those means can be subsumed into one abstract state. This cuts down the size of the state space by almost a factor of 8 - 8 because an asymmetric grid has four rotations each in two reflections, almost because a few states are in some way symmetric and thus have less. The exact size of the state space after accounting for rotations and reflections is '''4,211,744''' (including the one goal state of full 25 gems) as determined by brute force search.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
{{Navbox experiments|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3382</id>
		<title>Experiment: Fire</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3382"/>
		<updated>2024-01-20T08:46:58Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: just a minor clarification of a prestige formula&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Fire.png|thumb|The Fire Experiment]]&lt;br /&gt;
[[File:Experiment Fire icon.png|left]]&lt;br /&gt;
The '''Fire experiment''' is one of 12 experiments in the [[laboratory]], available when the laboratory is first built.&lt;br /&gt;
&lt;br /&gt;
The goal of the fire experiment is to reach the maximum available temperature, while raising the temperature gauge.&lt;br /&gt;
{{Clear|left}}&lt;br /&gt;
==Mechanic==&lt;br /&gt;
Heaters increase temperature per tick. &lt;br /&gt;
&lt;br /&gt;
Tickers reduce the time per tick.&lt;br /&gt;
&lt;br /&gt;
Insulators reduce the percentage of temperature lost per minute.&lt;br /&gt;
&lt;br /&gt;
Upgrades of a higher tier produce upgrades of their previous tier.&lt;br /&gt;
&lt;br /&gt;
===Prestige===&lt;br /&gt;
Prestige resets the temperature, heaters, insulators, and tickers. You have to choose between 3 bonuses: Heaters, Insulators, Tickers. Choosing one of these bonuses will make every manual purchases increases its effect by 1%. Prestige also sets the maximum temperature to &amp;lt;code&amp;gt;1e6 * (level-1)&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;&amp;amp;deg;C. (assume 0^12 = 1)&lt;br /&gt;
&lt;br /&gt;
==Rewards==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Temperature!!Reward&lt;br /&gt;
|-&lt;br /&gt;
!100&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Taste&lt;br /&gt;
|-&lt;br /&gt;
!3,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Breath&lt;br /&gt;
|-&lt;br /&gt;
!75,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Combustion&lt;br /&gt;
|-&lt;br /&gt;
!950,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Defensive|size=30px}} Shield of Fire&lt;br /&gt;
|-&lt;br /&gt;
!5M&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Incineration&lt;br /&gt;
|-&lt;br /&gt;
!500*1.34&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire damage&lt;br /&gt;
|-&lt;br /&gt;
!750*1.8&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Navbox experiments|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3381</id>
		<title>Experiment: Fire</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Experiment:_Fire&amp;diff=3381"/>
		<updated>2024-01-20T08:44:35Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: Changed the prestige and rewards' formulas.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Fire.png|thumb|The Fire Experiment]]&lt;br /&gt;
[[File:Experiment Fire icon.png|left]]&lt;br /&gt;
The '''Fire experiment''' is one of 12 experiments in the [[laboratory]], available when the laboratory is first built.&lt;br /&gt;
&lt;br /&gt;
The goal of the fire experiment is to reach the maximum available temperature, while raising the temperature gauge.&lt;br /&gt;
{{Clear|left}}&lt;br /&gt;
==Mechanic==&lt;br /&gt;
Heaters increase temperature per tick. &lt;br /&gt;
&lt;br /&gt;
Tickers reduce the time per tick.&lt;br /&gt;
&lt;br /&gt;
Insulators reduce the percentage of temperature lost per minute.&lt;br /&gt;
&lt;br /&gt;
Upgrades of a higher tier produce upgrades of their previous tier.&lt;br /&gt;
&lt;br /&gt;
===Prestige===&lt;br /&gt;
Prestige resets the temperature, heaters, insulators, and tickers. You have to choose between 3 bonuses: Heaters, Insulators, Tickers. Choosing one of these bonuses will make every manual purchases increases its effect by 1%. Prestige also sets the maximum temperature to &amp;lt;code&amp;gt;1e6 * (level-1)&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;&amp;amp;deg;C.&lt;br /&gt;
&lt;br /&gt;
==Rewards==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Temperature!!Reward&lt;br /&gt;
|-&lt;br /&gt;
!100&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Taste&lt;br /&gt;
|-&lt;br /&gt;
!3,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Fire Breath&lt;br /&gt;
|-&lt;br /&gt;
!75,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Combustion&lt;br /&gt;
|-&lt;br /&gt;
!950,000&amp;amp;deg;C&lt;br /&gt;
|{{Module|Defensive|size=30px}} Shield of Fire&lt;br /&gt;
|-&lt;br /&gt;
!5M&amp;amp;deg;C&lt;br /&gt;
|{{Module|Offensive|size=30px}} Incineration&lt;br /&gt;
|-&lt;br /&gt;
!500*1.34&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire damage&lt;br /&gt;
|-&lt;br /&gt;
!750*1.8&amp;lt;sup&amp;gt;lvl&amp;lt;/sup&amp;gt; &amp;amp;deg;C&lt;br /&gt;
| +(lvl+1)% Fire resistance&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Navbox experiments|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Infinity&amp;diff=3374</id>
		<title>Infinity</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Infinity&amp;diff=3374"/>
		<updated>2024-01-14T08:57:41Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Infinity Perks */ Changed some perks (two didn't exist, two had a different effect, some which weren't marked are very useful IMO)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Spoiler warning|Infinity content}}&lt;br /&gt;
[[File:Infinity icon.png|60px]] '''Infinity''' is a phase of the game which opens up at [[Military Tier]] 12. Infinity begins when the player reaches [[Era]] 100B in endless mode on any difficulty of a given [[Regions|region]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Early Infinity=&lt;br /&gt;
&lt;br /&gt;
Upon first entering Infinity, and subsequently being obliterated by the overpowered enemies, you will obtain 2 new [[Modules]] that are vital to progression in Infinity phase, ''Infinity Foundation'' and ''Infinity Attack''. The former prevents your untimely demise to the hands of Infinity enemies, and the latter allows you to meaningfully damage them. Upon Tiering up, you will gain access to the Infinity Tab in the second floor of the Workshop, which just like Era, contains everything you need to start progressing through Infinity.&lt;br /&gt;
&lt;br /&gt;
==Infinity Enemies &amp;amp; Module Fragments==&lt;br /&gt;
[[File:Infinityanalysis.png|200px|thumb|The Analysis tab shows information about the new Infinity enemies.]]&lt;br /&gt;
[[File:Modulefragments.png|200px|thumb|The 4 types of module fragments.]]&lt;br /&gt;
For this section we should understand some new terminology, with information from the Analysis tab. All damage until now can be categorised as Era damage. This includes the damage we do as well as the damage we take. When you progress into Infinity 1, all newly spawned enemies will gain a staggering ''100QiD (1e50)'' resistance to Era damage, and deal Infinity damage, which without Infinity Foundation, will kill you instantly. Enemies get '''dramatically''' increased stats for each Infinity wave, on higher difficulties gain modifiers to make them even more tough, as well as '''mimicking''' your currently equipped modules! Enemies cannot mimic Special modules, but they can mimic any other module, including the new Infinity Tier modules! The number of modules that enemies can mimic is equal to ''1+Log10(Current Infinity)'', meaning every new digit in your current Infinity wave grants the enemies to mimic an additional module. However, killing Infinity enemies will grant you a new resource: '''Module Fragments'''. These are used all over the Infinity Workshop tab, so getting as many as you can is vital to your progress. There are 4 kinds of module fragments, each corresponding to the 4 main types of modules; Offensive, Defensive, Utility, and Ultimate.&lt;br /&gt;
&lt;br /&gt;
Because of how powerful your own modules are against you, the name of the game now is to make a blueprint that can handle your own modules, and actually kill Infinity enemies. Here are some helpful tips to get you started:&lt;br /&gt;
*'''Don't overthink things.''' Infinity enemies are not as strong as they appear to be. While they heavily resist Era damage, they are not ''immune'' to it, so if you get enough damage multipliers, you can still damage Infinity enemies with Era damage. Try out some new combinations of modules to see if you can break through their resistance.&lt;br /&gt;
*'''Try to limit your module usage.''' Since Infinity enemies can mimic any of your non-Special modules, modules that might seem harmless could actually become very dangerous in the hands of enemies, so make sure to think about what you add to your blueprint.&lt;br /&gt;
*'''Don't be afraid to be creative.''' Some specific modules might actually be beneficial for you if enemies copy it! Innovation is key to progressing here, so turning enemies' massive advantage against them is something to consider.&lt;br /&gt;
*And finally, '''Remember it is okay if you are constantly dying at the beginning.''' Much like Era, you'll need to redevelop your entire strategy to combat against the new enemies. Don't get frustrated over this. Dr. Cubical is rooting for you! If you're having trouble, don't be afraid to check out the official [https://discord.gg/fireswordstudios Discord] Server. People are very much willing to help you if you need it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed style=&amp;quot;text-align:center; background-color:#fff&amp;quot;&lt;br /&gt;
|+ Chart of bonuses enemies get with higher difficulties&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Element&amp;lt;/big&amp;gt;&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Medium&amp;lt;/big&amp;gt;&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Hard&amp;lt;/big&amp;gt;&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Insane&amp;lt;/big&amp;gt;&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Nightmare&amp;lt;/big&amp;gt;&lt;br /&gt;
! width=&amp;quot;200px&amp;quot; |&amp;lt;big&amp;gt;Impossible&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Neutral&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Neutral|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Fire&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Fire|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(75*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;(20*Inf.)^2.25&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;-90%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||20px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Water&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Water|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Earth&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Earth|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;2%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Air&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Air|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Nature&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Nature|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Light&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Light|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;(HP*1000)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Darkness&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Darkness|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Electricity&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Electricity|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(75*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;-25%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(75*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;(200*Inf.)^2.25&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;(20*Inf.)^2.25&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;nowrap&amp;quot; |&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Universal&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;{{Element|Universal|size=80px}}&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(10*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(HP*10)^1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;10%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(75*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt1.png||20px]] &amp;lt;code&amp;gt;(1*Inf.)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(HP*125)^1.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;2%&amp;lt;/code&amp;gt;&lt;br /&gt;
! style=&amp;quot;background-color:#f8f9fa&amp;quot; |&lt;br /&gt;
'''Energy:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(75*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Energy Regen.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;(2.5*Inf.)^1.5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Shield:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;(HP*1000)^1.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Module CD:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt2.png||25px]] &amp;lt;code&amp;gt;-60%&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Debuff Res.:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Infenemyt3.png||30px]] &amp;lt;code&amp;gt;2%&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Infinity Grid==&lt;br /&gt;
{{See also|Modules#Infinity}}&lt;br /&gt;
[[File:Infinitygridsection.png|200px|thumb|The starting section of the Infinity Grid.]]&lt;br /&gt;
&lt;br /&gt;
The Infinity Grid is where you unlock new Infinity Tier modules. Aside from ''Infinity Foundation'' and ''Infinity Attack'', which are unlocked immediately upon reaching Infinity 1 for the first time, these cost module fragments to unlock. Naturally, these modules are all very powerful, and can help you reach higher and higher Infinities, but be warned that Infinity enemies can mimic them as well.&lt;br /&gt;
&lt;br /&gt;
==Anvil==&lt;br /&gt;
&lt;br /&gt;
The Anvil is one of the main features of the Infinity Workshop. It provides a large number of boosts that are very helpful for progressing through Infinity, and can be accessed by clicking on the Anvil icon at the bottom right of any tab. Each node corresponds to a specific boost, and they can be activated and improved by spending your hard earned module fragments. The positions of the nodes change slowly, moving constantly, but their positions are universal for every player. You can only upgrade nodes in a circle that you can move around via your cursor or by the sliders on the left. Permanent upgrades are done by the hammer icon, and will permanently increase all bonuses in the selection circle. Locking is done via the lock icon, and will grant you a large boost on top of the permanent bonus, but will prevent upgrading until it is unlocked by either moving the circle or pressing the lock button again. '''Note: Locked bonuses will remain even if the node moves outside the circle afterwards.'''&lt;br /&gt;
[[File:Anvil.png|300px|thumb|The main Anvil menu. Permanent and Temporary bonuses are shown for the nodes in the circle.]]&lt;br /&gt;
There are 4 categories of bonuses. Fragments that are of a different type than the bonus are less effective at upgrading it, so prioritise the same type of fragment as the bonuses.&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Offensive Bonuses&lt;br /&gt;
|&lt;br /&gt;
* Damage Factor (Neutral)&lt;br /&gt;
* Damage Factor (Fire)&lt;br /&gt;
* Damage Factor (Water)&lt;br /&gt;
* Damage Factor (Earth)&lt;br /&gt;
* Damage Factor (Air)&lt;br /&gt;
* Damage Factor (Nature)&lt;br /&gt;
* Damage Factor (Light)&lt;br /&gt;
* Damage Factor (Darkness)&lt;br /&gt;
* Damage Factor (Electricity)&lt;br /&gt;
* Damage Factor (Universal)&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Defensive Bonuses&lt;br /&gt;
|&lt;br /&gt;
* Resistance (vs. Neutral)&lt;br /&gt;
* Resistance (vs. Fire)&lt;br /&gt;
* Resistance (vs. Water)&lt;br /&gt;
* Resistance (vs. Earth)&lt;br /&gt;
* Resistance (vs. Air)&lt;br /&gt;
* Resistance (vs. Nature)&lt;br /&gt;
* Resistance (vs. Light)&lt;br /&gt;
* Resistance (vs. Darkness)&lt;br /&gt;
* Resistance (vs. Electricity)&lt;br /&gt;
* Resistance (vs. Universal)&lt;br /&gt;
* Max. Health (Tower)&lt;br /&gt;
* Max. Shield (Tower)&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Utility Bonuses&lt;br /&gt;
|&lt;br /&gt;
* Resource Drops (Enemies)&lt;br /&gt;
* Cooldown (Active Modules)&lt;br /&gt;
* Tower Testing XP Factor&lt;br /&gt;
* Town XP Factor&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Ultimate Bonuses&lt;br /&gt;
|&lt;br /&gt;
* Damage Factor (Tower)&lt;br /&gt;
* Basic Resistance (Tower)&lt;br /&gt;
* Attack Range (Tower)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Progressing==&lt;br /&gt;
&lt;br /&gt;
Once you've made a blueprint able to consistently defeat Infinity enemies, you should start considering getting more Infinities, both on different regions and pushing higher on Forest Easy, since this is required to get higher Military Tiers. It is highly recommended at this time to get as many regions and difficulties as you can to a highscore of Era 1, to boost the software Wave Horizon, which will speed up getting different regions to Infinity 1. After this, make your way up to MT15, so you can get powerful softwares along the way to make your runs even faster than ever before. &lt;br /&gt;
&lt;br /&gt;
=Late Infinity=&lt;br /&gt;
&lt;br /&gt;
Upon reaching MT15, you might notice that you didn't get access to the final boss just yet. This will be explained further down the page. You might have also noticed you gained other Infinity Stones from your time gaining Infinity 1s. These are very important to furthering your power and progress at this stage.&lt;br /&gt;
&lt;br /&gt;
==Infinity Stones==&lt;br /&gt;
&lt;br /&gt;
The Infinity Stones are a set of extremely powerful stones that provide game-changing effects, and are the main focus of this stage. Your main objective is to charge each infinity stone, which simply takes time. When first accessing one of the stones, the times to charge it will be so large it is essentially impossible. However, these progress bars can be sped up in two ways: Increasing your Infinity high scores for the provided regions, which will give the corresponding amount of Infinity Power, and purchasing Exotic Refinements (unlocked at MT13). Both are equally important, and Exotic Refinements are much more noticeable at lower infinities. They are permanent upgrades, meaning they are both worthwhile investments.&lt;br /&gt;
&lt;br /&gt;
==Collecting and Unlocking Stones== &lt;br /&gt;
&lt;br /&gt;
With the exception of Neutral being unlocked at Era 1M, Infinity stones are collected by going to its respective region and killing a disabled enemy of that element while being at Infinity 1 or higher. The region where each element is found is very intuitive and I recommend guessing yourself. See [[Regions]] for more information.&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Locations to find Infinity Stones&lt;br /&gt;
|&lt;br /&gt;
* Earth: Underground (R4)&lt;br /&gt;
* Fire: Volcano (R5)&lt;br /&gt;
* Air: High Mountain (R6)&lt;br /&gt;
* Nature: Jungle (R7)&lt;br /&gt;
* Electric: Metallic Ruins (R8)&lt;br /&gt;
* Water: Ocean (R10)&lt;br /&gt;
* Darkness: Dark Realm (R12)&lt;br /&gt;
* Light: Heaven (R13)&lt;br /&gt;
* Universal: Universe (R14)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Once they're collected they will show up in the infinity board with some conditions before you can upgrade them, these conditions only need to be met once and the stones unlocked forever. All stones have the conditions of prestiging their respective laboratory experiments 3 times and have 50 essence in the 3rd tab of the Era Workshop.&lt;br /&gt;
&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Unique Condition to Unlock Infinity Stones&lt;br /&gt;
|&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Neutral&lt;br /&gt;
| 1000 or greater % Neutral boost in the Museum&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Earth&lt;br /&gt;
| 100k depth or greater in the Mine&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Fire&lt;br /&gt;
| T8 Boiler or Higher obtained in Factory&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Air&lt;br /&gt;
| 1e10 or more Crates in the Trading Post&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Nature&lt;br /&gt;
| 100 or Greater total Beacon tier in the Construction Firm&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Electric&lt;br /&gt;
| 100M or more Maximum Power in Power Plant&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Water&lt;br /&gt;
| 100 or more Shipments made in the Shipyard&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Darkness&lt;br /&gt;
| 12 or more Maximized servers in the Headquarters&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Light&lt;br /&gt;
| 1000 or more Arcade Coins in the Arcade&lt;br /&gt;
}}&lt;br /&gt;
{{collapsible&lt;br /&gt;
| Universal&lt;br /&gt;
| 1 Tier 3 boss or 2 Tier 2 bosses defeated in Statue of Cubos&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Charging Stones==&lt;br /&gt;
[[File:Inf Stone Boost Location.png|thumb|Image showing which regions boost which stones. Letters on stones means it boost [E]xtraction, [S]peed, or [A]mount bar.]]&lt;br /&gt;
[[File:Stone Charge Menu.png|200px|thumb|This is the Charging menu shows the bonuses, charge times, infinity power and amount charged.]]&lt;br /&gt;
[[File:Infstonepower.png|200px|thumb|The formulas for increased Infinity Power on higher difficulties.]]&lt;br /&gt;
To charge a stone you will need to get a base value of 1 trillion (1e12) elemental energy, which can be reduced by purchasing the &amp;quot;Charge Required&amp;quot; exotic refinement. To get energy you have to wait for the top bar (charge) of the chosen stone to fill up, whose speed and production can be boosted by the middle bar (speed) and bottom bar (production), respectively. The base time it takes for a bar to fill up is equal to 8760 hours (AKA 1 year) divided by the Infinity Power of the specific region that specific bar is based on. '''Higher Difficulties give much more Infinity Power per Infinity''', but also feature ''dramatically increased enemy stat scaling per infinity''', so try the highest difficulty you can survive for a while in to make your stones charge faster.&lt;br /&gt;
&lt;br /&gt;
There are 7 exotic refinements:&lt;br /&gt;
{{collapsible&lt;br /&gt;
|Exotic Refinements&lt;br /&gt;
|&lt;br /&gt;
* Charge Required - Reduces the amount of energy needed to fully charge the stone&lt;br /&gt;
* Speed Bonus - Increases the amount of speed that is gained per bar completion&lt;br /&gt;
* Production Bonus - Increases the amount of energy that is gained per bar completion&lt;br /&gt;
* Charge Duration - Decreases the time it takes for the charge bar to fill&lt;br /&gt;
* Speed Tick Duration - Decreases the time it takes for the speed bar to fill&lt;br /&gt;
* Production Tick Duration - Decreases the time it takes for the production bar to fill&lt;br /&gt;
* Extraction / Infinity - Increases the amount of energy gained by the Infinity Power of the charge bar&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Speed bonus and production bonus increase how much each fill of production and speed bar boosts the charge bar, but are linear in their scaling which makes them really bad beyond the first 10-20 levels. The duration exotic refinements reduce the base fill time of each bar by a multiplier. These are the exotic refinements you should actually focus on. You should get at least 20 levels in everything else and then upgrade based on necessity and available exotic gems until at most level 40. Maxing out every exotic refinement for a single stone costs slightly more than 1M exotic gems, so fully upgrading all of them costs around 16-17M exotics in total. &lt;br /&gt;
If you’re wondering how to afford all the upgrades, you can '''add Condense to your tower testing blueprint''', '''try fabricating some exotic producers in Factory''', and '''do 24 hour shipments in Shipyard when the weather is good'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Stone Charging Regions&lt;br /&gt;
! Stone !! Extraction Region !! Speed Region !! Amount Region&lt;br /&gt;
|-&lt;br /&gt;
|Neutral||Neutral||Heaven||Forest&lt;br /&gt;
|-&lt;br /&gt;
|Light||Heaven||Metallic Ruins||Desert&lt;br /&gt;
|-&lt;br /&gt;
|Darkness||Dark Realm||Ocean||Underground&lt;br /&gt;
|-&lt;br /&gt;
|Nature||Jungle||Desert||Forest&lt;br /&gt;
|-&lt;br /&gt;
|Water||Ocean||Beach||Winter&lt;br /&gt;
|-&lt;br /&gt;
|Fire||Volcano||Dark Realm||Underground&lt;br /&gt;
|-&lt;br /&gt;
|Earth||Underground||Universe||High Mountain&lt;br /&gt;
|-&lt;br /&gt;
|Air||High Mountain||Heaven||Beach&lt;br /&gt;
|-&lt;br /&gt;
|Electricity||Metallic Ruins||Universe||Volcano&lt;br /&gt;
|-&lt;br /&gt;
|Universal||Universe||Chaos||Neutral&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Infinity Perks=&lt;br /&gt;
&lt;br /&gt;
Once a stone is fully charged it can be used on an infinity perk and then need to be charged again. After being used the speed and amount bonus that were stockpiled get reset. The ones that are in '''bold''' are highly recommended. The last perk in the list is the only way to first access the Final Boss.&lt;br /&gt;
{{collapsible&lt;br /&gt;
|List of Infinity Perks|&lt;br /&gt;
[[File:Perk List.png]]&lt;br /&gt;
}}&lt;br /&gt;
==Use Perks==&lt;br /&gt;
&lt;br /&gt;
These use up all the charge and puts the stones on charging to perform a 1 time use function. These perks can be used infinitely with a couple exceptions, they display an &amp;quot;X&amp;quot; on the button if wont do anything, for instance if you want to use the water stone to finish a shipment but you don't have a shipment currently in progress.&lt;br /&gt;
&lt;br /&gt;
{{collapsible&lt;br /&gt;
|List of Use perks|&lt;br /&gt;
&lt;br /&gt;
Earth: Refreshes all layers in the Mine.&lt;br /&gt;
&lt;br /&gt;
'''Water: Gives the current shipment rewards without finishing it.'''&lt;br /&gt;
&lt;br /&gt;
'''Fire, Earth, Electric: skips 400 hours of Factory Refinement.'''&lt;br /&gt;
&lt;br /&gt;
Nature: Gives 250k Rubber in the Factory.&lt;br /&gt;
&lt;br /&gt;
'''Universal, Neutral, Darkness: Increases the tier of all Museum power stones by 1 (max of 50).'''&lt;br /&gt;
&lt;br /&gt;
Neutral: Gives 1e40 town resources.&lt;br /&gt;
&lt;br /&gt;
Neutral, Fire, Earth, Air, Water, Universal: Gives 1e50 town resources.&lt;br /&gt;
&lt;br /&gt;
All stones: Gives 1e60 town resources.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Toggle Perks==&lt;br /&gt;
When started, Toggle Perks doesn't use up the charge but it makes the stone not be able to be used on anything else. They last until you turn them off and then they will lose the charge and start recharging.&lt;br /&gt;
{{collapsible&lt;br /&gt;
|List of Toggle perks|&lt;br /&gt;
&lt;br /&gt;
'''Fire: Raises anvil fragment effectivity to the power of 1.1.'''&lt;br /&gt;
&lt;br /&gt;
'''Light: Start with max. Era stat dividers.'''&lt;br /&gt;
&lt;br /&gt;
'''Air: Turns the Trading Post trade refresh timer into a button.'''&lt;br /&gt;
&lt;br /&gt;
Neutral: Turns the Museum Offshore Market stock change timer into a button.&lt;br /&gt;
&lt;br /&gt;
Air, Water: Forces good weather, takes around 20 minutes for it to take effect.&lt;br /&gt;
&lt;br /&gt;
'''Electric: Multiplies the Powerplant's power capacity by 1 million'''&lt;br /&gt;
&lt;br /&gt;
'''Universal: Multiplies Resources dropped from enemies by 10k, does not affect transmute and wave resources.'''&lt;br /&gt;
&lt;br /&gt;
'''Universal, Other Element (besides Neutral): Multiplies damage of that element by 1e40.'''&lt;br /&gt;
&lt;br /&gt;
Neutral, Fire, Earth, Water, Air, Nature: Temporarily grants access to Infinity Forge.&lt;br /&gt;
&lt;br /&gt;
'''All Stones (Requires Military Tier 15): Craft a boss... (Grants access to the final boss in the [[Statue of Cubos]]. ''Note: Not required after defeating it.'')'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Unlock Perks==&lt;br /&gt;
Unlock perks use up the charge and put the stones on charging for a permanent buff.&lt;br /&gt;
{{collapsible&lt;br /&gt;
|List of Unlock perks|&lt;br /&gt;
&lt;br /&gt;
'''Fire, Earth, Electric, Universal, Darkness, Light: Multiplies processing speed of all machines in the factory (including belt) by 10.'''&lt;br /&gt;
&lt;br /&gt;
'''Fire, Electric, Air, Nature, Darkness: Makes you get 2 skill points per level, applies to levels gotten before unlocking this perk.'''&lt;br /&gt;
&lt;br /&gt;
'''Neutral, Light, Nature, Dark, Universal: Reduces the cooldown of respecing town perks to 10 seconds instead of 1 hour.'''&lt;br /&gt;
&lt;br /&gt;
Fire, Earth, Electric, Nature, Universal: Reduces the time it takes to generate a Mine layer to 1 minute instead of 3.&lt;br /&gt;
&lt;br /&gt;
'''All stones: Permanently grants access to Infinity Forge.'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Infinity Forge==&lt;br /&gt;
The Infinity Forge is unlocked via the Infinity Stones. It allows you to reduce the cost of modules by spending Gems, and set their modules to any tier and level they like for free! The maximum tier you can set to costs fragments to upgrade, and each type of module is upgraded seperately with their respective fragment type.&lt;br /&gt;
Upon upgrading reforge levels, a new anvil icon will appear on selected modules on floor 1 of the Workshop. Clicking this is what allows setting module tiers and levels to any specific value of your choosing.&lt;br /&gt;
[[File:Infinityforge.png|200px|thumb|left|The Infinity Forge. Price Factor costs Gems, and Reforge Levels cost fragments]]&lt;br /&gt;
[[File:Reforge.png|200px|thumb|The Reforging menu, where you can set module tier and level.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{PerfectNavigation}}&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Mine&amp;diff=3372</id>
		<title>Mine</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Mine&amp;diff=3372"/>
		<updated>2024-01-09T12:58:38Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: /* Skills */ Changed 2 skills' descriptions to match with the in-game ones.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|ConversionRate=120|ColorCode=orange|Tier=10|Color=Orange|Image=Mine.png}}&lt;br /&gt;
[[File:Orange resource.png|left]]&lt;br /&gt;
The '''Mine''' is a building located on the left side of the town. In it, the player can acquire shards and other resources, the former of which can either be converted into its resource equivalent, or refined in the [[Factory]]. The amount and rate at which these resources are acquired increase as you dig deeper.&lt;br /&gt;
&lt;br /&gt;
It is recommended to start getting this building established early game; It starts slow, but can be an amazing source of resources such as [[Gems]] and other resources, as well as shards you'll need in large quantities for a late-game factory.&lt;br /&gt;
&lt;br /&gt;
==Drilling==&lt;br /&gt;
Drilling is controlled and monitored on the left side of the screen.&lt;br /&gt;
&lt;br /&gt;
In order to run the drill, first add fuel in form of orange resources and then hit the &amp;quot;'''DRILL'''&amp;quot; button (One orange cube = 10L of fuel). When drilling, the drill button changes into a stop button, which can be pressed to stop drilling. Adding more fuel is possible while the drill is running, but only after at least 10L of fuel has been used up to prevent orange resource loss from premature refuel.&lt;br /&gt;
&lt;br /&gt;
There are upgrades that can help speed up the drilling process:&lt;br /&gt;
&lt;br /&gt;
*'''DRILLPOWER:''' The rate in seconds that the depth increases. This starts out very slow, but by investing orange resources can be permanently increased.&lt;br /&gt;
*'''TANKVOLUME:''' How long the drill can run for without refueling. Naturally, this also increases the cost to fill the fuel tank since refueling is all-or-nothing.&lt;br /&gt;
*'''FUEL USAGE:''' How much fuel is used per second. This is a very costly but very effective upgrade, as it makes fuel deplete slower and therefore the drill becomes permanently more efficient.&lt;br /&gt;
&lt;br /&gt;
==Mining==&lt;br /&gt;
In the middle of the screen, a grid of squares are situated. This is the &amp;quot;mine&amp;quot;. There is a completely independent (the exception being all of them use the mine's drill depth) mining zone for every cube resource in the game'''.''' These can be switched between and navigated using the taskbar at the top of the screen. The arrows move further left or right, and clicking on a colored shard focuses its mining area.&lt;br /&gt;
&lt;br /&gt;
The player can mine by clicking covered tiles inside the mine. This costs '''x''' orange resources, depending on the '''digging cost''' (See: Layer Information). By doing so, the tile is uncovered and the resources (if any) are exposed and given to the player.&lt;br /&gt;
&lt;br /&gt;
The new layer button resets the layer by replacing all tiles with covered tiles. Creating a new layer consumes one charge, which are refueled over time to a maximum of 10. When the new layer pool is empty, the layer cannot be reset, and the player must wait for more charges. Each resource has their own new layer pools independent from the others (so orange resources have 10 charges, and if they are all depleted, brown will still have 10 layers).&lt;br /&gt;
&lt;br /&gt;
When a new layer is generated, the game uses the '''tile percentages''' to randomly generate a new tileset. These increase (with the exception of the ''empty tile'', which decreases) as the drill digs deeper down.&lt;br /&gt;
&lt;br /&gt;
==Layer information==&lt;br /&gt;
To the right of the layers are information boxes about the resource in the mine:&lt;br /&gt;
&lt;br /&gt;
*'''Tile percentages:''' General information about the types of resources that can be acquired and their probability.&lt;br /&gt;
*'''Digging cost:''' The amount of oranges required to dig one tile of that resource type.&lt;br /&gt;
*'''Shard production rate:''' How many shards of that resource are produced by the mine every second.&lt;br /&gt;
*'''Conversion rate:''' How many shards are required to generate one of that resource type.&lt;br /&gt;
&lt;br /&gt;
===Mining Rewards===&lt;br /&gt;
&lt;br /&gt;
====Generic Rewards====&lt;br /&gt;
&lt;br /&gt;
* {{Resource|White}} White [[Resources|resources]]&lt;br /&gt;
* [[File:Gem.png|20px]] [[Gems]]&lt;br /&gt;
* Digging cost reduction &lt;br /&gt;
* [[File:Exotic gem.png|20px]] [[Exotic gems|Exotic Gems]] (If '''Mineralogy''' is unlocked)&lt;br /&gt;
&lt;br /&gt;
====Resource-specific Rewards====&lt;br /&gt;
&lt;br /&gt;
* Shards&lt;br /&gt;
* Shard conversion rate&lt;br /&gt;
* Shard production rate&lt;br /&gt;
&lt;br /&gt;
The bottom of the screen shows your shard amount, and a button that shows how much resources you will collect from the shards if pressed.&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Detector''' - Automatically reveals the content of one covered tile without digging it up every time a new layer is being generated.&lt;br /&gt;
*'''Deep Mining''' - Increases all resource, resource shard and gem rewards by 100%.&lt;br /&gt;
*'''Collapsing Tunnels''' - Installs an automated drill that passively drills an amount equal to 30 seconds of your regular drill per hour (even offline). Each mine tier increases the speed by 30 more seconds per hour.&lt;br /&gt;
*'''Advanced Offline Mining''' - Allows the mine to continue producing resource shards while the game is closed at 150% of the original speed. Without this skill the mine will continue producing shards at 100% of the original speed.&lt;br /&gt;
*'''Tank Expansion''' - Expands the tankvolume of the drill by 10 for each drillpower or fuel usage upgrade.&lt;br /&gt;
*'''Advanced Drill''' - Increases the drillpower by 10% for each tier of the mine.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Mineralogy''' ({{Number|5|icon=[[File:Exotic gem.png|20px]]}}) - Provides a 0.05% chance that a mined tile turns into an exotic gem.&lt;br /&gt;
*'''Geology''' ({{Number|25|icon=[[File:Exotic gem.png|20px]]}}) - Multiplies shard and resource rewards by your current town level and gem rewards by town level^0.15.&lt;br /&gt;
*'''Battle Drills''' ({{Number|10|icon=[[File:Exotic gem.png|20px]]}}) - Triples the speed at which new mining layers are generated while tower testing is active and the drill is working. Works for all non-sandbox gamemodes as long as the tower is alive and the round-over-screen is not visible.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=3371</id>
		<title>Construction Firm</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=3371"/>
		<updated>2024-01-09T08:09:38Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: Changed the Offline Construction's description to match with the in-game one.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=5|ConversionRate=60|Image=Constructionfirm.png|Color=Brown|ColorCode=brown}}&lt;br /&gt;
[[File:Brown resource.png|left]]&lt;br /&gt;
The '''Construction Firm''' is a building that you use to build and upgrade town buildings.&lt;br /&gt;
[[File:ConstructionFirmExample.png|thumb]]&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
==Building Tiers==&lt;br /&gt;
Upgrading the construction firm unlocks more buildings to construct.&lt;br /&gt;
&lt;br /&gt;
==Building==&lt;br /&gt;
There is a list of buildings, each costs a certain amount of brown resources and take a certain amount of time. At the start, there are tutorial arrows that show how to use the construction firm. &lt;br /&gt;
&lt;br /&gt;
When constructing a building, or upgrading a building, they are closed and not active/usable, except the construction firm itself. Cancelling a construction project refunds ONLY the brown resources. Gems used in construction are lost.&lt;br /&gt;
&lt;br /&gt;
When constructing a building or upgrading one, they get covered in different shaded brown cubes to show that the building is being worked on. &lt;br /&gt;
&lt;br /&gt;
Once having a T6 Construction Firm, Beacons are unlocked, which boost a certain stat (Damage, Resistance or Resource Drops) by 1%/Tier. Beacons have a maximum Tier of 600. Power beacon costs &amp;lt;code&amp;gt;250000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Defense beacon - &amp;lt;code&amp;gt;200000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Wealth beacon - &amp;lt;code&amp;gt;150000 * 2.5&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Upgrade cost==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+The upgrade cost of buildings in brown resources.&lt;br /&gt;
!level&lt;br /&gt;
!Construction Firm&lt;br /&gt;
!Workshop&lt;br /&gt;
!Headquarters&lt;br /&gt;
!Mine&lt;br /&gt;
!Factory&lt;br /&gt;
!Laboratory&lt;br /&gt;
!Power Plant&lt;br /&gt;
!Arcade&lt;br /&gt;
!Trading Post&lt;br /&gt;
!Museum&lt;br /&gt;
!Statue of Cubos&lt;br /&gt;
!Shipyard&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|5&lt;br /&gt;
|100&lt;br /&gt;
|10&lt;br /&gt;
|25&lt;br /&gt;
|100&lt;br /&gt;
|750&lt;br /&gt;
|12500&lt;br /&gt;
|500&lt;br /&gt;
|12500&lt;br /&gt;
|125000&lt;br /&gt;
|50000&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|500&lt;br /&gt;
|250&lt;br /&gt;
|800&lt;br /&gt;
|125&lt;br /&gt;
|200&lt;br /&gt;
|2750&lt;br /&gt;
|10000&lt;br /&gt;
|250000&lt;br /&gt;
|6000&lt;br /&gt;
|300000&lt;br /&gt;
|5000000&lt;br /&gt;
|750000&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|25000&lt;br /&gt;
|2000&lt;br /&gt;
|6000&lt;br /&gt;
|500&lt;br /&gt;
|1250&lt;br /&gt;
|12500&lt;br /&gt;
|37500&lt;br /&gt;
|20000000&lt;br /&gt;
|25000&lt;br /&gt;
|1500000&lt;br /&gt;
|75000000&lt;br /&gt;
|50000000&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|100000&lt;br /&gt;
|15000&lt;br /&gt;
|75000&lt;br /&gt;
|6000&lt;br /&gt;
|6000&lt;br /&gt;
|100000&lt;br /&gt;
|5000000&lt;br /&gt;
|24000000&lt;br /&gt;
|100000&lt;br /&gt;
|5000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|500000&lt;br /&gt;
|75000&lt;br /&gt;
|450000&lt;br /&gt;
|25000&lt;br /&gt;
|25000&lt;br /&gt;
|1250000&lt;br /&gt;
|12500000&lt;br /&gt;
| -&lt;br /&gt;
|2250000&lt;br /&gt;
|75000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|2500000&lt;br /&gt;
|225000&lt;br /&gt;
|2500000&lt;br /&gt;
|150000&lt;br /&gt;
|75000&lt;br /&gt;
|7500000&lt;br /&gt;
|30000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|800000&lt;br /&gt;
|75000000&lt;br /&gt;
|550000&lt;br /&gt;
|225000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1550000&lt;br /&gt;
|500000000&lt;br /&gt;
|1100000&lt;br /&gt;
|500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
| -&lt;br /&gt;
|1850000&lt;br /&gt;
|2150000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1500000&lt;br /&gt;
| -&lt;br /&gt;
|2750000&lt;br /&gt;
|5500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|12500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Fast Construction''' - Increases the construction speed of all buildings by 20% for each tier of the construction firm.&lt;br /&gt;
*'''Cheap Materials''' - Decreases the construction cost of all buildings by 10% for each tier of the construction firm.&lt;br /&gt;
*'''Magic Workers''' - Allows you to instantly finish an active construction project by using an exotic gem.&lt;br /&gt;
*'''Offline Construction''' - Allows the construction firm to construct buildings at 200% of the original speed while the game is closed. Without this skill the construction firm continues at 100% while the game is closed.&lt;br /&gt;
*'''Construction Boost''' - Enables you the ability to pay 4 gems per remaining second to instantly finish the current construction.&lt;br /&gt;
*'''Efficiency''' - Decreases the conversion rate from 60 to 40.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Construction Queue''' ({{Number|20|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to queue up 2 buildings (3 if construction firm is maximized) Which are then automatically constructed one after another.&lt;br /&gt;
*'''Security Measures''' ({{Number|2|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to use buildings while they are being constructed.&lt;br /&gt;
*'''Battle Engineers''' ({{Number|10|icon=[[File:Exotic gem.png|20px]]}}) - Triples the construction speed while a round is active. Works for all gamemodes as long as the tower is alive and the round-over-screen is not visible.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
	<entry>
		<id>https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=3370</id>
		<title>Construction Firm</title>
		<link rel="alternate" type="text/html" href="https://www.perfecttower2.com/wiki/index.php?title=Construction_Firm&amp;diff=3370"/>
		<updated>2024-01-09T08:06:41Z</updated>

		<summary type="html">&lt;p&gt;Fireball541: Added missing building costs, also fixed info about beacons.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Building|Tier=5|ConversionRate=60|Image=Constructionfirm.png|Color=Brown|ColorCode=brown}}&lt;br /&gt;
[[File:Brown resource.png|left]]&lt;br /&gt;
The '''Construction Firm''' is a building that you use to build and upgrade town buildings.&lt;br /&gt;
[[File:ConstructionFirmExample.png|thumb]]&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
==Building Tiers==&lt;br /&gt;
Upgrading the construction firm unlocks more buildings to construct.&lt;br /&gt;
&lt;br /&gt;
==Building==&lt;br /&gt;
There is a list of buildings, each costs a certain amount of brown resources and take a certain amount of time. At the start, there are tutorial arrows that show how to use the construction firm. &lt;br /&gt;
&lt;br /&gt;
When constructing a building, or upgrading a building, they are closed and not active/usable, except the construction firm itself. Cancelling a construction project refunds ONLY the brown resources. Gems used in construction are lost.&lt;br /&gt;
&lt;br /&gt;
When constructing a building or upgrading one, they get covered in different shaded brown cubes to show that the building is being worked on. &lt;br /&gt;
&lt;br /&gt;
Once having a T6 Construction Firm, Beacons are unlocked, which boost a certain stat (Damage, Resistance or Resource Drops) by 1%/Tier. Beacons have a maximum Tier of 600. Power beacon costs &amp;lt;code&amp;gt;250000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Defense beacon - &amp;lt;code&amp;gt;200000 * 3&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;, Wealth beacon - &amp;lt;code&amp;gt;150000 * 2.5&amp;lt;sup&amp;gt;tier&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Upgrade cost==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+The upgrade cost of buildings in brown resources.&lt;br /&gt;
!level&lt;br /&gt;
!Construction Firm&lt;br /&gt;
!Workshop&lt;br /&gt;
!Headquarters&lt;br /&gt;
!Mine&lt;br /&gt;
!Factory&lt;br /&gt;
!Laboratory&lt;br /&gt;
!Power Plant&lt;br /&gt;
!Arcade&lt;br /&gt;
!Trading Post&lt;br /&gt;
!Museum&lt;br /&gt;
!Statue of Cubos&lt;br /&gt;
!Shipyard&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|5&lt;br /&gt;
|100&lt;br /&gt;
|10&lt;br /&gt;
|25&lt;br /&gt;
|100&lt;br /&gt;
|750&lt;br /&gt;
|12500&lt;br /&gt;
|500&lt;br /&gt;
|12500&lt;br /&gt;
|125000&lt;br /&gt;
|50000&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|500&lt;br /&gt;
|250&lt;br /&gt;
|800&lt;br /&gt;
|125&lt;br /&gt;
|200&lt;br /&gt;
|2750&lt;br /&gt;
|10000&lt;br /&gt;
|250000&lt;br /&gt;
|6000&lt;br /&gt;
|300000&lt;br /&gt;
|5000000&lt;br /&gt;
|750000&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|25000&lt;br /&gt;
|2000&lt;br /&gt;
|6000&lt;br /&gt;
|500&lt;br /&gt;
|1250&lt;br /&gt;
|12500&lt;br /&gt;
|37500&lt;br /&gt;
|20000000&lt;br /&gt;
|25000&lt;br /&gt;
|1500000&lt;br /&gt;
|75000000&lt;br /&gt;
|50000000&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|100000&lt;br /&gt;
|15000&lt;br /&gt;
|75000&lt;br /&gt;
|6000&lt;br /&gt;
|6000&lt;br /&gt;
|100000&lt;br /&gt;
|5000000&lt;br /&gt;
|24000000&lt;br /&gt;
|100000&lt;br /&gt;
|5000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|500000&lt;br /&gt;
|75000&lt;br /&gt;
|450000&lt;br /&gt;
|25000&lt;br /&gt;
|25000&lt;br /&gt;
|1250000&lt;br /&gt;
|12500000&lt;br /&gt;
| -&lt;br /&gt;
|2250000&lt;br /&gt;
|75000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|2500000&lt;br /&gt;
|225000&lt;br /&gt;
|2500000&lt;br /&gt;
|150000&lt;br /&gt;
|75000&lt;br /&gt;
|7500000&lt;br /&gt;
|30000000&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|800000&lt;br /&gt;
|75000000&lt;br /&gt;
|550000&lt;br /&gt;
|225000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1550000&lt;br /&gt;
|500000000&lt;br /&gt;
|1100000&lt;br /&gt;
|500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
| -&lt;br /&gt;
|1850000&lt;br /&gt;
|2150000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|1500000&lt;br /&gt;
| -&lt;br /&gt;
|2750000&lt;br /&gt;
|5500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|5000000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|12500000&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Skills==&lt;br /&gt;
{{See also|Skills (Upgrade)}}&lt;br /&gt;
&lt;br /&gt;
*'''Fast Construction''' - Increases the construction speed of all buildings by 20% for each tier of the construction firm.&lt;br /&gt;
*'''Cheap Materials''' - Decreases the construction cost of all buildings by 10% for each tier of the construction firm.&lt;br /&gt;
*'''Magic Workers''' - Allows you to instantly finish an active construction project by using an exotic gem.&lt;br /&gt;
*'''Offline Construction''' - Allows the construction of buildings to continue while the game is closed.&lt;br /&gt;
*'''Construction Boost''' - Enables you the ability to pay 4 gems per remaining second to instantly finish the current construction.&lt;br /&gt;
*'''Efficiency''' - Decreases the conversion rate from 60 to 40.&lt;br /&gt;
&lt;br /&gt;
==Exotic Skills==&lt;br /&gt;
{{See also|Exotic Skills}}&lt;br /&gt;
&lt;br /&gt;
*'''Construction Queue''' ({{Number|20|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to queue up 2 buildings (3 if construction firm is maximized) Which are then automatically constructed one after another.&lt;br /&gt;
*'''Security Measures''' ({{Number|2|icon=[[File:Exotic gem.png|20px]]}}) - Allows you to use buildings while they are being constructed.&lt;br /&gt;
*'''Battle Engineers''' ({{Number|10|icon=[[File:Exotic gem.png|20px]]}}) - Triples the construction speed while a round is active. Works for all gamemodes as long as the tower is alive and the round-over-screen is not visible.&lt;br /&gt;
&lt;br /&gt;
{{Navbox buildings|state=expanded}}&lt;br /&gt;
{{PerfectNavigation}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Fireball541</name></author>
		
	</entry>
</feed>