Greater Magnetism (D20 Modern Feat)

Greater Magnetism [Power]

The character can control metal to a greater degree.
Prerequisite: Con 15+, Power (energy control metal) 12 ranks, Evolved, Lesser Magnetism
Benefit: As a special use of the Power (energy control metal) to manipulate metal at a distance. With a DC 30 energy control metal check to manipulate metal as if using the Telekinesis spell, but limited to only metal. Caster level is equal to character level.



Back to Main Page D20 Modern Feats
Back to Main Page D20 Modern Campaign Settings → Heroes → Power Feats

gollark: Nope.
gollark: (it works with non-arrow functions, I just like these more)
gollark: Functions implicitly do it:```javascriptconst thing = () => { let v = 0 return () => { return v++ }}const incrementer = thing()console.log(incrementer())console.log(incrementer())```
gollark: The thing where functions capture their scope.
gollark: ```lualet otherTesting = [];for(let i = 0; i < 10; i++) { otherTesting[i] = function() { console.log(i); }}```does the same thing so I suppose it's just weirdness with closure in loops.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.