Shadow Enhancement (3.5e Feat)
Shadow Enhancement [General]
3e Summary::
Prerequisite: Illusionist 3
Benefit: Your Shadow spells are 20% more real because it is imbued with additional and/or more potent material from the plane of shadow.
Special: You can take this feat multiple times up to a maximum of 3 times, its effects stack with itself and any other bonus to a spell's percentage-of-reality.
Back to Main Page → 3.5e Homebrew → Character Options → Feats → General
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.
gollark: I mean, it *sort of* is, but instead of actually marking the things it just checks against each factor.
gollark: Ah, no, it is not.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.