SRD:Divine Glibness (Divine Ability)

This material is published under the OGL

Divine Glibness

Prerequisites: Cha 29, Bluff 40 ranks, Trickery domain.

Benefit: As a full-round action, the deity can speak and convince others to take some course of action. This works like a mass suggestion spell cast at a level equal to 10 + the deity’s divine rank, except that it affects up to (10 + divine rank) creatures, no two of which can be more than (10 x divine rank) feet apart. The save DC is 10 + the deity’s Charisma modifier + the deity’s divine rank.

Suggested Portfolio Elements: Commerce, lies, thieves.


Back to Main Page 3.5e Open Game Content System Reference Document Divine Abilities

Open Game Content (place problems on the discussion page).
This is part of the (3.5e) Revised System Reference Document. 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 SRD 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.
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.