```metadata title: 'Pantheon: Olympus' description: >- An implementation of Greek deities as Pathfinder Second Edition deity stat blocks. tags: [] systems: - Pathfinder renderer: V3 theme: Blank ``` ```css /* Fonts */ @import url('https://fonts.cdnfonts.com/css/kirsty-2'); @font-face { font-family : 'oswald'; font-style : italic; font-weight : normal; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-RegularItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : 200; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Extra-LightItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : 200; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-ExtraLight.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : 300; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Light.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : 300; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-LightItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : 500; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Medium.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : 500; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-MediumItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : 600; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Demi-BoldItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : 600; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-DemiBold.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : bold; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Bold.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : bold; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-BoldItalic.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : normal; font-weight : 800; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Heavy.woff') format('woff'); } @font-face { font-family : 'oswald'; font-style : italic; font-weight : 800; src : local('Oswald'), url('https://fonts.cdnfonts.com/s/16359/Oswald-HeavyItalic.woff') format('woff'); } @font-face { font-family : 'oswald regular'; font-style : normal; font-weight : normal; src : local('Oswald Regular'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Regular.woff') format('woff'); } @font-face { font-family : 'oswald stencil'; font-style : normal; font-weight : bold; src : local('Oswald Stencil'), url('https://fonts.cdnfonts.com/s/16359/Oswald-Stencil.woff') format('woff'); } :root { --Header_Color_Main : #5E0000; --Header_Color_Accent : #D9C484; --Header_Color_Chapter : #002564; --Author_Color : #002564; --Note_Block_Separator : #666259; --Note_Block_Red_Separator : #9B0019; } /* Basic styles */ .page { gap : 1.3cm; font-family : 'Garamond'; font-size : 11pt; background-color : #ECD9BA; background-image : none; background-blend-mode : lighten; columns : 2; h1 { font-family : 'BrassPounderSC'; font-size : 22pt; column-span : all -moz-column-span : all; -webkit-column-span : all; text-align : center; font-weight : 100; color : var(--Header_Color_Chapter); } h2 { margin-top : 5px; font-family : 'Kirsty'; font-size : 16pt; font-weight : 200; color : var(--Header_Color_Chapter); } h3 { margin-top : 5px; font-family : 'Kirsty'; font-size : 14pt; font-weight : 200; color : var(--Header_Color_Main); border-bottom : 0px; } h4 { margin-top : 5px; font-family : 'Kirsty'; font-size : 13pt; font-weight : 200; font-variant : small-caps; color : #7A2713; } h5 { margin-top : 10px; margin-bottom : 3px; font-family : 'Oswald Regular'; font-size : 12pt; text-transform : uppercase; } h6 { display : flex; justify-items : flex-start; padding-top : 5px; padding-bottom : 3px; padding-left : 8px; margin-top : 10px; font-family : 'Oswald Regular', sans-serif; font-size : 1.25em; color : #EDE3C8; text-transform : uppercase; background-color : #002664; border-bottom : 1px solid #002664; border-radius : 12px 12px 0px 0px; } p { font-size : inherit; + p { margin-top : 10px; } } } /* Automatic Page Numbering */ .page:before { content : counter(page-numbers); position : absolute; right : unset !important; bottom : 1.5cm; left : 50% !important; font-family : "Kirsty"; color : black; opacity : 0.4; translate : -50%; -webkit-text-stroke : 3px #CAB77B; paint-order : stroke; } .page:has(.cover):before { display: none; } /* Subtitles */ .page .subtitle { display : block; column-span : all; -moz-column-span : all; -webkit-column-span : all; font-family : 'Garamond'; font-size : 16pt; font-style : oblique; color : var(--Header_Color_Main); text-align : center; column-span : all; } /* Horizontal Lines */ .page hr { display : block; height : 1px; margin : 0; visibility : visible; background : black; border : 0; } .page .subtitle + hr { height : 2px; margin : 5px; background : var(--Header_Color_Main); column-span : all; -moz-column-span : all; -webkit-column-span : all; } @font-face { font-family : 'Pathfinder2eActions'; font-style : normal; font-weight : normal; src : url('data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAADXQAAAOCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYGYACBBAgEEQgKkTiMcAsmAAE2AiQDSAQgBYMhB0YbHgoRVZsPyX4c5OaiK4gkW0ukgENeIzk6D3I+/99p971BAU1KepBdp1nA7unfAubh3fXqf6DmEQXaQg8DTOzMbzvCo6jdzvdAHCBEmd3E5fzpsx7fWr/IIg/k18bmpngvn0jhUxuzBAPtAinBsVBSQM+CSuH5Ig8GAjAEAABFEGYINszJTHBADz0CYKqGIx9CCs1RXEBzJpYqvhntGIkQ2iP8j1Y7i+FaDdNGHdyCPU0pA7DEIBTE6nML2DLF0BUhRbpMpcq1aCfR0BYgBJ6vXhc619kOdbCtbW5Ty1uGoI+tqoMAkD8UAJgDAHdAJdAOMBsAALCAQBQAMPQZYJCQpvsMQjFpH094kWX6+YiEfRk8l6mvapvKGnBGbKWD16+rKK+UyxMVsjSA7xucGV0eyUOoMVT1qinJlIGqyvKS4tK6dlFuK2+p3OB1IMoWt3B4hyUryCj7xbDvZs/1lv36k8P3gt4bzY4LbKQttRYdiFjnsS/mUMAmu0W2cy0XQtHdbVjYz5xB99bAl6Wurmqx3uLnwoXqC4Hq3oqiqBW1u9f06QsXLVw4fbqXt5cXlhsMGzJ+3Pixw4ayJGylVD2mI8dBHpKex+2t3buZf6i97eZ1//8938V83us3Hj5ITp4xc+q0yIz3b7uOOnn7urt5+aD4f19qnRiSZ2r2NCl7xikT1fP7T6ycrmt2fitNOTFt4qYvVoJrxXrHgqd9LIeclqWJ41s6naSMkFPnN9ONkpMzk5o0/fe8tr/37mITfdfleN/d8BtTRgBgF0HQ2K3D4m3oLp7rjEwMJYsABuDIEi9P/sQKQfsQAIF/17qeNZnEf9V1YV4AwKPttpIP+mpx/7v2Kl1MgC4KWQL0KrDavSaiYg4Iw7h56QEVAGQCdIHEWpC8BhLTtpAX0jRuSTGD2s1lMAhRIO3JAgEyNF8BDFlAjFA6LBBGEPt+thrhmMoJ8CwaQST1Qp5qKIQyNgJhNJrWz1IIR/Ba5hH9djR9wpNyRE2o+KdF7ieM9OvfpH0ijSwKoYHBQqzQiALx0LCAmLN0Leb2jBgci4H00YIFFGuhpZCo9dJOpBFKlKKNllpvvXQoJZL100MLjUxK0foXhIZMJAgVKJgg1nBcs8JQYQLECAihYCFKZVOto4kkAJqnB6ZNm4CCS//HCAXd/Kvv7SxZsWbDljsvPiJESZclR4UqAAA=') format('woff2'); font-display : swap; } .page .pf { font-family : 'Pathfinder2eActions'; font-size : 1.5em; line-height : 0.5em; &.one::before,&.action::before { content : '1'; } &.two::before,&.double::before { content : '2'; } &.three::before,&.triple::before { content : '3'; } &.zero::before,&.free::before { content : '4'; } &.reaction::before { content : '5'; } } /* Tags */ .page { .taglist p { display : inline-block; } .tag { box-sizing : border-box; padding : 2px 7px; font-family : 'Oswald', sans-serif; font-size : 9pt; line-height : 1.25em; color : white; text-transform : uppercase; background-color : #58180D; border : 2px solid #DAC68A; float : left; /* Item Rarity Tags */ &.uncommon { background-color : #98513D; } &.rare { background-color : #002664; } &.unique { background-color : #54166E; } /* Creature Tags */ &.align { background-color : #576293; } &.size { background-color : #3B7B59; } } } /* Label */ .page h4 > .label { float : right; font-size : 0.9em; } /* Templates */ .page .template { display : flex; flex-direction : column; width : auto; margin-top : 5px; margin-bottom : 5px; font-family : 'Oswald', sans-serif; font-size : 10pt; font-weight : 300; line-height : 1.5; text-align : justify; letter-spacing : 0.1ch; break-inside : auto; hr { margin : 3px 0; } h4 { display : flex; gap : 5px; align-items : baseline; justify-content : flex-start; font-family : 'Oswald Regular'; font-size : 12pt; border-bottom: 1px solid black; color : black; text-align : left; text-transform : uppercase; > .label { order : 999; margin-left : auto; text-align : right; } } strong { font-weight : normal; } } .page .note { padding : 10px 2px 7px 5px; font-family : 'oswald'; font-size : 10pt; font-weight : 200; line-height : 1.4em; background : #D9C484; margin-top : 5px; h5 { margin-top : 0px; font-weight : normal; color : black; } } /* Tables */ .page table thead th { font-size: 16px; padding: 3px; color: white; background: #620009; } .page table tbody tr td { font-size: 15px; padding: 2px; } .page table tbody tr:nth-child(odd) { background-color: #FEDFAE; } .page table tbody tr:nth-child(even) { background-color: #FFEBC3; } /* Cover */ .page:has(.cover) { --coverh1 : #560C06; columns : 1; .logo { position : absolute; bottom : 3.75cm; left : 50%; translate : -50%; img { width : 10cm; height : auto; } } h1, h2 { margin : 0; font-family : 'BrassPounder'; font-variant : small-caps; color : var(--coverh1); text-align : center; text-transform : unset; -webkit-text-stroke : 0.1cm var(--Header_Color_Accent); paint-order : stroke; } h1 { font-size : 32pt; } h2 { font-size : 24pt; } .author { font-family : 'Kirsty'; font-size : 16pt; color : var(--Author_Color); text-align : center; } hr { position : relative; overflow : visible; color : var(--Header_Color_Main); background : currentColor; &::after { position : absolute; top : 3px; display : block; width : 100%; height : 3px; content : ''; color : inherit; background : currentColor; } &:has(+h1) { &::after { top : -5px; } } } } .page .read-aloud { display : inline; width : fit-content; margin-block : 10px; font-family : 'Oswald'; font-weight : 300; line-height : 1.5em; /* color : #002464; */ color : var(--Header_Color_Main); p { width : fit-content; } hr { background : var(--Header_Color_Main); } } .page .side { width : 200px; height : 700px; font-family : 'Oswald'; font-weight : 300; line-height : 1.5em; color : var(--Header_Color_Main); &.right { float : right; padding : 15px 0 10px 15px; margin-left : 45px; border-left : 1px solid; } h3 { font-family : 'Oswald'; font-weight : bold; } p { margin-top : 0px; } } @font-face { font-family : 'BrassPounder'; font-style : normal; font-weight : normal; src : url('data:application/font-woff2;charset=utf-8;base64,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') format('woff2'); } @font-face { font-family : 'BrassPounderSC'; font-style : normal; font-weight : normal; src : url('data:application/font-woff2;charset=utf-8;base64,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') format('woff2'); } ``` {{cover}} ::::::::::::::::::::::::::::::::::::::::::::::::::::: ___ # Pantheon: Olympus ___ ![](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Pallas_Athena_or%2C_Armoured_Figure_by_Rembrandt_Harmensz._van_Rijn.jpg/960px-Pallas_Athena_or%2C_Armoured_Figure_by_Rembrandt_Harmensz._van_Rijn.jpg){position:absolute;top:0px;left:0px;width:816px} \page # Pantheon: Olympus {{subtitle The Olympian pantheon is perhaps one of the most famous in the world, with its deities having a major influence on art, philosophy, and symbolism in Europe especially, and a more subtle impact even in the world of tabletop gaming and the many gods featured therein. The following is an attempt to translate this pantheon into deity stat blocks for Pathfinder Second Edition, with each major deity featuring its own boons and curses. Additionally, this brew features deific aspects, a new set of entities meant to represent minor gods that personify specific concepts: should you wish to play with these aspects, a new 1st-level Cleric feat should let you pair your deity with one of the many listed aspects pulled from Greek mythology. }} ___ ## Olympus ### Aphrodite (Goddess of Love) Free-spirited and beautiful beyond measure, foam-sprung Aphrodite inspires her followers to love life and all the pleasures it has to offer. As fickle as passion itself, the Goddess of Love especially hates being compared, and holds grudges towards anyone whose beauty is said to rival her own. : **Roman Name**:: Venus **Edicts**:: Love freely, experience pleasure, embrace your own beauty **Anathema**:: Rebuke someone for seeking pleasure that harms no-one else, allow your beauty to be unfavorably compared to another's, discriminate against sex workers **Areas of Concern**:: Beauty, love, pleasure, procreation **Religious Symbol**:: Seashell emerging from foam **Sacred Animal**:: Dove **Sacred Color(s)**:: Red, white, and gold #### Devotee Benefits **Divine Attribute**:: Constitution or Charisma **Divine Font**:: *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Diplomacy **Favored Weapon**:: Whip **Domains**:: Confidence, freedom, indulgence, passion **Cleric Spells**:: 1st: [*charm*](https://2e.aonprd.com/Spells.aspx?ID=1463), 3rd: [*suggestion*](https://2e.aonprd.com/Spells.aspx?ID=1693), 5th: [*flames of ego*](https://2e.aonprd.com/Spells.aspx?ID=1357) **Avatar**:: Speed 70 feet, ignore difficult terrain and greater difficult terrain; **Melee** {{pf,one}} girdle (disarm, finesse, nonlethal, reach 20 feet, trip), **Damage** 6d4+6 slashing; **Ranged** {{pf,one}} blown kiss (nonlethal, range 60 feet), **Damage** 6d6+3 mental #### Divine Intercession The laughter-loving Goddess of Love is as quick to bestow her blessing as she is to curse those who slight her. She often grants her boons to star-crossed lovers and her curses to those who would stand in the way of their love, though she will also bless select mortals as a form of courtship, and curse those who spurn her. \column **Minor Boon**:: Aphrodite lends you some of her beauty to win others over. Once, when you roll a failure on a check to Make an Impression, you get a critical success instead. Aphrodite typically grants this boon when it could lead to mutual attraction. **Moderate Boon**:: Aphrodite forces your enemies to think twice before harming such a beautiful creature. Once per day, you can cast *sanctuary* on yourself as a divine innate spell, and you can Cast that Spell as a reaction triggered when you're targeted by an attack, applying the spell's effects against the triggering attack. **Major Boon**:: Aphrodite blesses you with limitless charm. You can cast *charm* at will as a 4th-rank divine innate spell. A target of the spell can't get a result better than a success on its Will save. : **Minor Curse**:: Aphrodite curses you for your ugly deeds with a hideous appearance. You take a -2 status penalty to Diplomacy checks. **Moderate Curse**:: Aphrodite takes from you the ability to experience joy or pleasure. You can't benefit from status bonuses. **Major Curse**:: Aphrodite curses you to fall hopelessly in love with your greatest enemy. Each time that foe issues you a command, request, or suggestion, you must succeed at a Will save against a hard DC for your level or immediately obey the foe for up to 1 minute (1 hour on a critical failure), as *suggestion*. Anytime another creature becomes your greatest enemy, that creature affects you in the same way instead. ### Apollo (God of Light) Shining Apollo is the most complex of Olympians, having tried his hand at many disciplines and excelling in all of them. He invented and perfected string music, taught mortals medicine and prophetic divination, and shoots his bow with a skill rivalled only by his sister Artemis. As a god of light, he also guides shepherds, protecting his followers both within and at the fringes of civilization. \page **Roman Name**:: Apollo **Edicts**:: Learn new skills, teach your skills to others, promote education and the arts **Anathema**:: Hinder another's personal growth, be cruel to those raising children, practice poor hygiene **Areas of Concern**:: Art, healing, light, oracles **Religious Symbol**:: Lyre **Sacred Animal**:: Swan **Sacred Color(s)**:: Gold, yellow, and white #### Devotee Benefits **Divine Attribute**:: Dexterity or Charisma **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Medicine **Favored Weapon**:: Shortbow **Domains**:: Creation, fate, healing, sun **Alternate Domains**:: Perfection, plague **Cleric Spells**:: 1st: [*anticipate peril*](https://2e.aonprd.com/Spells.aspx?ID=2343), 3rd: [*sculpt sound*](https://2e.aonprd.com/Spells.aspx?ID=714), 5th: [*flame dancer*](https://2e.aonprd.com/Spells.aspx?ID=1356) **Avatar**:: Speed 70 feet, fly 70 feet, immune to immobilized; **Ranged** {{pf,one}} shortbow (deadly 3d10, range increment 90 feet), **Damage** 6d6+3 piercing #### Divine Intercession As one of the more even-tempered Olympians, evil-warding Apollo prefers to aid mortals by teaching them the skills they need to improve themselves rather than intervene directly. However, his foresight spurs him to make exceptions for mortals whose actions will have far-reaching consequences, for good or ill. : **Minor Boon**:: Apollo guides your healing hand. Once, when you roll a failure on a Medicine check, you get a critical success instead. Apollo typically grants this boon when it could save a creature's life. **Moderate Boon**:: Apollo inspires you to become an even greater teacher. Whenever you prepare to Aid an ally, you count as having prepared to Aid any creature, and you can't get a result on your check to Aid worse than a success. **Major Boon**:: Apollo bestows upon you the gift of prophecy. You permanently gain the benefits of a *foresight* spell. : **Minor Curse**:: Apollo punishes your festering ignorance with a vulnerability to disease. You gain a -4 status penalty to your saves against disease. **Moderate Curse**:: Apollo curses you with knowledge that is difficult to believe. You gain the [Dubious Knowledge](https://2e.aonprd.com/Feats.aspx?ID=5142) skill feat even if you don't meet its prerequisites, but can't get a result on your checks to Recall Knowledge better than a failure. On a critical failure, the GM gives you two erroneous answers. **Major Curse**:: Apollo sends a miasma upon your community. Inhabitants of a settlement important to you are sickened 1, and can't remove this condition by any means. All affected creatures know your deeds have brought this plague upon them, are hostile to you while affected, and may take measures to attempt to kill you or force you to atone in order to end their suffering. \column ### Ares (God of War) Of all the Olympians, none are as equally reviled as they are worshiped as warlike Ares. The bloodstained God of War embodies the strength and valor needed to win combat, yet also the bloodlust and savagery that leads to more violence. When he is invoked, it is usually as a last resort against overwhelming fighting odds, and whenever the War God joins the battle, it ends in carnage one way or the other. : **Roman Name**:: Mars **Edicts**:: Fight without restraint, stoke conflict, repay violence with more violence **Anathema**:: Attempt to resolve violent conflict by peaceful means, flee battle against an evenly-matched opponent, treat your enemies mercifully **Areas of Concern**:: Blood, offensive warfare, strength, valor **Religious Symbol**:: Circle with an arrow pointing outward **Sacred Animal**:: Vulture **Sacred Color(s)**:: Rust red and purple #### Devotee Benefits **Divine Attribute**:: Strength or Dexterity **Divine Font**:: *harm* **Divine Sanctification**:: Must choose unholy **Divine Skill**:: Athletics **Favored Weapon**:: Spear **Domains**:: Death, destruction, might, zeal **Cleric Spells**:: 1st: [*acidic burst*](https://2e.aonprd.com/Spells.aspx?ID=2340), 4th: [*weapon storm*](https://2e.aonprd.com/Spells.aspx?ID=1758), 6th: [*field of razors*](https://2e.aonprd.com/Spells.aspx?ID=1370) **Avatar**:: Speed 70 feet, immune to immobilized; **Melee** {{pf,one}} spear (reach 15 feet, thrown 30 feet), **Damage** 4d8+6 piercing plus 2d8 persistent bleed #### Divine Intercession The insatiable Ares revels in brutality and abhors weakness. Those who make a bloody spectacle of combat may find themselves earning his favor, while shows of cowardice at the peak of battle may instead draw his wrath. : **Minor Boon**:: Ares ensures you spill blood. Once, when you roll a failure on a Strike, you get a critical success instead. Ares typically grants this boon when it would kill a powerful enemy. **Moderate Boon**:: Ares offers your foes up for slaughter. Creatures that are off-guard to you take a -4 circumstance penalty to AC against you, rather than the usual -2 circumstance penalty. **Major Boon**:: Ares sustains your ongoing bloodshed. Each time you kill a creature, you gain a number of temporary hit points equal to twice the creature's level (minimum of 0), which last for 1 minute. \page **Minor Curse**:: Ares strikes first blood against you every time. Each time you enter combat, you take persistent bleed damage equal to your level, which ignores all resistances and immunities. **Moderate Curse**:: Ares punishes your weakness by diminishing your body. You're clumsy 2 and enfeebled 2, and can't reduce or remove these conditions by any means. **Major Curse**:: Ares takes on a mortal form and personally joins the fight against you. A creature of your level actively tries to hunt you down and kill you. The creature is opportunistic and will often attack you while you are already engaged in combat or in some other perilous situation. Should you kill the creature or distance yourself sufficiently from it, another creature attempts to hunt you down instead from the next day onwards. ### Artemis (Goddess of the Hunt) Though an Olympian, moonlit Artemis much prefers spending her time in the mortal world, hunting wild animals and singing in open glades while accompanied by her equally free-spirited nymph friends. Though fiercely protective of her own private life, true-shooting Artemis nonetheless has a soft spot for children, and will most readily answer prayers to protect them. : **Roman Name**:: Diana **Edicts**:: Hunt wild animals, treat the wilderness as your home, make time for yourself **Anathema**:: Deliberately intrude on another's privacy, mistreat children, waste the spoils of your hunt **Areas of Concern**:: Childcare, hunting, the moon, wildlife **Religious Symbol**:: Bow and arrow **Sacred Animal**:: Deer **Sacred Color(s)**:: Silver, white, and green #### Devotee Benefits **Divine Attribute**:: Dexterity or Wisdom **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: None **Divine Skill**:: Survival **Favored Weapon**:: Longbow **Domains**:: Healing, nature, moon, secrecy **Cleric Spells**:: 1st: [*sure strike*](https://2e.aonprd.com/Spells.aspx?ID=1709), 2nd: [*invisibility*](https://2e.aonprd.com/Spells.aspx?ID=1577), 6th: [*cursed metamorphosis*](https://2e.aonprd.com/Spells.aspx?ID=1479) **Avatar**:: Speed 70 feet, ignore difficult terrain and greater difficult terrain; **Melee** {{pf,one}} hunting knife (agile, finesse, reach 15 feet, thrown 40 feet), **Damage** 6d6+6 slashing; **Ranged** {{pf,one}} longbow (deadly 3d10, range increment 150 feet), **Damage** 6d8+3 piercing \column #### Divine Intercession The beast-ruling Goddess of the Hunt is less likely to intervene than most other Olympians, but is swift to act when one of her followers finds themselves receiving unwanted attention, providing them a swift escape while hunting down their would-be suitors. : **Minor Boon**:: Artemis gives you the means to escape. Once, Artemis transforms you into a Tiny animal, with the effects of *pest form*. While in this form, you gain a +30-foot status bonus to your Speed. Artemis typically grants this boon when it would assist you in evading danger, and would not affect you if you're unwilling. **Moderate Boon**:: Artemis blesses your hunt under cover of moonlight. While you're outdoors and the moon is visible in the sky, you're invisible. You can deactivate or reactivate this effect with a single action that has the concentrate trait. **Major Boon**:: Artemis promises your shots will fly true. When you make a ranged Strike with a bow, make two attack rolls and use the better result. This is a fortune effect. : **Minor Curse**:: Artemis besets you with wild animals. The first time you encounter a wild animal of your level each day, that animal is hostile to you and attacks you. **Moderate Curse**:: Artemis renders you vulnerable to sudden death from arrows. Bow Strikes against you gain the fatal d12 trait, or have their fatal damage die increased to d12 if they're already fatal. **Major Curse**:: Artemis makes you her next prey. You're transformed into a harmless animal, as with *cursed metamorphosis*, and a hunting party immediately begins the hunt against you. ### Athena (Goddess of Wisdom) Olympian goddess of wisdom, peace, and the city, bright-eyed Athena is among the most widely-worshipped deities on Olympus. In times of peace, she is a patron of just rulers and crafters, and in times of war, she spurs heroes and strategists to victory. Having emerged fully-formed from the brow of her father Zeus, industrious Athena champions reason and forethought above all, which frequently puts her at odds with her warmongering brother Ares. : **Roman Name**:: Minerva **Edicts**:: Maintain a just peace, win battles through strategy and guile, create beautiful and practical items **Anathema**:: Act without thinking, initiate needless conflict, enact oppressive laws **Areas of Concern**:: Cities, defensive warfare, handicraft, wisdom **Religious Symbol**:: Severed head of a gorgon **Sacred Animal**:: Owl **Sacred Color(s)**:: Blue, gray, and white \page #### Devotee Benefits **Divine Attribute**:: Intelligence or Wisdom **Divine Font**:: *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Crafting **Favored Weapon**:: Shield spikes **Domains**:: Cities, knowledge, protection, zeal **Alternate Domains**:: Creation, truth **Cleric Spells**:: 1st: [*thicket of knives*](https://2e.aonprd.com/Spells.aspx?ID=1017), 3rd: [*hypercognition*](https://2e.aonprd.com/Spells.aspx?ID=1563), 7th: [*true target*](https://2e.aonprd.com/Spells.aspx?ID=1726) **Avatar**:: Speed 70 feet, fly 70 feet; shield (15 Hardness, can't be damaged); **Melee** {{pf,one}} spear (reach 15 feet, thrown 30 feet), **Damage** 6d8+6 piercing #### Divine Intercession Protective Athena is particularly involved in the affairs of mortals, intervening on behalf of heroes and leaders whom she believes champion just causes. : **Minor Boon**:: Athena gives you the wisdom to know when you're wrong. Your Recall Knowledge checks are no longer secret, allowing you to know when you obtain false information. **Moderate Boon**:: Athena inspires your strategic mind. You gain the Additional Lore skill feat for Warfare Lore and the Battle Planner skill feat, even if you don't meet the feat's prerequisites. You can always use Warfare Lore to roll initiative, and if you obtained information that remained accurate when you rolled initiative, you roll twice and use the better result. **Major Boon**:: Athena turns your shield into an indestructible aegis. You gain the Shield Block reaction, which you can use against any damage and not just physical damage. When you use Shield Block, your shield never takes any damage, though you still do. : **Minor Curse**:: Athena dulls your combat readiness. You take a -4 status penalty to initiative rolls. **Moderate Curse**:: Athena takes away the benefit of your defense. You're always off-guard. **Major Curse**:: Athena sunders all crafts used to protect you. Your armor or explorer's clothing automatically becomes broken after you are hit with a Strike, and if you use the Shield Block reaction, the shield you use becomes broken as well. This curse can't break artifacts or similarly powerful items. ### Demeter (Goddess of Seasons) Though golden-bladed Demeter is widely-worshiped for her influence over the yearly harvest, the temperamental Goddess of Seasons does not always return the consideration. It is said that the bitter winter season comes from her mourning the departure of her beloved daughter Persephone to the Underworld, and the first winter she brought killed mortals by the thousands. Though her worship is typically considered holy, she is often propitiated by farmers to avoid poor yields and inclement weather. \column **Roman Name**:: Ceres **Edicts**:: Cultivate the earth, preserve customs, observe sacred rites **Anathema**:: Render the earth barren from pollution or over-farming, break traditions that sustain a community, allow lovers to elope **Areas of Concern**:: Agriculture, sacred traditions, seasons, the weather **Religious Symbol**:: A horn overflowing with fresh produce **Sacred Animal**:: Gecko **Sacred Color(s)**:: Gold, green, and dark brown #### Devotee Benefits **Divine Attribute**:: Constitution or Wisdom **Divine Font**:: *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Nature **Favored Weapon**:: Sickle **Domains**:: Cold, decay, healing, nature **Cleric Spells**:: 1st: [*protector tree*](https://2e.aonprd.com/Spells.aspx?ID=2015), 4th: [*life-draining roots*](https://2e.aonprd.com/Spells.aspx?ID=1403), 6th: [*tree of seasons*](https://2e.aonprd.com/Spells.aspx?ID=1725) **Avatar**:: Speed 50 feet, burrow 30 feet, ignore difficult terrain and greater difficult terrain; **Melee** {{pf,one}} sickle (agile, finesse, trip), **Damage** 6d6+6 slashing; **Ranged** {{pf,one}} cold heart of winter (range 60 feet) 6d6+3 cold #### Divine Intercession Altogether indifferent towards mortals, bloom-springing Demeter is quicker to anger than she is to please, and slow to forgive. However, a certain few have nonetheless earned her favor, whether by offering her hospitality or making exceptional contributions to the field of agriculture. : **Minor Boon**:: Demeter gifts you a bountiful meal. Once, Demeter casts *create food* heightened to half your level rounded up. The food is so delicious and nourishing that it sustains anyone who eats it for a week. Demeter typically grants this boon to save you, your allies, or others you care about from starvation. **Moderate Boon**:: Demeter shields you and your allies from inclement weather. You and your adventuring companions permanently gain the benefits of an *environmental endurance* spell. **Major Boon**:: Demeter sanctifies your bond with the land. You can cast *one with the land* once per day as a divine innate spell. : **Minor Curse**:: Demeter ruins your crop. You must succeed at a DC 5 flat check when ingesting anything -- including elixirs and potions -- or the action fails and the item spoils, leaving you sickened 1. **Moderate Curse**:: Demeter confers upon you the fragility of plants. You have weakness to cold, fire, and poison equal to half your level rounded up. **Major Curse**:: Demeter turns the land against you. The space you occupy is always under the effects of a *nature's reprisal* spell, affecting you exclusively. \page ### Dionysus (God of Wine) Much-loved even when not directly worshipped, the wine-bearing god Dionysus brings with him rapture and revelry. He encourages mortals to seek freedom in all forms, whether from oppressive rulers or simple self-restraint, and his followers are known for imbibing wine and other mind-altering substances during religious rituals. In addition to being a god of wine, the carefree Dionysus is also a god of theater, inspiring actors to entertain the crowd and challenge social conventions. : **Roman Name**:: Bacchus **Edicts**:: Drink and share wine, free yourself from constraints, challenge convention **Anathema**:: Oppress others, spoil the mood at a celebration, promote a singular way of perceiving and experiencing the world around you **Areas of Concern**:: Alcohol, disinhibition, festivity, theater **Religious Symbol**:: Grapevine **Sacred Animal**:: Leopard **Sacred Color(s)**:: Purple, gold, and green #### Devotee Benefits **Divine Attribute**:: Constitution or Charisma **Divine Font**:: *heal* **Divine Sanctification**:: None **Divine Skill**:: Performance **Favored Weapon**:: Elven branched spear **Domains**:: Creation, disorientation, freedom, indulgence **Cleric Spells**:: 1st: [*befuddle*](https://2e.aonprd.com/Spells.aspx?ID=2344), 5th: [*synesthesia*](https://2e.aonprd.com/Spells.aspx?ID=2035), 8th: [*uncontrollable dance*](https://2e.aonprd.com/Spells.aspx?ID=1730) **Avatar**:: Speed 70 feet, swim 50 feet, immune to immobilized; **Melee** {{pf,one}} thyrsus (deadly 3d8, finesse, reach 20 feet), **Damage** 6d6+6 piercing; **Ranged** {{pf,one}} intoxicating wine (range 120 feet), **Damage** 6d6+3 poison #### Divine Intercession The ivy-wreathed God of Wine hands out blessings and minor curses on a whim, though it is rare for him to inflict more severe punishments unless a mortal has truly earned his ire. He will often play divine pranks on particularly uptight mortals who stand against public festivities. : **Minor Boon**:: Dionysus shares with you some wine from his personal reserve. Once, you gain the critical success effect of a *fortifying brew* ritual. Dionysus typically grants this boon on occasions for celebration, such as birthdays, anniversaries, or the start of festivities. **Moderate Boon**:: Dionysus protects you against bad vibes. When you roll a critical failure against a Will save, you get a failure instead. \column **Major Boon**:: Dionysus makes you the life of the party. You can cast *calm* once per day as a divine innate spell. You can Sustain this spell indefinitely, and you automatically Sustain the spell the first time on each of your turns that you Perform. : **Minor Curse**:: Dionysus forces you to experience the world through a different perspective. You suffer the effects of a *synesthesia* spell for one day. **Moderate Curse**:: You killed the mood, and so Dionysus incites friend and foe to kill you. Each time you roll initiative or attend festivities for the first time, roll a DC 5 flat check. On a failure, all creatures in the encounter or festivities become confused for 1 minute. Rather than have their targets determined randomly, all affected creatures target you. **Major Curse**:: Dionysus curses you with a neverending hangover. You take persistent nonlethal mental damage equal to your level. You don't take this persistent damage while unconscious, though if you recover from it, it returns 1d4 rounds later. ### Hephaestus (God of the Forge) Few know the meaning of thankless work as well as soot-covered Hephaestus, God of the Forge. Thrown off the summit of Mount Olympus by his own mother Hera for being born club-footed, the fledgling god not only survived, but invented a new means for revenge by imprisoning the Queen of the Gods in a mechanized golden throne. Since then, the ingenious smith-god has forged weapons for deities and heroes, created lifelike automatons to assist and protect his godly kin, and invented all manner of different devices, including a personal chariot to assist his mobility. : **Roman Name**:: Vulcan **Edicts**:: Work metal, invent new things, humiliate those who wrong you **Anathema**:: Take a crafter's work for granted, discriminate against people with disabilities, destroy harmless machines **Areas of Concern**:: Metal, smithing, technology, volcanoes **Religious Symbol**:: Anvil **Sacred Animal**:: Donkey **Sacred Color(s)**:: Bronze, black, and gray #### Devotee Benefits **Divine Attribute**:: Strength or Intelligence **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: None **Divine Skill**:: Crafting **Favored Weapon**:: Light hammer or reinforced wheels **Domains**:: Creation, earth, fire, metal **Cleric Spells**:: 1st: [*temporary tool*](https://2e.aonprd.com/Spells.aspx?ID=2369), 2nd: [*heat metal*](https://2e.aonprd.com/Spells.aspx?ID=694), 7th: [*volcanic eruption*](https://2e.aonprd.com/Spells.aspx?ID=1746) \page **Avatar**:: Speed 70 feet, fly 70 feet, immune to immobilized; **Melee** {{pf,one}} reinforced chariot (agile, free-hand, reach 15 feet), **Damage** 6d6+6 bludgeoning; **Ranged** {{pf,one}} volcanic eruption (range 60 feet), **Damage** 6d6+3 fire #### Divine Intercession Short-tempered Hephaestus is prone to fits of pique and will curse mortals accordingly, but is also quick to forgive most slights. He is more constant in the favor he bestows, often to great heroes in need of armaments, skilled metalworkers who have shown exceptional work, or inventors who have made brilliant advances in their field **Minor Boon**:: Hephaestus lends you some of his brilliant craftsmanship. Once, when you attempt to Craft a metal item, you successfully Craft the item in an hour without expending any raw materials. Hephaestus typically grants this boon for items that will be significantly helpful in an imminent situation. **Moderate Boon**:: Hephaestus ensures you create lasting works. Any item you Craft has its Hit Points and Broken Threshold doubled. **Major Boon**:: Hephaestus personally reforges your weapons and armor into divine masterworks. Any armor you wear increases its item bonus to AC by 1, and any weapon you wield gains a +1 item bonus to attack rolls, or increases its item bonus to attack rolls by 1 if it has one already. : **Minor Curse**:: Hephaestus plants a hidden trap that fetters you as soon as you rest. Once, when you sit in a chair or rest in a bed, metal chains emerge and bind you, making you restrained. These chains are impossible to Escape from or Force Open, and automatically successfully counteract attempts to move or teleport you out of them. Hephaestus typically relents and unbinds you within a day or two, usually after you've endured sufficient embarrassment. **Moderate Curse**:: Hephaestus's anger quite literally erupts beneath your feet. Once, Hephaestus casts *volcanic eruption* heightened to half your level rounded up, with the base of the spell's cylinder centered on you. The spell's DC is a hard DC for your level. **Major Curse**:: Hephaestus forces you to acknowledge the heat of the forge that went into making your equipment. While you wear, wield, or carry any armor, weapon, or tool made at least partially of metal, you take persistent fire damage equal to your level, which ignores all resistances and immunities. \column ### Hera (Queen of the Gods) As the goddess of lawful marriage and childbirth, Queen Hera was always doomed to unhappiness in her wedding to the ever-unfaithful thunder god Zeus. Though she serves an important function as a patron deity of newlyweds and expecting parents, her reputation is overshadowed by her legendary jealousy, and the cruel vengeance she enacts upon Zeus's paramours as well as the children born of their trysts. So terrible is the wrath of the Queen of Olympus that few gods dare defy her openly, and even her vexing husband prefers to conduct his liaisons in secret. : **Roman Name**:: Juno **Edicts**:: Marry, have children, punish vow-breakers **Anathema**:: Cheat on your spouse, have children out of wedlock, break your vows **Areas of Concern**:: Childbirth, interpersonal bonds, marriage, sacred vows **Religious Symbol**:: Lotus-tipped scepter **Sacred Animal**:: Peafowl **Sacred Color(s)**:: Royal blue, green, and purple #### Devotee Benefits **Divine Attribute**:: Strength or Wisdom **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Must choose holy or unholy **Divine Skill**:: Society **Favored Weapon**:: Fist **Domains**:: Duty, family, protection, truth **Alternate Domains**:: Might, sorrow **Cleric Spells**:: 1st: [*tether*](https://2e.aonprd.com/Spells.aspx?ID=2370), 4th: [*telepathy*](https://2e.aonprd.com/Spells.aspx?ID=1719), 9th: [*nature's enmity*](https://2e.aonprd.com/Spells.aspx?ID=2010) **Avatar**:: Speed 70 feet; **Melee** {{pf,one}} dressing-down (agile, finesse, nonlethal, reach 15 feet, unarmed), **Damage** 6d6+6 bludgeoning #### Divine Intercession Scepter-bearing Hera is notorious for her terrible and lasting curses, which she brings upon those who break sacred vows as well as anyone else involved. She is, however, also known for bestowing her blessing when it facilitates long-lasting and happy marriages. : **Minor Boon**:: Hera protects your sacred bond. While you and your spouse (or spouse-to-be) are adjacent to each other, you each gain a +1 status bonus to AC and saving throws. **Moderate Boon**:: You and your beloved are never far apart, as Hera strengthens your bond. You and your spouse (or spouse-to-be) permanently gain the benefits of a *status* spell targeting each other. **Major Boon**:: Hera unites you and your beloved in life and death. You and your spouse (or spouse-to-be) share the same combined pool of Hit Points. If one of you is subject to an effect, whether harmful or helpful, the other is as well, though effects that affect your Hit Points apply only once. Whenever one of you makes a saving throw against an effect, you each make a saving throw and use the better result. \page **Minor Curse**:: Hera burdens you with the aches and pains of child-bearing. You're drained 1, and can't remove this condition by any means. **Moderate Curse**:: Hera curses you to slay those you love most. Each time you go to sleep near creatures you love, roll a DC 5 flat check. On a failure, you wake up while those creatures are asleep and become confused for 1 hour. You can't remove this condition by any means, and your targets are chosen exclusively from those creatures. While confused in this way, you gain a +4 status bonus to all checks and DCs. **Major Curse**:: Hera punishes your lies by forcing you to express yourself only through repetition. You lose the ability to communicate normally by any means, which includes producing the sounds necessary to cast spells. You can only communicate by repeating the speech of another creature, whether in whole or in part, immediately after they've finished speaking and in their voice. ### Hermes (The Messenger God) Swift Hermes holds a great deal many responsibilities, yet also enjoys a large degree of independence from his peers. A herald to the gods, protector of merchants and travelers, and guide of the recently-deceased to the afterlife, he performs all of his duties with unparalleled efficiency, for the right price. Just as he is quick on his feet, the golden-winged god is known for his sharp wit, and so is also worshiped by orators, though his penchant for mischief also earns him a reputation as a god of thieves. : **Roman Name**:: Mercury **Edicts**:: Travel the world, increase your wealth, use witty turns of phrase **Anathema**:: Work for free, hinder free travel, get what you want through brute force instead of subtlety or negotiation **Areas of Concern**:: Commerce, roads, trickery, wit **Religious Symbol**:: Winged staff with two intertwined snakes **Sacred Animal**:: Tortoise **Sacred Color(s)**:: Orange and vermilion #### Devotee Benefits **Divine Attribute**:: Dexterity or Charisma **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy or unholy **Divine Skill**:: Thievery **Favored Weapon**:: Whipstaff **Domains**:: Soul, travel, trickery, wealth **Alternate Domains**:: Cities, luck **Cleric Spells**:: 1st: [*fleet step*](https://2e.aonprd.com/Spells.aspx?ID=1531), 3rd: [*haste*](https://2e.aonprd.com/Spells.aspx?ID=1553), 5th: [*quicken time*](https://2e.aonprd.com/Spells.aspx?ID=1187) **Avatar**:: Speed 150 feet, [*air walk*](https://2e.aonprd.com/Spells.aspx?ID=6); **Melee** {{pf,one}} caduceus (agile, finesse, parry, reach 15 feet, sweep), **Damage** 6d6+6 bludgeoning \column #### Divine Intercession The ever-busy Messenger God has little time to offer his services without suitable payment. Particularly generous sacrifices of currency or other valuable goods, however, tend to earn an equally substantial blessing, while reneging on such offers draw swift and summary retribution. **Minor Boon**:: Hermes helps you pull off a caper unnoticed. Once, when you roll a failure on a check to Steal or Palm an Object, you get a critical success instead. Hermes typically grants this boon when attempting to steal a particularly important object. **Moderate Boon**:: Hermes lightens your steps. You gain a +10 status bonus to your Speeds. **Major Boon**:: Hermes shares with you a portion of his incredible speed. You're permanently quickened, and can use the extra action only to Step. : **Minor Curse**:: Hermes curses you with an ungainly gait. You lose the ability to Step. **Moderate Curse**:: Hermes tries to turn you into a rock. Once, you're targeted by a *petrify* spell heightened to half your level rounded up. The spell DC is a hard DC for your level. **Major Curse**:: Hermes slows you down to a crawl. You're slowed 2, and can't reduce or remove this condition by any means. ### Hestia (Goddess of the Hearth) Hestia of the sacred flame is rarely spoken of at great length, yet serves a vitally important role in community life by warming the fires that keep homes and cities alive. Her ever-burning flame is gifted from her temples to newly-formed settlements to mark their birth, and whenever a sacrifice is made to any Olympian deity, the first offering is always made to her in gratitude. A peaceful goddess, the much-loved Hestia rarely incites her followers to conflict unless the safety of their community is threatened. : **Roman Name**:: Vesta **Edicts**:: Keep beneficial fires burning, perform burnt sacrifices, make the first offering to Hestia **Anathema**:: Commit arson, threaten someone in their own home, pressure someone into marriage or a relationship **Areas of Concern**:: Civic life, fire, homes, sacrifice **Religious Symbol**:: Flaming hearth **Sacred Animal**:: Pig **Sacred Color(s)**:: Red, orange, and yellow #### Devotee Benefits **Divine Attribute**:: Intelligence or Charisma **Divine Font**:: *heal* **Divine Sanctification**:: Must choose holy **Divine Skill**:: Society **Favored Weapon**:: Hook sword **Domains**:: Cities, family, fire, protection **Cleric Spells**:: 1st: [*breathe fire*](https://2e.aonprd.com/Spells.aspx?ID=1457), 5th: [*mantle of the magma heart*](https://2e.aonprd.com/Spells.aspx?ID=947), 9th: [*resplendent mansion*](https://2e.aonprd.com/Spells.aspx?ID=2018) \page **Avatar**:: Speed 40 feet, immune to fire; **Melee** {{pf,one}} coal rake (disarm, parry, trip), **Damage** 6d6+6 slashing; **Ranged** {{pf,one}} hearthfire (range 120 feet), **Damage** 4d6+3 fire plus 2d6 persistent fire #### Divine Intercession The Goddess of the Hearth is not normally one for grandiose displays of power, and instead prefers to act in subtler ways. Those favored by eternal Hestia find the fires of their home particularly comforting, while those who irk her may find her flames burning their cooking. Those who make exceptional sacrifices for the safety of their communities may find themselves earning even greater blessings, however, while her most fiery wrath is reserved for those who make people unsafe in their own homes, such as perpetrators of domestic abuse. **Minor Boon**:: Hestia helps you cook comforting meals just like at home. So long as you first throw a bit of food into a fire in offering to Hestia, you automatically succeed on your check to Craft the food if its Crafting process involves cooking. **Moderate Boon**:: Hestia softens harsh environmental heat into comfortable warmth. You're always protected from severe heat and extreme heat. **Major Boon**:: You're never too far from home with Hestia's blessing. You can cast *cozy cabin* at will as a divine innate spell with an unlimited duration, though the spell still ends if you exit the hut. The cabin is always supplied with warm food of your home community's cuisine, and there is always enough to feed you and your companions. : **Minor Curse**:: Hestia's temper flares up against your incivility. Once, a nearby candle, lit torch, or other domesticated flame briefly sputters out of control, ignites a bit of flammable material, and starts a minor fire in an adjacent space. **Moderate Curse**:: Hestia renders the flame of the hearth unbearable to you. While indoors, you're subject to the effects of extreme heat. **Major Curse**:: Hestia dooms you to a death by ever-burning flame. Should you ever take persistent fire damage, that damage ignores all resistances and immunities. You can't end this persistent damage by any means, not even by submerging yourself in water or performing other actions that would normally be guaranteed to extinguish fire. Even after you die, your corpse continues to burn until it is reduced to ash. \column ### Poseidon (King of the Sea) The boisterous Poseidon rules over all the land and seas, yet has always yearned for more. To this effect, he often challenges his fellow Olympians to contests, often for the patronage of a city. More often than not, however, the sea god finds himself bested, and unfortunately for those cities' inhabitants he is a sore loser, often taking petty revenge in the form of an earthquake or flood. What earth-shaking Poseidon lacks in discernment, however, he more than makes up for in sheer power, such that even communities not under his patronage still make generous sacrifices to avoid his untimely wrath and guarantee smooth sailing. : **Roman Name**:: Neptune **Edicts**:: Sail the seas, challenge your peers to contests, care for horses **Anathema**:: Pollute water, harm a cyclops, settle for second best **Areas of Concern**:: Earthquakes, horses, the sea, and storms **Religious Symbol**:: Trident **Sacred Animal**:: Horse **Sacred Color(s)**:: Blue #### Devotee Benefits **Divine Attribute**:: Strength or Charisma **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy or unholy **Divine Skill**:: Intimidation **Favored Weapon**:: Trident **Domains**:: Ambition, earth, travel, water **Cleric Spells**:: 1st: [*hippocampus retreat*](https://2e.aonprd.com/Spells.aspx?ID=1955), 3rd: [*crashing wave*](https://2e.aonprd.com/Spells.aspx?ID=1984), 8th: [*earthquake*](https://2e.aonprd.com/Spells.aspx?ID=1507) **Avatar**:: Speed 70 feet, can breathe underwater, swim 70 feet, ignore difficult terrain and greater difficult terrain; **Melee** {{pf,one}} trident (reach 15 feet, thrown 30 feet), **Damage** 6d8+6 piercing; **Ranged** {{pf,one}} crashing wave (range 60 feet, ranged trip), **Damage** 6d6+3 bludgeoning #### Divine Intercession The impulsive King of the Sea doles out blessings and curses liberally, caring little for the disruption or collateral damage his interventions may cause. Often, his intercessions align with whichever side he chooses to take in a conflict or even just a friendly competition, and their impact tends to be disproportionately larger than the stakes at hand. : **Minor Boon**:: Poseidon rewards your audacity with a great bounty. Once, when you loot an enemy you defeated, you find enough currency to buy a consumable item of your level. This treasure smells of the sea. **Moderate Boon**:: Poseidon lends you one of his steeds. Once per day, you can cast *marvelous mount* as a divine innate spell. This mount has the appearance of a horse. \page **Major Boon**:: Poseidon makes you a master of land and sea. You gain the amphibious trait, a swim Speed and a land Speed of 60 feet, and can breathe air and water. While you're on solid ground or immersed in water, you gain a +3 status bonus to your Intimidation checks. : **Minor Curse**:: Poseidon sends in a flood. Once, the water level in a 500-foot radius around you rises by 10 feet, submerging the area even if it is high above ground. The water level in the area returns to normal after a week. **Moderate Curse**:: Poseidon shakes the earth. Once, Poseidon casts a 10th-rank *earthquake* spell centered on you. The spell's DC is a hard DC for your level. **Major Curse**:: Poseidon curses you to be lost at sea. While navigating in a large open body of water, such as a sea, ocean, or the Plane of Water, you and your adventuring companions always get lost and automatically critically fail any checks to get your bearings. Getting lost in this way usually steers you and your adventuring party towards great danger, and it may be years, even an entire decade, before you reach your destination should you survive. ### Zeus (King of the Gods) Long ago, the King of Olympus rose to his position by unseating his father Cronus, who devoured his siblings in a futile attempt to avert prophecy. Over the ages, he has fought and won many wars alongside his fellow Olympians, often triumphing thanks to his almighty thunderbolts. Unfortunately, the great Zeus's philandering has tarnished his reputation since, and he is known for the many children born of his dalliances, who grew to become great heroes. Despite these lapses in judgment, none of his kin have dared challenge his rule, and even his long-suffering wife Hera must content herself with taking revenge on his lovers and illegitimate offspring instead. : **Roman Name**:: Jupiter **Edicts**:: Lead your community, fight for your people, slay monsters **Anathema**:: Abandon your post, let others dictate your actions, accept mediocrity from your children **Areas of Concern**:: Clouds, rulership, the sky, thunder **Religious Symbol**:: Thunderbolt **Sacred Animal**:: Eagle **Sacred Color(s)**:: Azure, purple, and gold #### Devotee Benefits **Divine Attribute**:: Dexterity or Charisma **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Deception **Favored Weapon**:: Javelin **Domains**:: Air, destruction, family, lightning **Cleric Spells**:: 1st: [*thunderstrike*](https://2e.aonprd.com/Spells.aspx?ID=1721), 3rd: [*lightning bolt*](https://2e.aonprd.com/Spells.aspx?ID=1586), 5th: [*lightning storm*](https://2e.aonprd.com/Spells.aspx?ID=2007) **Avatar**:: Speed 70 feet, fly 70 feet, immune to electricity; **Ranged** {{pf,one}} thunderbolt (fatal d12, range increment 60 feet), **Damage** 6d8+3 electricity \column #### Divine Intercession The almighty Zeus's favor is primarily directed towards his kin, and those receiving his blessing often learn they are of the King of the Gods' divine lineage. His wrath, however, knows no such restriction, and those who seek to destroy all that is beautiful and good in the world find themselves assailed from on high by deadly thunderbolts. : **Minor Boon**:: Zeus destines you for greatness. Once, when you roll a failure on a check, reroll the check and use the second result; this is a fortune effect. Zeus typically grants this boon for particularly consequential checks tied to glorious deeds. **Moderate Boon**:: Zeus lets you roam the skies freely. You gain a fly Speed equal to your land Speed. **Major Boon**:: Zeus gifts you his legendary thunderbolts. You can cast *thunderstrike* at will as a 5th-rank divine innate spell. : **Minor Curse**:: Zeus warns you with a crackle of static that he is not a merciful god. You gain weakness 5 to electricity. **Moderate Curse**:: Zeus assists your enemies in striking you down. Any time a creature damages you, you also take an amount of electricity damage equal to half your level. **Major Curse**:: Zeus smites you for your impudence. A lightning bolt instantly strikes you dead, reducing your body to smoldering ash. Your gear remains. ## Underworld ### Hades (God of the Dead) Feared and hated by most mortals, grim Hades holds no ill will towards the living. Rather, he simply cares about fulfilling his assigned position as king of the Underworld to the best of his ability, managing the afterlives of an increasingly large number of shades and ensuring they never leave his realm. The soul-wealthy God of the Dead takes his duties more seriously than any Olympian, and for this reason he takes particular offense towards attempts to escape from the Underworld or abduct its denizens. **Roman Name**:: Pluto **Edicts**:: Perform funeral rites, take your responsibilities seriously, fiercely guard that which is yours **Anathema**:: Attempt to resurrect the dead, steal or destroy souls, hold others to different standards based on their wealth or social status **Areas of Concern**:: The dead, judgment, riches, the underworld **Religious Symbol**:: Shrouded helmet **Sacred Animal**:: Dog **Sacred Color(s)**:: Black \page #### Devotee Benefits **Divine Attribute**:: Constitution or Intelligence **Divine Font**:: *harm* **Divine Sanctification**:: None **Divine Skill**:: Society **Favored Weapon**:: Forked bipod **Domains**:: Darkness, death, vigil, wealth **Alternate Domains**:: Sorrow, soul **Cleric Spells**:: 1st: [*ill omen*](https://2e.aonprd.com/Spells.aspx?ID=1566), 2nd: [*invisibility*](https://2e.aonprd.com/Spells.aspx?ID=1577), 3rd: [*wall of shadow*](https://2e.aonprd.com/Spells.aspx?ID=2373) **Avatar**:: Speed 70 feet, can spend a single action casting *invisibility* at will as a divine innate spell; **Melee** {{pf,one}} bident (agile, deadly 3d8, finesse, reach 15 feet, thrown 30 feet), **Damage** 6d6+6 piercing; **Ranged** {{pf,one}} blood and darkness (range 60 feet), **Damage** 6d6+3 void #### Divine Intercession Dour Hades concerns himself little with the affairs of the living. Only when the natural journey of souls into the afterlife is disrupted does he intervene. **Minor Boon**:: Hades allows you to contact a knowledgeable shade for information. Once, you can utter a short prayer to Hades to gain the critical success effect of a *commune* ritual. The entity in question is a shade from the Underworld, and is able to answer most questions within the purview of mortals. **Moderate Boon**:: Hades equips you to send wayward shades back to his realm. Your weapon and unarmed attacks gain the benefit of a *ghost touch* rune, allowing you to more easily harm incorporeal creatures. **Major Boon**:: Due to exceptional circumstances, Hades permits you to leave his realm until you fulfil your duties. Upon death, you appear at the House of Hades, the God of the Dead assigns you a mission, and you're then resurrected and transported wherever you need to be to best fulfil your mission. Each time you die again before your mission is fulfilled, you reappear once more at the House of Hades before being resurrected and transported in the same way. Once your mission is fulfilled, you die peacefully and return to the House of Hades as an honored guest. Should you deliberately neglect your mission in order to prolong your stay among the living, Hades revokes this boon and you die. : **Minor Curse**:: Hades limits your ability to postpone your inevitable death. You take a status penalty to all healing received equal to your level. **Moderate Curse**:: Hades seals your fate. All damage you take has the death trait unless the trait would render you less vulnerable to that damage (such as if you're [undead](https://2e.aonprd.com/Rules.aspx?ID=1694)). **Major Curse**:: Hades renders the air of the living world unbreathable to you. While you're above ground, you must hold your breath to avoid [suffocating](https://2e.aonprd.com/Rules.aspx?ID=2439). \column ### Hecate (Goddess of the Crossroads) Three-formed Hecate intentionally eludes any singular classification, instead teaching her followers that everything and everyone is made up of a plurality of different aspects. Striding the boundaries of the sky, earth, and Underworld, the Goddess of the Crossroads holds power over liminal spaces, and finds many adherents among those on the fringes of society. She recognizes arcane research and magical patronage as equals to divine worship, and has taught many legendary witches their most important lessons. **Roman Name**:: Trivia **Edicts**:: Challenge your assumptions, increase your knowledge, perform tasks in sets of three **Anathema**:: Remain wilfully ignorant, take things at face value, shun those whose perspectives differ from yours **Areas of Concern**:: Crossroads, herbalism, sets of three, witchcraft **Religious Symbol**:: Paired torches **Sacred Animal**:: Polecat **Sacred Color(s)**:: Black, red, and white #### Devotee Benefits **Divine Attribute**:: Intelligence or Wisdom **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy or unholy **Divine Skill**:: Arcana **Favored Weapon**:: Staff **Domains**:: Glyph, magic, moon, secrecy **Cleric Spells**:: 1st: [*pest form*](https://2e.aonprd.com/Spells.aspx?ID=1626), 2nd: [*animal form*](https://2e.aonprd.com/Spells.aspx?ID=1440), 3rd: [*threefold aspect*](https://2e.aonprd.com/Spells.aspx?ID=2038), 4th: [*bestial curse*](https://2e.aonprd.com/Spells.aspx?ID=1966), 5th: [*moon frenzy*](https://2e.aonprd.com/Spells.aspx?ID=1609), 6th: [*cursed metamorphosis*](https://2e.aonprd.com/Spells.aspx?ID=1479), 7th: [*warp mind*](https://2e.aonprd.com/Spells.aspx?ID=1754), 8th: [*disappearance*](https://2e.aonprd.com/Spells.aspx?ID=1490), 9th: [*metamorphosis*](https://2e.aonprd.com/Spells.aspx?ID=1599) **Avatar**:: Speed 70 feet, fly 70 feet, swim 70 feet; **Ranged** {{pf,one}} deadly intent (range 120 feet, versatile mental or spirit), **Damage** 6d6+3 force #### Divine Intercession Torch-bearing Hecate nurtures the talents of keen students, particularly in environments that repress education. She also does not suffer fools gladly, and will upend the world of those who spread ignorance. : **Minor Boon**:: Hecate shares with you a secret magical brew. Once, you receive three potions of your level or lower. **Moderate Boon**:: Hecate lets you experience the many forms of animals. You can cast *pest form* at will as a divine innate spell. **Major Boon**:: Hecate empowers your curses threefold. Each time you curse a creature, the curse gains the failure effect of an [*awaken curse*](https://2e.aonprd.com/MythicRituals.aspx?ID=188) ritual. : **Minor Curse**:: Hecate turns your ignorance against you. Once, when you target a creature with a harmful spell, you target yourself instead. **Moderate Curse**:: Hecate gives you three warnings on three days. Each time after you attempt a check, Hecate can make the result of the roll a natural 1. Hecate will use this effect up to three times in a day, and for three consecutive days. \page **Major Curse**:: Seeing how little you think for yourself, Hecate relieves you from having to think at all. You suffer the critical failure effect of a *never mind* spell. ### Melinoë (Goddess of Nightmares) The two-bodied daughter of Hades, saffron-cloaked Melinoë exists simultaneously in the physical world and the world of dreams, her form strange and ever-shifting. So unnerving is her presence in either realm that she drives mortals to hallucinations and nightmares, a weapon she wields most effectively against those who would act against the gods of Olympus and below. **Roman Name**:: Melaina **Edicts**:: Take vengeance under cover of night, deny your enemies rest, use illusions to spread fear **Anathema**:: Rest for longer than is necessary, relieve or suppress fear instead of letting it run its course, fail to use subterfuge or illusions at least once in a fight when they would benefit you **Areas of Concern**:: Hallucinations, illusions, nightmares, vengeance **Religious Symbol**:: Crescent moon **Sacred Animal**:: Frog **Sacred Color(s)**:: Saffron #### Devotee Benefits **Divine Attribute**:: Dexterity or Intelligence **Divine Font**:: *harm* **Divine Sanctification**:: Can choose unholy **Divine Skill**:: Stealth **Favored Weapon**:: Dagger **Domains**:: Darkness, disorientation, moon, nightmares **Cleric Spells**:: 1st: [*phantom pain*](https://2e.aonprd.com/Spells.aspx?ID=1632), 4th: [*nightmare*](https://2e.aonprd.com/Spells.aspx?ID=1615), 9th: [*phantasmagoria*](https://2e.aonprd.com/Spells.aspx?ID=1629) **Avatar**:: Speed 70 feet, swim 70 feet; **Melee** {{pf,one}} dagger (agile, finesse, reach 15 feet, thrown 40 feet), Damage 6d6+6 slashing; **Ranged** {{pf,one}} nightmare (range 120 feet), **Damage** 6d6+3 mental #### Divine Intercession Vengeful Melinoë will most often signal her displeasure by inducing nightmares in which she appears. Her favor is harder-won, though she shares a kinship with witches and mortals who use their wits to take revenge against physically stronger enemies. : **Minor Boon**:: Melinoë guards your subterfuge against prying eyes. Once, when you roll a failure on a Stealth check, you critically succeed instead. Melinoë typically grants this boon when you're on the cusp of taking revenge against a hated enemy. **Moderate Boon**:: Melinoë blurs the boundaries between dream and reality, allowing you to harm your foes in their dreams. Each time you deal damage to an unconscious creature, the creature doesn't automatically wake up. Instead, the creature must succeed on a Perception check against your Stealth DC, waking up only on a success. \column **Major Boon**:: Melinoë lets you ambush your most hated foe in their dreams. Once each time this foe is asleep, you can teleport yourself inside their dream and fight them. Both of you have the same statistics, equipment, and abilities you have in the waking world, and you are ejected from your foe's dream and back to your original location if you drop to 0 Hit Points. Should your foe drop to 0 Hit Points in their dream, they wake up without the benefit of a full night's rest, become doomed 1 (or increase their doomed condition by 1 if they're already doomed), are frightened by an amount equal to their doomed condition, and can't reduce their frightened value below their doomed value. : **Minor Curse**:: Melinoë fills your mind with paranoia. You count nobody as your ally, though others may still count you as an ally. **Moderate Curse**:: Melinoë haunts your dreams, corrupting them into nightmares. You're permanently fatigued, and not even a full night's rest ends this fatigue. **Major Curse**:: Melinoë plunges you into an eternal nightmare. You die painfully from an unlikely accident or an inexplicable act of violence, resurrecting the next morning at the time and place where you woke up this morning. At any point in the day, you die and resurrect in the same way, repeating the process indefinitely. ### Persephone (Queen of the Dead) The verdant Queen of the Dead once lived on Olympus before eloping to the Underworld with the somber god Hades. Splitting her time each year halfway between her spouse and her mother Demeter, her reemergence causes the earth to flourish with vegetation. Though feared for her association with the realm of the dead, crop-springing Persephone manages to sway even her infamously stern husband with her kindness, and she often advocates for mercy in the judgment of souls. **Roman Name**:: Proserpina **Edicts**:: Share your crops, make time for yourself as well as your family, show mercy towards the truly penitent **Anathema**:: Neglect those under your care, let food rot when it could have been used to feed the hungry, reside in the same abode all year **Areas of Concern**:: Grain, natural cycles, renewal, spring **Religious Symbol**:: Pomegranate **Sacred Animal**:: Cockerel **Sacred Color(s)**:: Green, red, and black \page #### Devotee Benefits **Divine Attribute**:: Wisdom or Charisma **Divine Font**:: *heal* **Divine Sanctification**:: Can choose holy **Divine Skill**:: Nature **Favored Weapon**:: Scythe **Domains**:: Change, death, nature, wood **Cleric Spells**:: 1st: [*verdant sprout*](https://2e.aonprd.com/Spells.aspx?ID=1413), 2nd: [*one with plants*](https://2e.aonprd.com/Spells.aspx?ID=1618), 6th: [*tangling creepers*](https://2e.aonprd.com/Spells.aspx?ID=1714) **Avatar**:: Speed 50 feet, burrow 30 feet, ignore difficult terrain and greater difficult terrain; **Melee** {{pf,one}} scythe (deadly 3d10, reach 15 feet, trip), **Damage** 6d10+6 slashing; **Ranged** {{pf,one}} fruit of the dead (range 60 feet), **Damage** 4d6+3 poison plus 2d6 persistent void #### Divine Intercession While amongst the living, kindly Persephone blesses the kind and hospitable with bountiful crops. Though she tries to maintain the same cheerful disposition during her time in the Underworld, the revered Queen of the Dead is nonetheless more prone to punishing the miserly whose greed sends famished shades to her realm. : **Minor Boon**:: Persephone rewards your generosity with plentiful sustenance. You gain the [Forager](https://2e.aonprd.com/Feats.aspx?ID=5152) skill feat even if you don't meet its prerequisites, and can use Nature instead of Survival to determine its benefits. **Moderate Boon**:: Persephone grows life from the dead. When you first come within 30 feet of creature that died in the last day, a pomegranate shrub sprouts from their corpse and produces a single fruit. You and your allies can pick and eat the fruit as a single Interact action to heal a number of Hit Points equal to twice your level and gain a full meal's worth of nourishment. The fruit rots if you move more than 30 feet away from it or if an enemy tries to pick it. You can suppress or reactivate this effect with a single action that has the concentrate trait. **Major Boon**:: Persephone grants you the gift of renewal. You gain fast healing equal to half your level rounded up. : **Minor Curse**:: Persephone does not take kindly to your hoarding. You're constantly [starving](https://2e.aonprd.com/Rules.aspx?ID=2603) at the beginning of each day, and eating does not end this starvation unless you share your food with at least one other creature. **Moderate Curse**:: Persephone forces you to nourish others. Each time you're hit by a melee attack, your attacker heals a number of Hit Points equal to half its level rounded up. **Major Curse**:: Persephone embeds a seed within you. You count as having the plant trait whenever having this trait would make an effect more detrimental to you. The seed takes root if you ever stay in the same area for more than a day, making you petrified and turning you to wood instead of stone. Any attempt to remove this condition automatically fails. \column ### Zagreus (God of Rebirth) Crimson-blooded Zagreus has defied death from the moment he came into being. By his own divine power, the stillborn child of Hades and Persephone miraculously sprung back to life, and against his father's wishes fled the Underworld to live among mortals. Though the young god is fated to die and return to the House of Hades soon after his every excursion, such is his lust for life that he resurrects himself and escapes the realm of the dead every time. He finds worshipers among those who wish to live life to the fullest, and some even look to him as a god of undeath. **Roman Name**:: None **Edicts**:: Make the most of your life, defy your elders, make new friends **Anathema**:: Waste time, give up on an endeavor due to a minor setback, let the fear of death hold you back **Areas of Concern**:: Defiance, lifeblood, perseverance, resurrection **Religious Symbol**:: Crown of snakes **Sacred Animal**:: Snake **Sacred Color(s)**:: Crimson #### Devotee Benefits **Divine Attribute**:: Dexterity or Constitution **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy or unholy **Divine Skill**:: Acrobatics **Favored Weapon**:: Longsword **Domains**:: Freedom, healing, introspection, luck **Cleric Spells**:: 1st: [*mud pit*](https://2e.aonprd.com/Spells.aspx?ID=2009), 2nd: [*blur*](https://2e.aonprd.com/Spells.aspx?ID=1455), 3rd: [*antlion trap*](https://2e.aonprd.com/Spells.aspx?ID=1947) **Avatar**:: Speed 70 feet, immune to difficult terrain and greater difficult terrain; **Melee** {{pf,one}} stygian blade (reach 15 feet, versatile piercing), **Damage** 6d8+6 slashing; **Ranged** {{pf,one}} bloodstone (range 60 feet), **Damage** 6d6+3 void #### Divine Intercession **Minor Boon**:: Zagreus helps you defy death. Once, when you would die or drop to 0 Hit Points, you survive and drop to 1 Hit Point instead. **Moderate Boon**:: Zagreus bonds with you over a drink of ambrosia. You cease to age unless you wish to. **Major Boon**:: Zagreus gifts you a keepsake you can use to briefly summon him in battle. Once per day, you can cast *tempest of shades* as a divine innate spell. Rather than manifest as insubstantial howling faces, the spell manifests as Zagreus himself, who happens to be accompanied by a few howling shades he brought along with him from Tartarus. : **Minor Curse**:: Zagreus denies you a second chance when you've squandered your first. Any attempts to resurrect you automatically fail. **Moderate Curse**:: Zagreus reminds you of what death holds for you. You become incorporeal. You can't pass through solid objects or corporeal creatures, don't gain any of the immunities or resistances common to incorporeal creatures, and corporeal creatures can still attempt Strength-based checks against you. \page **Major Curse**:: Zagreus forces you to make the most of your final day. You wake up knowing the current day is your last. Zagreus will typically ensure this day is especially pleasant to you, so that you are reminded of all the joys life can offer. Sometime around the end of the day, you die, typically under comically outlandish circumstances. ## Roman Gods ### Janus (God of Gateways) God of beginnings and endings, gates and passages, choices and fate, Janus's nature is dual in every way. His two faces see backwards and forwards through time and space, allowing him to see physical and conceptual change in its entirety. For this reason, he is also sought after as a god of transitions, be they travel or more personal journeys. : **Edicts**:: Embrace change, acknowledge duality in all things **Anathema**:: Arrest a period of transition, deny others the opportunity to grow on their journeys **Areas of Concern**:: Duality, choices, endpoints, transitions **Religious Symbol**:: Key held in hand **Sacred Animal**:: Woodpecker **Sacred Color(s)**:: Black and white #### Devotee Benefits **Divine Attribute**:: Constitution or Wisdom **Divine Font**:: *harm* or *heal* **Divine Sanctification**:: Can choose holy or unholy **Divine Skill**:: Occultism **Favored Weapon**:: Dandpatta **Domains**:: Change, travel, time, wealth **Cleric Spells**:: 1st: [*lose the path*](https://2e.aonprd.com/Spells.aspx?ID=940), 2nd: [*knock*](https://2e.aonprd.com/Spells.aspx?ID=1581), 9th: [*bilocation*](https://2e.aonprd.com/Spells.aspx?ID=1149) **Avatar**:: Speed 40 feet, can spend a single action casting *translocate* at will as a divine innate spell; **Melee** {{pf,one}} key (agile, reach 15 feet), **Damage** 6d6+6 slashing; **Ranged** {{pf,one}} vital terminus (range 60 feet, versatile vitality), **Damage** 6d6+3 void #### Divine Intercession Janus recognizes that most necessary change happens in time, but sometimes intervenes more directly when the natural balance of all things is at risk of permanent disruption. **Minor Boon**:: Janus offers you a choice between two possible futures. Once, when you roll a failure on a skill check for a single action, you use another single action of Janus's choice as a free action, roll any checks for the action, and choose which of the two actions' effects apply. Janus typically grants this boon for particularly meaningful choices, especially if the alternative option would steer you towards necessary personal change. **Moderate Boon**:: Janus lets you see backwards as well as forwards. You gain all-around vision, preventing you from being flanked. **Major Boon**:: Janus hands you the key to all gateways. You can cast *gate* once per day as a divine innate spell. \column **Minor Curse**:: Janus chooses for you a worse version of your fate. Once, when you roll a check, roll twice and use the worse result. This is a misfortune effect. **Moderate Curse**:: Janus forces you to accept change in your life or perish. Each time you use an action that you used on your current or previous turn, you become doomed 1, or your doomed condition increases by 1 if you were already doomed. **Major Curse**:: Janus creates a double of yourself that does everything in its power to ruin you. This double uses the same level, statistics, and other permanent abilities as you, has the same memories as you, and doesn't need to attempt Deception checks to Impersonate you. This double is hostile to you, can't change its attitude towards you by any means, and does everything in its power to harm you and your companions, whether by attacking you directly or using your identity to harm you in more indirect ways. ### Quirinus (God of the State) A long-forgotten god deeply tied to the founding of Rome on Earth, Quirinus has few remaining followers, though those that still worship him blame the public's waning faith for the fall of the once-great civilization. At the height of his influence, his edicts were enshrined in state law and his clerics were among the most important in Rome, though once the people fused their other gods with the deities of Olympus, he was progressively abandoned. **Edicts**:: Restore the glory of Rome, follow Roman laws, worship your deceased state leaders as gods **Anathema**:: Forget your roots, assimilate foreign gods into your pantheon, commit infanticide **Areas of Concern**:: Law, politics, Rome, statecraft **Religious Symbol**:: Beard **Sacred Animal**:: Wolf **Sacred Color(s)**:: Purple #### Devotee Benefits **Divine Attribute**:: Strength or Intelligence **Divine Font**:: *heal* **Divine Sanctification**:: Must choose holy **Divine Skill**:: Society **Favored Weapon**:: Gladius **Domains**:: Ambition, cities, duty, family **Cleric Spells**:: [*summon animal*](https://2e.aonprd.com/Spells.aspx?ID=1694), [*humanoid form*](https://2e.aonprd.com/Spells.aspx?ID=1560), [*animal vision*](https://2e.aonprd.com/Spells.aspx?ID=1963) **Avatar**:: Speed 70 feet; shield (15 Hardness, can't be damaged); **Melee** {{pf,one}} gladius (deadly 3d10, reach 15 feet, versatile slashing), **Damage** 6d6+6 piercing; **Ranged** {{pf,one}} ballista (range increment 120 feet, razing), **Damage** 6d6+3 piercing #### Divine Intercession Quirinus is keener to make allies than enemies in the restoration of his state, and tends to bless those who share his vision in order to help them through adversity. Should a powerful enemy stand in the way of his goals, however, the God of the State is adept at turning their local laws against them. \page **Minor Boon**:: Quirinus sends a wolf to assist you. You gain a young wolf animal companion that travels with you on your adventures and obeys any simple commands you give it to the best of its abilities. You can select the [Mature Animal Companion](https://2e.aonprd.com/Feats.aspx?ID=4725), [Incredible Animal Companion](https://2e.aonprd.com/Feats.aspx?ID=4737), and [Specialized Animal Companion](https://2e.aonprd.com/Feats.aspx?ID=4756) class feats at 4th level, 8th level, and 14th level respectively to advance your companion irrespective of your class. **Moderate Boon**:: Quirinus gives your recitation of Roman law such power that it forces others to reconsider their worship of foreign gods. You can cast *crisis of faith* once per day as a divine innate spell. Followers of Greek gods with a Roman counterpart use the outcome for one degree of success worse than the result of their saving throw. Quirinus immediately revokes this boon if you use it on one of his followers or a follower of another original Roman deity. **Major Boon**:: Quirinus recognizes you as a beacon of Roman civilization. You gain a +1 status bonus to attack rolls and AC. Any follower of Quirinus can use your AC or attack modifier instead of theirs so long as they're within 30 feet of you. : **Minor Curse**:: Quirinus erodes your public support. When you roll a check to Make an Impression in your current settlement, use the outcome for one degree of success worse than the result of your check. **Moderate Curse**:: Quirinus stains your reputation. You're framed for a serious crime in your current settlement and pursued by law enforcement. Proving your innocence is extremely difficult, particularly to those ignorant of Quirinus and his faith. **Major Curse**:: Quirinus makes you an enemy of the state. Every permanent inhabitant of the current settlement believes you're the greatest threat to their community in its entire history, as if they'd critically failed their save against a *fabricated truth* spell, and some may attempt to hunt you down even after you leave the settlement. \column ## Deific Aspects It is not uncommon for a pantheon to feature deities that personify a singular aspect, including animistic figures tied to individual rivers, mountains, and forests. The Olympian pantheon is no exception, and adding to its fully-fledged deities are dozens upon dozens of minor gods, each embodying a symbolic concept. Although these minor deities are seldom worshiped on their own, they are often included in the cult of other deities with overlapping domains, who are worshiped in their aspect: the goddess Athena, for instance, is often worshiped in the aspect of Nike, the personification of victory, to emphasize her warlike qualities. Should you wish to worship a particular aspect of your deity in the above way as a cleric, you may select the Deific Aspect cleric feat below: {{template #### Deific Aspect {{label Feat 1}} {{taglist {{tag,keyword cleric}} }} You worship your deity in a particular aspect that focuses on one of their domains. Select an aspect that shares a domain with your deity. You add that aspect's listed cleric spells to your spell list. }} ### Aspects Deific aspects of Olympus are listed below. #### Aether (Space) **Roman Name**:: Ether **Domains**:: Air, nothingness **Cleric Spells**:: 1st: [*jump*](https://2e.aonprd.com/Spells.aspx?ID=1580), 3rd: [*levitate*](https://2e.aonprd.com/Spells.aspx?ID=1584) #### Aion (Eternity) **Roman Name**:: Saeculus **Domains**:: Change, time **Cleric Spells**:: 1st: [*déjà vu*](https://2e.aonprd.com/Spells.aspx?ID=1986), 3rd:[*slow*](https://2e.aonprd.com/Spells.aspx?ID=1677) #### Ananke (Necessity) **Roman Name**:: Necessitas **Domains**:: Fate, time **Cleric Spells**:: 1st: [*agitate*](https://2e.aonprd.com/Spells.aspx?ID=2341), 4th: [*suggestion*](https://2e.aonprd.com/Spells.aspx?ID=1693) #### Asclepius (Medicine) **Roman Name**:: Aesculapius **Domains**:: Healing, knowledge **Cleric Spells**:: 1st: [*animal allies*](https://2e.aonprd.com/Spells.aspx?ID=863) (the animals are snakes), 2nd: [*extract poison*](https://2e.aonprd.com/Spells.aspx?ID=907) #### Asteria (Stars) **Roman Name**:: Asteria **Domains**:: Star, water **Cleric Spells**:: 1st: [*pest form*](https://2e.aonprd.com/Spells.aspx?ID=1626) (your form is that of a bird), 3rd: [*one with stone*](https://2e.aonprd.com/Spells.aspx?ID=1619) \page #### Atlas (Who Holds Up the Heavens) **Roman Name**:: Atlas **Domains**:: Toil, travel **Cleric Spells**:: 1st: [*ant haul*](https://2e.aonprd.com/Spells.aspx?ID=1442), 5th: [*telekinetic haul*](https://2e.aonprd.com/Spells.aspx?ID=1716) #### Bia (Violence) **Roman Name**:: Vis **Domains**:: Destruction, might **Cleric Spells**:: 1st: [*kinetic ram*](https://2e.aonprd.com/Spells.aspx?ID=1156), 4th: [*confusion*](https://2e.aonprd.com/Spells.aspx?ID=1471) #### Chaos (The Void) **Roman Name**:: Chaos **Domains**:: Change, nothingness **Cleric Spells**:: 1st: [*befuddle*](https://2e.aonprd.com/Spells.aspx?ID=2344), 5th: [*strange geometry*](https://2e.aonprd.com/Spells.aspx?ID=2032) #### Charites (The Graces) **Roman Name**:: Gratiae **Domains**:: Freedom, passion **Cleric Spells**:: 1st: [*liberating command*](https://2e.aonprd.com/Spells.aspx?ID=2354), 3rd: [*haste*](https://2e.aonprd.com/Spells.aspx?ID=1553) #### Chronos (Time) **Roman Name**:: Tempus **Domains**:: Time, tyranny **Cleric Spells**:: 1st: [*object reading*](https://2e.aonprd.com/Spells.aspx?ID=2012), 3rd: [*day's weight*](https://2e.aonprd.com/Spells.aspx?ID=891) #### Cronus (Father of the Gods) **Roman Name**:: Saturn **Domains**:: Indulgence, tyranny **Cleric Spells**:: 1st: [*camel spit*](https://2e.aonprd.com/Spells.aspx?ID=1948), 2nd: [*iron gut*](https://2e.aonprd.com/Spells.aspx?ID=579) #### Dike (Order) **Roman Name**:: Justitia **Domains**:: Cities, duty **Cleric Spells**:: 1st: [*tether*](https://2e.aonprd.com/Spells.aspx?ID=2370), 4th: [*containment*](https://2e.aonprd.com/Spells.aspx?ID=1981) #### Eirene (Peace) **Roman Name**:: Pax **Domains**:: Healing, repose **Cleric Spells**:: 1st: [*soothe*](https://2e.aonprd.com/Spells.aspx?ID=1678), 3rd: [*cozy cabin*](https://2e.aonprd.com/Spells.aspx?ID=1474) #### Enyo (War) **Roman Name**:: Bellona **Domains**:: Destruction, zeal **Cleric Spells**:: [*draw ire*](https://2e.aonprd.com/Spells.aspx?ID=897), [*winning streak*](https://2e.aonprd.com/Spells.aspx?ID=1034) #### Eos (Dawn) **Roman Name**:: Aurora **Domains**:: Passion, sun **Cleric Spells**:: [*dizzying colors*](https://2e.aonprd.com/Spells.aspx?ID=1500), [*cloak of colors*](https://2e.aonprd.com/Spells.aspx?ID=1977) #### Erebus (Darkness) **Roman Name**:: Scotus **Domains**:: Darkness, dust **Cleric Spells**:: 1st: [*penumbral shroud*](https://2e.aonprd.com/Spells.aspx?ID=2360), 5th: [*shadow siphon*](https://2e.aonprd.com/Spells.aspx?ID=274) #### Erinyes (Vengeance) **Roman Name**:: Furies **Domains**:: Duty, pain **Cleric Spells**:: 1st: [*phantom pain*](https://2e.aonprd.com/Spells.aspx?ID=1632), 4th: [*vision of death*](https://2e.aonprd.com/Spells.aspx?ID=1742) \column #### Eris (Discord) **Roman Name**:: Discordia **Domains**:: Destruction, disorientation **Cleric Spells**:: 1st: [*biting words*](https://2e.aonprd.com/Spells.aspx?ID=868), 2nd: [*paranoia*](https://2e.aonprd.com/Spells.aspx?ID=1623) #### Eros (Desire) **Roman Name**:: Cupid **Domains**:: Disorientation, passion **Cleric Spells**:: 1st: [*charm*](https://2e.aonprd.com/Spells.aspx?ID=1463), 2nd: [*invisibility*](https://2e.aonprd.com/Spells.aspx?ID=1577) #### Eunomia (Law) **Roman Name**:: Eunomia **Domains**:: Cities, glyph **Cleric Spells**:: 1st: [*share lore*](https://2e.aonprd.com/Spells.aspx?ID=2363), 3rd: [*phantom prison*](https://2e.aonprd.com/Spells.aspx?ID=969) #### Gaia (Earth) **Roman Name**:: Terra **Domains**:: Earth, family **Cleric Spells**:: 1st: [*interposing earth*](https://2e.aonprd.com/Spells.aspx?ID=1337), 3rd: [*earthbind*](https://2e.aonprd.com/Spells.aspx?ID=1506) #### Geras (Old Age) **Roman Name**:: Senectus **Domains**:: Decay, time **Cleric Spells**:: 1st: [*weaken earth*](https://2e.aonprd.com/Spells.aspx?ID=1345), 3rd: [*curse of lost time*](https://2e.aonprd.com/Spells.aspx?ID=1985) #### Harmonia (Concord) **Roman Name**:: Concordia **Domains**:: Protection, repose **Cleric Spells**:: 1st: [*endure*](https://2e.aonprd.com/Spells.aspx?ID=2348), 4th: [*telepathy*](https://2e.aonprd.com/Spells.aspx?ID=1719) #### Hebe (Youth) **Roman Name**:: Juventas **Domains**:: Change, perfection **Cleric Spells**:: 1st: [*juvenile companion*](https://2e.aonprd.com/Spells.aspx?ID=938), 2nd: [*slough skin*](https://2e.aonprd.com/Spells.aspx?ID=2368) #### Helios (The Sun) **Roman Name**:: Sol **Domains**:: Fire, sun **Cleric Spells**:: [*breathe fire*](https://2e.aonprd.com/Spells.aspx?ID=1457), [*floating flame*](https://2e.aonprd.com/Spells.aspx?ID=1533) #### Hemera (Day) **Roman Name**:: Dies **Domains**:: Sun, toil **Cleric Spells**:: 1st: [*temporary tool*](https://2e.aonprd.com/Spells.aspx?ID=2369), 3rd: [*wall of radiance*](https://2e.aonprd.com/Spells.aspx?ID=2372) #### Heracles (Greatest of Heroes) **Roman Name**:: Hercules **Domains**:: Might, toil **Cleric Spells**:: 1st: [*ant haul*](https://2e.aonprd.com/Spells.aspx?ID=1442), 2nd: [*hidebound*](https://2e.aonprd.com/Spells.aspx?ID=1954) #### Hubris (Arrogance) **Roman Name**:: Petulantia **Domains**:: Ambition, confidence **Cleric Spells**:: 1st: [*illusory disguise*](https://2e.aonprd.com/Spells.aspx?ID=1568), 5th: [*portrait of the artist*](https://2e.aonprd.com/Spells.aspx?ID=971) #### Hypnos (Sleep) **Roman Name**:: Somnus **Domains**:: Dreams, repose **Cleric Spells**:: 1st: [*sleep*](https://2e.aonprd.com/Spells.aspx?ID=1675), 8th: [*dream council*](https://2e.aonprd.com/Spells.aspx?ID=1988) \page #### Illythia (Childbirth) **Roman Name**:: Lucina **Domains**:: Family, toil **Cleric Spells**:: 1st: [*endure*](https://2e.aonprd.com/Spells.aspx?ID=2348), 5th: [*creation*](https://2e.aonprd.com/Spells.aspx?ID=1477) #### Iris (Rainbows) **Roman Name**:: Arcus **Domains**:: Air, creation **Cleric Spells**:: 1st: [*dizzying colors*](https://2e.aonprd.com/Spells.aspx?ID=1500), 2nd: [*voice on the breeze*](https://2e.aonprd.com/Spells.aspx?ID=1325) #### Kratos (Strength) **Roman Name**:: Cratus **Domains**:: Might, zeal **Cleric Spells**:: 1st: [*wooden fists*](https://2e.aonprd.com/Spells.aspx?ID=1417), 2nd: [*enlarge*](https://2e.aonprd.com/Spells.aspx?ID=1514) #### Leto (Hiding) **Roman Name**:: Latona **Domains**:: Secrecy, travel **Cleric Spells**:: 1st: [*vanishing tracks*](https://2e.aonprd.com/Spells.aspx?ID=1737), 4th: [*invisibility curtain*](https://2e.aonprd.com/Spells.aspx?ID=936) #### Metis (Skill) **Roman Name**:: None **Domains**:: Change, knowledge **Cleric Spells**:: 1st: [*share lore*](https://2e.aonprd.com/Spells.aspx?ID=2363), 3rd: [*hypercognition*](https://2e.aonprd.com/Spells.aspx?ID=1563) #### Mnemosyne (Memory) **Roman Name**:: Moneta **Domains**:: Knowledge, vigil **Cleric Spells**:: 1st: [*object reading*](https://2e.aonprd.com/Spells.aspx?ID=2012), 7th: [*retrocognition*](https://2e.aonprd.com/Spells.aspx?ID=1652) #### Moirai (The Fates) **Roman Name**:: Parcae **Domains**:: Fate, luck **Cleric Spells**:: 1st: [*anticipate peril*](https://2e.aonprd.com/Spells.aspx?ID=2343), 3rd: [*threefold aspect*](https://2e.aonprd.com/Spells.aspx?ID=2038) #### Momus (Mockery) **Roman Name**:: Querella **Domains**:: Disorientation, trickery **Cleric Spells**:: 1st: [*biting words*](https://2e.aonprd.com/Spells.aspx?ID=868), 2nd: [*blistering invective*](https://2e.aonprd.com/Spells.aspx?ID=1970) #### Moros (Doom) **Roman Name**:: Fatum **Domains**:: Death, fate **Cleric Spells**:: 1st: [*ill omen*](https://2e.aonprd.com/Spells.aspx?ID=1566), 4th: [*vision of death*](https://2e.aonprd.com/Spells.aspx?ID=1742) #### Muses (The Arts) **Roman Name**:: Muses **Domains**:: Creation, glyph **Cleric Spells**:: 1st: [*share lore*](https://2e.aonprd.com/Spells.aspx?ID=2363), 5th: [*portrait of the artist*](https://2e.aonprd.com/Spells.aspx?ID=971) #### Nemesis (Retribution) **Roman Name**:: Invidia **Domains**:: Fate, pain **Cleric Spells**:: 1st: [*draw ire*](https://2e.aonprd.com/Spells.aspx?ID=897), 2nd: [*animus mine*](https://2e.aonprd.com/Spells.aspx?ID=2342) #### Nike (Victory) **Roman Name**:: Victoria **Domains**:: Luck, zeal **Cleric Spells**:: 1st: [*sure strike*](https://2e.aonprd.com/Spells.aspx?ID=1709), 4th: [*winning streak*](https://2e.aonprd.com/Spells.aspx?ID=1034) \column #### Nyx (Night) **Roman Name**:: Nox **Domains**:: Darkness, secrecy **Cleric Spells**:: 1st: [*penumbral shroud*](https://2e.aonprd.com/Spells.aspx?ID=2360), 2nd: [*penumbral disguise*](https://2e.aonprd.com/Spells.aspx?ID=2359) #### Okeanos (Ocean) **Roman Name**:: Oceanus **Domains**:: Water, nature **Cleric Spells**:: 1st: [*buoyant bubbles*](https://2e.aonprd.com/Spells.aspx?ID=1383), 6th: [*personal ocean*](https://2e.aonprd.com/Spells.aspx?ID=1393) #### Oizys (Suffering) **Roman Name**:: Miseria **Domains**:: Pain, sorrow **Cleric Spells**:: 1st: [*phantom pain*](https://2e.aonprd.com/Spells.aspx?ID=1393), 5th: [*wave of despair*](https://2e.aonprd.com/Spells.aspx?ID=1757) #### Opora (Harvest) **Roman Name**:: Pomona **Domains**:: Nature, star **Cleric Spells**:: 1st: [*verdant sprout*](https://2e.aonprd.com/Spells.aspx?ID=1413), 7th: [*pollen pods*](https://2e.aonprd.com/Spells.aspx?ID=1407) #### Ouranos (Sky) **Roman Name**:: Caelus **Domains**:: Air, tyranny **Cleric Spells**:: 1st: [*gust of wind*](https://2e.aonprd.com/Spells.aspx?ID=1550), 3rd: [*tempest cloak*](https://2e.aonprd.com/Spells.aspx?ID=1323) #### Ourea (Mountains) **Roman Name**:: Montes **Domains**:: Earth, wood **Cleric Spells**:: 1st: [*pummeling rubble*](https://2e.aonprd.com/Spells.aspx?ID=1642), 4th: [*mountain resilience*](https://2e.aonprd.com/Spells.aspx?ID=1610) #### Paean (Physician to the Gods) **Roman Name**:: None **Domains**:: Healing, repose **Cleric Spells**:: 1st: [*soothe*](https://2e.aonprd.com/Spells.aspx?ID=1678), 4th: [*rigid form*](https://2e.aonprd.com/Spells.aspx?ID=1408) #### Pan (Wild) **Roman Name**:: Faunus **Domains**:: Creation, nature **Cleric Spells**:: 1st: [*foraging friends*](https://2e.aonprd.com/Spells.aspx?ID=1952), 4th: [*infectious melody*](https://2e.aonprd.com/Spells.aspx?ID=933) #### Phanes (The Firstborn) **Roman Name**:: None **Domains**:: Creation, magic **Cleric Spells**:: 1st: [*temporary tool*](https://2e.aonprd.com/Spells.aspx?ID=2369), 4th: [*creation*](https://2e.aonprd.com/Spells.aspx?ID=1477) #### Pontos (Sea) **Roman Name**:: Pontius **Domains**:: Water, travel **Cleric Spells**:: 1st: [*buoyand bubbles*](https://2e.aonprd.com/Spells.aspx?ID=1383), 3rd: [*dive and breach*](https://2e.aonprd.com/Spells.aspx?ID=1386) #### Priapus (Fertility) **Roman Name**:: Mutunus Tutunus **Domains**:: Nature, passion **Cleric Spells**:: 1st: [*grease*](https://2e.aonprd.com/Spells.aspx?ID=1547), 2nd: [*enlarge*](https://2e.aonprd.com/Spells.aspx?ID=1514) #### Prometheus (Foresight) **Roman Name**:: Prometheus **Domains**:: Fire, trickery **Cleric Spells**:: 1st: [*anticipate peril*](https://2e.aonprd.com/Spells.aspx?ID=2343), 4th: [*fire shield*](https://2e.aonprd.com/Spells.aspx?ID=1529) \page #### Psyche (Soul) **Roman Name**:: Anima **Domains**:: Passion, soul **Cleric Spells**:: 1st: [*foraging friends*](https://2e.aonprd.com/Spells.aspx?ID=1952), 5th: [*imaginary lockbox*](https://2e.aonprd.com/Spells.aspx?ID=2002) #### Rhea (Mother of the Gods) **Roman Name**:: Ops **Domains**:: Family, trickery **Cleric Spells**:: 1st: [*illusory object*](https://2e.aonprd.com/Spells.aspx?ID=1569), 2nd: [*misdirection*](https://2e.aonprd.com/Spells.aspx?ID=198) #### Selene (Moon) **Roman Name**:: Luna **Domains**:: Moon, star **Cleric Spells**:: 1st: [*lose the path*](https://2e.aonprd.com/Spells.aspx?ID=940), 5th: [*moon frenzy*](https://2e.aonprd.com/Spells.aspx?ID=1609) #### Tartarus (Punishment) **Roman Name**:: Tartarus **Domains**:: Pain, soul **Cleric Spells**:: 1st: [*phantom pain*](https://2e.aonprd.com/Spells.aspx?ID=1632), 3rd: [*cup of dust*](https://2e.aonprd.com/Spells.aspx?ID=2347) #### Thanatos (Death) **Roman Name**:: Mors **Domains**:: Death, repose **Cleric Spells**:: 1st: [*sleep*](https://2e.aonprd.com/Spells.aspx?ID=1675), 4th: [*vision of death*](https://2e.aonprd.com/Spells.aspx?ID=1742) #### Theia (Vision) **Roman Name**:: None **Domains**:: Star, wealth **Cleric Spells**:: 1st: [*shattering gem*](https://2e.aonprd.com/Spells.aspx?ID=2364), 4th: [*ocular overload*](https://2e.aonprd.com/Spells.aspx?ID=959) #### Themis (Justice) **Roman Name**:: Justitia **Domains**:: Duty, truth **Cleric Spells**:: 1st: [*animate rope*](https://2e.aonprd.com/Spells.aspx?ID=667), 5th: [*forceful hand*](https://2e.aonprd.com/Spells.aspx?ID=915) #### Tyche (Luck) **Roman Name**:: Fortuna **Domains**:: Change, luck **Cleric Spells**:: 1st: [*sure strike*](https://2e.aonprd.com/Spells.aspx?ID=1709), 7th: [*true target*](https://2e.aonprd.com/Spells.aspx?ID=1726) #### Typhon (Father of All Monsters) **Roman Name**:: None **Domains**:: Abomination, destruction **Cleric Spells**:: 1st: [*noxious vapors*](https://2e.aonprd.com/Spells.aspx?ID=2011), 8th: [*monstrosity form*](https://2e.aonprd.com/Spells.aspx?ID=1608) #### Zelos (Rivalry) **Roman Name**:: Invidia **Domains**:: Ambition, zeal **Cleric Spells**:: 1st: [*agitate*](https://2e.aonprd.com/Spells.aspx?ID=2341), 2nd: [*paranoia*](https://2e.aonprd.com/Spells.aspx?ID=1623) \column ## Credits ### Resources * [The Homebrewery](https://homebrewery.naturalcrit.com/), by [Scott Tolksdorf](https://www.reddit.com/user/stolksdorf/) * [Pathfinder Infinite Template](https://homebrewery.naturalcrit.com/share/gCfH5U1U_WGE), by [/u/Gambatte](https://www.reddit.com/user/Gambatte/) ### Art * [*Pallas Athena*](https://en.wikipedia.org/wiki/Pallas_Athena_%28Rembrandt%29), by [Rembrandt](https://en.wikipedia.org/wiki/Rembrandt) (Cover) ## Legal ### Community Use Policy This homebrew uses trademarks and/or copyrights owned by Paizo Inc., used under Paizo's Community Use Policy (paizo.com/communityuse). I am expressly prohibited from charging you to use or access this content. This homebrew is not published, endorsed, or specifically approved by Paizo. For more information about Paizo Inc. and Paizo products, visit paizo.com. ### ORC License #### ORC Notice This product is licensed under the ORC License held in the License of Congress at TX-307-067 and available online at various locations including www.azoralaw.com/orclicense and others. All warranties are disclaimed as set forth therein. #### Attribution This product is based on the following Licensed Material: *Pathfinder Roleplaying Game*, © Paizo Inc. Designed by Jason Bulmahn. If you use my Licensed Material in your own published work, please credit me in your product as follows: *Pantheon: Olympus*, Designed by /u/Teridax68.