Tarot Specialization (3.5e Feat)

This material is published under the OGL

Tarot Specialization [Special]

3e Summary::Diligent study allows you to master a tarot card and forgo its use as a focus
Prerequisite: Tarot Mage 1st, INT 15+
Benefit: The tarot mage has studied the images and significance of a particular card with such dedication that they are burned into his brain. The tarot mage can now cast one of the spells that requires the card, without having to use it as a focus. This feat may be taken repeatedly to master different cards, or for the same card to develop the different spells associated with it. There are some restrictions: the tarot mage can only use this for a card that he has in his possession, and this can only be used to specialize with minor arcana.
Special: The tarot mage cannot use the Silent Spell feat in conjunction with this specialization. For a given spell, the tarot mage must use at least one of its components.



Open Game Content (place problems on the discussion page).
This is part Arcane Mysteries' Tarot Magic d20 supplement. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains Arcane Mysteries material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.

Back to Main Page 3.5e Homebrew Character Options Feats Class Feats
Back to Main Page 3.5e Homebrew Campaign Settings Tirr Campaign Setting

gollark: I was asking hydraz what he thought the page should look like.
gollark: <@107118134875422720>
gollark: Well, *sorry*. What do you *want* on it?
gollark: I've written```Coroutines are Lua's way of handling concurrency - running multiple things "at once". They act somewhat similarly to threads on computers, except coroutines must explicitly transfer control back to their parent - only one is actually run at any given time. This is what [[coroutine.yield]] does. Many things internally use [[coroutine.yield]], such as [[os.pullEvent]], [[sleep]] and anything else which waits for events.You can create a coroutine with [[coroutine.create]] - pass it a function and it will return a coroutine. This coroutine will initially not be running (use [[coroutine.status]] to check its status - it should show "suspended")See also [http://lua-users.org/wiki/CoroutinesTutorial the Lua users' wiki].```so far, but I'm really not too great at documentation...
gollark: We should put it up *somewhere*.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.