Telekinesis (D20 Modern Skill)
Telekinesis (Int; Trained Only; Power)
Check: Using this skill allows a character to move objects or creatures with his mind. A character can move objects or creatures as if using the Telekinesis spell while concentrating using a move action to keep control over the object. The character can lift objects whether attended or not and of only up to a certain weight based on the check result.
Weight | Check DC |
---|---|
10 lbs. per character level | 10 |
50 lbs. per character level | 20 |
Time: Attack action to initiate the use of the skill and a move action to concentrate and maintain the use of this skill.
Back to Main Page → D20 Modern
→ Skills
Back to Main Page → D20 Modern
→ Rules → Power Skills
gollark: I mean, this code does seem like it might leak threads, come to think of it, so you may need an async solution.
gollark: I don't see what that has to do with it.
gollark: Yes, okay?
gollark: Actually, hold on, slight tweak...
gollark: It's... kind of inelegant, but something like this should work:```pythonimport threadingimport timeauthorized = Falsedef thing(): if correct_passcode_entered(): authorized = Truethreading.Thread(target=thing).start()time.sleep(5)if not authorized: sound_alarm()```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.