Shadow Walker (5e Feat)
Shadow Walker
Prerequisites: must be a type of undead, Dexterity of 13 or more.
You're able to change your undead soul into shadows and meld into other shadows. You gain the following benefits:
- When in shadows that are large enough to cover your body when at least sitting, you can use your Hide action to become invisible.
- Once a day, you can cast the spell misty step, so long as there is another shadow that can cover your body within the spell's range.
Back to Main Page → 5e Homebrew → Feats
gollark: ```javascriptfunction getScore(dragon) { return dragon.views + (dragon.uniqueViews * 6) + (dragon.clicks * 12);}const nextStageAge = 72;const maxTime = 168;function getOptimalScore(dragon) { const time = dragon.hoursRemaining; const age = maxTime - time; if (dragon.type == "hatchling") { return 5000 + (8000 * (age / nextStageAge)); } else { return 5000 * (age / nextStageAge); }}function getScoreRatio(dragon) { return getScore(dragon) / getOptimalScore(dragon);}function isSafe(dragon) { return getScoreRatio(dragon) < 1.5;}```
gollark: I guess that since I'm banned anyway I might as well show my modified EATW formula...
gollark: I mean, it'd be hard to viewbomb something that old.
gollark: It's basically politics in a dictatorship.
gollark: Either there's some sort of weird grand conspiracy going on, TJ09 is mixed up, or I don't even know.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.