Magnetic Attraction Unit: Difference between revisions
(the page for the Magnetic Attraction Unit) |
SoccPuppet (talk | contribs) (table of effects and consumption added) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Magnetic Attraction Unit is a [[Modules|Module]] that is applied to the [[MekaSuit Boots]]. | {{item | ||
|type=Material | |||
|mod=Mekanism | |||
|stackable=Yes up to 4 | |||
}} | |||
Magnetic Attraction Unit is a [[Modules|Module]] that is applied to the [[MekaSuit Boots]]. The upgraded boots consume energy to pull in items from much further away, the distance is configurable in the item configuration menu. | |||
== Recipe == | == Recipe == | ||
Line 7: | Line 13: | ||
|A3=Polonium Pellet|B3=Polonium Pellet|C3=Polonium Pellet | |A3=Polonium Pellet|B3=Polonium Pellet|C3=Polonium Pellet | ||
|Output=Magnetic Attraction Unit}} | |Output=Magnetic Attraction Unit}} | ||
==Effect== | |||
While toggled on, the upgraded boots increases the player's pickup distance. Installing multiple upgrades increases the distance further. The player can configurate the pickup distance boost. The effects of the different settings are as follows: | |||
{| class="wikitable" | |||
|- | |||
! Number Installed !! Maximum Pickup Range | |||
|- | |||
| 0 || 4 | |||
|- | |||
| 1 || 4+1 = 5 | |||
|- | |||
| 2 || 4+3 = 7 | |||
|- | |||
| 3 || 4+5 = 9 | |||
|- | |||
| 4 || 4+10 = 14 | |||
|} | |||
While pulling an item, energy is consumed per tick, proportional to the current max pickup range. The exact formula follows: | |||
pullingEnergyPerTick = configPullCost * extraMaxRange | |||
configPullCost is by default 250, but can be configured as the name suggests. | |||
{{mekanism}} | |||
[[Category:Modules]] |
Latest revision as of 13:37, 14 February 2024
Magnetic Attraction Unit is a Module that is applied to the MekaSuit Boots. The upgraded boots consume energy to pull in items from much further away, the distance is configurable in the item configuration menu.
Recipe
Ingredients | Crafting recipe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Elite Control Circuit + |
|
Effect
While toggled on, the upgraded boots increases the player's pickup distance. Installing multiple upgrades increases the distance further. The player can configurate the pickup distance boost. The effects of the different settings are as follows:
Number Installed | Maximum Pickup Range |
---|---|
0 | 4 |
1 | 4+1 = 5 |
2 | 4+3 = 7 |
3 | 4+5 = 9 |
4 | 4+10 = 14 |
While pulling an item, energy is consumed per tick, proportional to the current max pickup range. The exact formula follows:
pullingEnergyPerTick = configPullCost * extraMaxRange
configPullCost is by default 250, but can be configured as the name suggests.
|