Initiate of Lolth (3.5e Feat)

Initiate of Lolth

3e Summary::You have been taught secrets of Lolth's faith.
Prerequisite: Cleric or Blackguard, Drow, Patron Diety Lolth.
Benefit: Once per day, you can spend one of the daily uses of your

racial spell-like abilities (dancing lights, darkness, or faerie fire) to cast Web as a spell-like ability (caster level equals class level).

In addition, you add the following spells to your Cleric or Blackguard spell list:

1st--Alibi (Exemplars of Evil)

3rd--Spiderform (Drow of the Underdark)

5th--Shadow Form (Complete Adventurer)

Back to Main Page 3.5e Homebrew Character Options Feats Divine Feats

gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
gollark: Stop wanting that.
gollark: Most of it.
gollark: Ah, you made a Python syntax with {}s? Cool.
gollark: ++data inc "lyricly SK-7 event counter" 3
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.