< Pact Warlock (3.5e Prestige Class)

Pact Warlock (3.5e Prestige Class)/Warlock Patrons

Warlock Patrons

The patrons listed here are examples of entities with whom a pact warlock might make a deal to gain the powers detailed in the pact warlock prestige class.



gollark: SQL!
gollark: I may be able to get it smaller, but I don't really know how.
gollark: ```sqlWITH RECURSIVE c(x)AS(VALUES(99)UNION ALL SELECT x-1 FROM c WHERE x>0),a(x, s)AS(SELECT x,SUBSTR(' bottles',1,(x<>1)+7)||' of beer'FROM c)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall',a.x,a.s,a.x,a.s,a.x-1,b.s)FROM a JOIN a AS b ON b.x=a.x-1;```
gollark: It is done.
gollark: I'll go swap out the tables and variables for smaller ones later™.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.