Teleportation (3.5e Feat)
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.