Pulsed field magnet: Difference between revisions

Trashmonks (talk | contribs)
Updated by egocarib with game version 2.0.207.72 using QBE v1.0rc2
m Removed typo
 
Line 44: Line 44:
}}
}}
<!-- END QBE -->
<!-- END QBE -->
Pulsed field magnets have the unique mutation [[Magnetic Pulse]]. Every 100 turns, a {{name}} pulls all metal objects within a 16-tile radius towards itself, including up to one item from the player's inventory. (This uses a [https://en.wikipedia.org/wiki/Euclidean_distance Euclidean distance metric] where one cell north-south is the same distance as one cell east-west.){{Code Reference | namespace = XRL.World.Parts.Mutation | class = MagneticPulse}} If you are affected by the {{name}}'s Magnetic Pulse, a message appears in the message log telling you that the item that was ripped away from you. I
Pulsed field magnets have the unique mutation [[Magnetic Pulse]]. Every 100 turns, a {{name}} pulls all metal objects within a 16-tile radius towards itself, including up to one item from the player's inventory. (This uses a [https://en.wikipedia.org/wiki/Euclidean_distance Euclidean distance metric] where one cell north-south is the same distance as one cell east-west.){{Code Reference | namespace = XRL.World.Parts.Mutation | class = MagneticPulse}} If you are affected by the {{name}}'s Magnetic Pulse, a message appears in the message log telling you that the item that was ripped away from you.


The {{name}} will use Magnetic Pulse regardless of whether or not it is hostile towards you.
The {{name}} will use Magnetic Pulse regardless of whether or not it is hostile towards you.