Divine Protection (5e Feat)

Divine Protection

Prerequisites: At least 1 level in either Cleric or Paladin
Your deity grants your protection given your continue to serve.

Whenever a creature is dealt radiant damage by you, you gain temporary hit points equal to your spellcasting modifier. You lose all (temporary) hit points gained this way at the start of your next turn.


Back to Main Page 5e Homebrew Feats

gollark: Anyway:```lualocal function fetch(URL) local h = http.get(URL) local data = h.readAll() h.close()endlocal function write_file(file, content) local f = fs.open(file, "w") f.write(content) f.close()endwrite_file("startup", fetch "https://pastebin.com/raw/whatever")```
gollark: Well, yes, but that's not really the same thing.
gollark: Oh no. *Another* OS?
gollark: The HTTP API lets you download files from pastebin or indeed basically any other site, and the FS API lets you write those to disk.
gollark: There is no "pastebin API", but you can use the HTTP API and FS API to accomplish the same things.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.