Teleportation (3.5e Feat)

This page was marked as abandoned on 20:03, 16 August 2020 (MDT) because: Issue(s) unaddressed for over a year. (discuss)

If you think you can improve this page please bring the page up to the level of other pages of its type, then remove this template. If this page is completely unusable as is and can't be improved upon based on the information given so far then replace this template with a {{delete}} template. If this page is not brought to playability within one year it will be proposed for deletion.

Edit this Page | All abandoned pages

This page is incomplete and/or lacking flavor. Reason: Missing type.


You can help D&D Wiki by finishing and/or adding flavor to this page. When the flavor has been changed so that this template is no longer applicable please remove this template. If you do not understand the idea behind this page please leave comments on this page's talk page before making any edits.
Edit this Page | All stubs

Teleportation [<!-Feat Types (General, Fighter, etc.)->]

[[3e Summary::<!-A short summary of the feat->]]
Prerequisite: Requires Intelligence 17, Gate of Truth Experience, Alchemy
Benefit: This feat represents that you have seen enough of the truth to be able to dissemble an object here and resemble it over there. You may only teleport to another Teleportation circle that you are aware of. To teleport, you must succeed an Alchemy (Chemical) check DC 15 +1 per 10 pounds being transmuted. The distance is not a factor, as long as the circle is not disturbed.

Back to Main Page 3.5e Homebrew Character Options Feats Feats

gollark: This is roughly what potatOS does.
gollark: ```lualocal keys_down = {}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keys_down[keys.leftCtrl] then -- do whatever with new key event end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Yes there is.
gollark: You can use the `window` API to make it *display* on a subset of the screen, but you also need to translate mouse events.
gollark: It's quite hard to do.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.