```metadata title: The Scion description: >- A homebrewed class for Pathfinder Second Edition based on the Magus, combining the best bits of a martial and spellcaster class. 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}} ::::::::::::::::::::::::::::::::::::::::::::::::::::::: ___ # The Scion ___ ![](https://cdna.artstation.com/p/assets/images/images/081/973/174/large/lewcatt-renalla.jpg?1731715565){position:absolute;top:0px;left:0px;width:816px} \page # The Scion {{subtitle One of the most popular character fantasies is the gish, a class that fights with both weapons and spells, and in Pathfinder Second Edition the archetypal gish class is the Magus. Essentially a fusion of Fighter and Wizard, the class combines spell and strike into a single activity, fulfilling the gish fantasy. In my opinion, however, there is room to develop the gish fantasy even further: there are many more opportunities to have gish characters that aren't prepared arcane spellcasters, and in fact there is often player demand for gish class archetypes of popular casters like the Bard or Druid. From this idea grew the Scion, a gish class that lets the player take any martial and caster class, smash them together, and combine their fighting benefits with a unique action. }} ___ ### Evolving Beyond the Magus Although the Magus excels at a very specific character fantasy, there is room to explore hybrid combat in new and different ways: #### Traditions Beyond Arcane The Magus is defined specifically as a studious arcane spellcaster much like the Wizard, which does not describe every potential hybrid class. There is room for more gish characters that draw from the divine, occult, or primal traditions, and incorporate their own spells into Strike-based combat. #### Spells Beyond Attacks The Magus's Spellstrike activity is the crux of their fighting style, but works at its best with only a small subset of spells. When the class isn't multiclassing into a Psychic and Spellstriking with an amped *imaginary weapon*, they're often committing their limited spell slots towards Spellstriking. There is an untapped opportunity here for a hybrid class that feels less pressured to dip into spell slots for combat, and incentivized instead to lean into the versatility of their spell list. #### Actions Beyond Spellstriking Because the Magus's Spellstrike defines so many of their actions in combat, the activity can often feel all-consuming, to the point of even having to plan turns in advance. Although this is a valid form of gameplay to have on the Magus, this leaves space for hybrid classes that play differently and deal with different costs to their action economy, allowing them to incorporate more varied actions. \column ### Class Outline The following brew intends to implement a flexible gish class in the form of the Scion, a class with the following key aspects: #### Partial-Class Subclasses Central to the Scion's customization is their hybrid focus, which allows them to choose one magical subclass and one martial subclass. Each of these subclasses is based on an existing class, includes a small amount of their defining features, and lets the Scion opt more easily into their feats, giving the class incredible freedom of customization. #### Spell Combat Drawing from a Magus mechanic in Pathfinder First Edition, Spell Combat is an activity that lets the Scion Strike and Cast a Spell simultaneously, reducing their combined action cost without increasing the spell's accuracy. #### Fusion Spells Initially, Spell Combat is restricted to cantrips, but as the Scion progresses, they unlock an extra number of spell slots dedicated purely to combat, allowing them to use their main spell slots for a greater variety of situations. #### 50 Feats In addition to the class feats the Scion can take through their subclasses, several more bespoke feats allow the class to modify Spell combat in various ways, magically enhance their skill actions, and radically alter their spellcasting, among many other benefits. \page # Scion {{subtitle You live astride two worlds. One is of might, of rigorous physical training and martial techniques. The other is of magic, of spells and control over their energies. Your seek the best of both these worlds, fighting with a unique style that combines spell and blade. }} ___ {{wide {{side,right ### Initial Proficiencies At 1st level, you gain the listed proficiency ranks in the following statistics. You are untrained in anything not listed unless you gain a better proficiency rank in some other way. ### Perception Trained in Perception ### Saving Throws Trained in Fortitude Trained in Reflex Expert in Will ### Skills Trained in one skill determined by your magical focus Trained in one skill determined by your martial focus Trained in a number of skills equal to 2 plus your Intelligence modifier ### Attacks Trained in simple weapons Trained in unarmed attacks ### Defenses Untrained in all armor Trained in unarmored defense ### Spells Trained in spell attack modifier Trained in spell DC ### Class Trained in scion class DC }} {{note,width:60%,columns:2 #### Key Ability ##### Any At 1st level, your class gives you an attribute boost determined by your martial focus. : #### Hit Points ##### 8 plus your Constitution Modifier You increase your maximum number of HP by this number at 1st level and every level thereafter. }} ### During Combat Encounters... You're a flurry of magic and weapons or an open hand, blending physical attacks and offensive spells seamlessly into one another. ### During Social Encounters... Your diverse pursuits render you knowledgeable on many topics, giving you a varied social skillset and often a few spells to aid you. ### While Exploring... Your magic enhances your physical ability and skills, allowing you to perceive danger and navigate obstacles in impossible ways. ### In Downtime... You spend equal time developing your magical and martial abilities, pursuing an art or career that draws upon either or both. ### You Might... * Enjoy variety in all things, and appreciate the importance of broadening one's perspective. * Try to emulate and surpass specialists in their field. * Feel like a constant outsider as you're caught in two separate worlds, never fully belonging to either one. ### Others Probably... * Look to you to provide unique insight stemming from your varied life experience. * Assume your diverse abilities make you skilled at everything. * Dismiss your split focus as an inability to commit to any single pursuit. }} \page ##### Scion Advancement | Your Level | Class Features | |:----------:|:---------------| | 1 | Ancestry and background, initial proficiencies, attribute boosts, hybrid focus, scion spellcasting, spell repertoire, spell combat | | 2 | Scion feat, skill feat | | 3 | 2nd-rank spells, general feat, skill increase, unlimited signature spells, weapon resonance | | 4 | Scion feat, skill feat | | 5 | 3rd-rank spells, ancestry feat, bolster defense, expert scion attacks, attribute boosts, skill increase | | 6 | Scion feat, skill feat | | 7 | 4th-rank spells, fusion spells, general feat, skill increase, weapon specialization | | 8 | Scion feat, skill feat | | 9 | 5th-rank spells, ancestry feat, balanced will, expert spellcaster, perception expertise, skill increase | | 10 | Attribute boosts, scion feat, skill feat | | 11 | 6th-rank spells, general feat, scion defensive expertise, skill increase | | 12 | Scion feat, skill feat | | 13 | 7th-rank spells, ancestry feat, master scion attacks, skill increase | | 14 | Scion feat, skill feat | | 15 | 8th-rank spells, attribute boosts, bolster second defense, general feat, greater weapon specialization, skill increase | | 16 | Scion feat, skill feat | | 17 | 9th-rank spells, ancestry feat, master spellcaster, scion defensive mastery, skill increase | | 18 | Scion feat, skill feat | | 19 | General feat, perfect fusion, skill increase | | 20 | Attribute boosts, scion feat, skill feat | ## Class Features You gain these abilities as a scion. Abilities gained at higher levels list the level at which you gain them next to the features' names. ### Ancestry and Background In addition to what you get from your class at 1st level, you have the benefits of your selected ancestry and background. ### Initial Proficiencies At 1st level, you gain a number of proficiencies that represent your basic training. These proficiencies are noted at the start of this class. \column ### Attribute Boosts In addition to what you get from your class at 1st level, you have four free boosts to different attribute modifiers. At 5th level and every 5 levels thereafter, you boost four different attribute modifiers. If an attribute modifier is already +4 or higher, it takes two boosts to increase it; you get a partial boost, and you must boost that attribute again at a later level to increase it by 1. ### Hybrid Focus Your fighting style combines physical rigor with potent magic, deriving both elements from other classes. Your hybrid focus includes a magical focus and a martial focus, each of which you choose independently of the other. Each focus is based on another class: when you select a focus, you gain the ability to select class feats for that class, using your scion level for the purpose of meeting the feat's prerequisites, and your scion class DC instead of the class's DC. You also count as having the class's corresponding multiclass dedication feat for the purpose of selecting its multiclass archetype's feats. #### Magical Focus Your magical focus determines the tradition of magic you cast, as well as whether you're a prepared or spontaneous spellcaster. Your magical focus gives you a trained skill, as well as one or more class features. #### Martial Focus Your martial focus determines your key attribute as well as your proficiency with armor and weapons. Your martial focus gives you a trained skill, expert proficiency in a saving throw, and one or more class features. ### Scion Spellcasting When your remarkable strength or agility isn't enough, you have reserves of magic that let you solve problems and enhance your fighting capabilities. You can cast spells of your magical focus's tradition using the Cast a Spell activity. Your method of casting spells emulates that of your magical focus, while incorporating weapon flourishes and other physically-demanding techniques from your martial focus. Each day, you can cast a 1st-rank spell. The number of spells you can cast each day is called your spell slots. As you increase in level as a scion, your number of spell slots and the highest rank of spells you can cast from spell slots increase, as shown in the Scion Spells Per Day table. Because you split your focus between martial combat and spellcasting, you have no more than two spell slots of your highest rank and, if you can cast 2nd-rank spells or higher, two spell slots of 1 rank lower than your highest spell rank. \page Some of your spells require you to attempt a spell attack to see how effective they are or have your enemies roll against your spell DC (typically by attempting a saving throw). Your spell attack modifiers and spell DCs use the spellcasting attribute modifier determined by your magical focus. #### Heightening Spells When you get spell slots of 2nd rank and higher, you can fill those slots with stronger versions of lower-rank spells. This increases the spell's rank, heightening it to match the spell slot. Many spells have specific improvements when they are heightened to certain ranks. If you're a spontaneous spellcaster, you must normally have a spell in your spell repertoire at the rank you want to cast in order to heighten it to that rank, but the unlimited signature spells class feature lets you heighten your spells freely. #### Cantrips Some of your spells are cantrips. A cantrip is a special type of spell that doesn't use spell slots. You can cast a cantrip at will, any number of times per day. A cantrip is automatically heightened to half your level rounded up—this is usually equal to the highest rank of scion spell slot you have. For example, as a 1st-level scion, your cantrips are 1st-rank spells, and as a 5th-level scion, your cantrips are 3rd-rank spells. ### Spell Repertoire You have a collection of spells you can cast called a spell repertoire. You choose spells in your repertoire from the list of common spells of your magical focus’s tradition or from other spells of that tradition to which you gain access and learn via Learn a Spell. As you gain new spells in your repertoire, you might want to replace some of the spells you previously learned. Each time you gain a level, you can swap out one of your old spells for a different spell of the same rank. This spell can be a cantrip. You can also swap out spells by retraining during downtime. The size of your spell repertoire and the way in which you use it to cast spells is determined by your magical focus's spell retention, making you a prepared or spontaneous spellcaster. #### Prepared Spellcaster If you're a prepared spellcaster, you have a repertoire of ten cantrips and five 1st-rank spells. Each time you gain a level, you add two spells to your repertoire of any rank that you can cast. You can add spells to your repertoire with the Learn a Spell activity. You can prepare up to five cantrips from your repertoire, and prepare spells from your repertoire to fill your spell slots. Prepared spells remain available to you until you cast them or until you prepare your spells again. \column #### Spontaneous Spellcaster If you’re a spontaneous spellcaster, you have a repertoire of five cantrips and two 1st-rank spells. You can cast any spell in your spell repertoire by using a spell slot of an appropriate spell rank. Your spell repertoire changes as you increase in level as a scion. Each time you gain one or more spell slots, you add an equal number of spells to your repertoire of the same rank. Each time you lose one or more spell slots, you also lose an equal number of spells in your repertoire of the same rank. ### Spell Combat You've trained to wield spells and weapons together in combat, fighting simultaneously with both. You gain the Spell Combat activity. {{template #### Spell Combat {{pf,one}} to {{pf,three}} {{taglist {{tag,keyword flourish}} {{tag,keyword scion}} }} **Requirements** You're not affected by a multiple attack penalty. ___ You assault your foe with both an attack and a simple spell. Make a Strike, then cast a harmful cantrip against the target of your Strike that uses the same number of actions as Spell Combat, applying your multiple attack penalty normally. If you made a melee Strike, the spell doesn't have the manipulate trait when cast this way. Casting a spell with Spell Combat counts as an attack for the purpose of increasing your multiple attack penalty, even if the spell doesn't make an attack roll. The spell targets only the target of your Strike, even if it normally allows more targets. This includes area spells, which only the target attempts a saving throw against. Any ongoing effects of the area, such as the difficult terrain from *scatter scree*, affect only the target’s space. Some feats let you affect more creatures. }} ### Scion Feats {{float:right 2ND}} At 2nd level and every even-numbered level, you gain a scion class feat. ### Skill Feats {{float:right 2ND}} At 2nd level and every 2 levels thereafter, you gain a skill feat. Skill feats have the skill trait. You must be trained or better in the corresponding skill to select a skill feat. ### General Feats {{float:right 3RD}} At 3rd level and every 4 levels thereafter, you gain a general feat. \page ### Skill Increases {{float:right 3RD}} At 3rd level and every 2 levels thereafter, you gain a skill increase. You can use this increase to either become trained in one skill you’re untrained in, or become an expert in one skill in which you’re already trained. At 7th level, you can use skill increases to become a master in a skill in which you’re already an expert, and at 15th level, you can use them to become legendary in a skill in which you’re already a master. ### Unlimited Signature Spells {{float:right 3RD}} All your spells are signature spells. You don't need to learn heightened versions of signature spells separately; instead, you can heighten these spells freely. If you've learned a spell at a higher rank than its minimum, you can also cast all its lower-rank versions without learning those separately. ### Weapon Resonance {{float:right 3RD}} Your magic resonates uniquely with weapons, allowing you to hone your magical attacks to even deadlier effect. When you make a spell attack with a scion spell, the attack roll benefits from any *weapon potency* runes etched onto a weapon or *handwraps of mighty blows* you're wielding, as if it were a weapon attack. If you're playing with the Automatic Bonus Progression variant, your spell attacks instead gain the potency bonus from your attack potency feature. ### Ancestry Feats {{float:right 5TH}} In addition to the ancestry feat you started with, you gain an ancestry feat at 5th level and every 4 levels thereafter. ### Bolster Defense {{float:right 5TH}} You shore up your weakest defense with rigorous training. Choose your saving throw that wasn't improved by your martial focus's expert save from Fortitude or Reflex. Your proficiency rank for that saving throw increases to expert. ### Expert Scion Attacks {{float:right 5TH}} You've learned to wield physical and magical attacks even more accurately than before. Your proficiency ranks for simple weapons, unarmed attacks, spell attack modifier, and any other weapons you gain from your scion class features, such as your martial focus's additional training, increases to expert. ### Fusion Spells {{float:right 7TH}} You've developed the ability to use certain spells even more effectively in combat. You gain two special 2nd-rank fusion spell slots, which you can't use to Cast a Spell by normal means, nor for abilities that give you more spell slots, expend spell slots, or let you cast spells without expending spell slots. You gain the Fusion Spell Combat synthesis free action listed below, which lets you use fusion spells with Spell Combat. \column You gain a fusion spell repertoire, which follows the same rules your normal spell repertoire but is separate from it. The spells in your fusion spell repertoire must be spells you can use with Spell Combat, and of a rank you can cast with fusion spell slots. If you're a spontaneous spellcaster, your repertoire has two spells; if you're a prepared spellcaster, your repertoire starts with five spells, increasing in size at the same rate as your normal spell repertoire. If you Learn a Spell as a prepared spellcaster, you can add the spell to both your repertoires at once. Your fusion spell slots improve as you increase in level as a scion. At 9th level and every odd level, you lose your current fusion spell slots, and instead gain two fusion spell slots of 2 ranks lower than your highest spell rank. {{note ##### The Synthesis Trait Actions with the synthesis trait tweak the properties of your Spell Combat activity, much like how spellshape actions alter spells. You must use a synthesis action directly before Spell Combat to apply its modifications. If you use any action (including free actions and reactions) other than a synthesis action directly after, you waste the benefits of the synthesis action. Any additional effects added by a synthesis action are part of Spell Combat's effect, not of the synthesis action itself. }} {{template #### Fusion Spell Combat {{pf,free}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} You unleash a flurry of even stronger magic alongside your attack. If your next action is to use Spell Combat, you can Cast a Spell from your fusion spell slots instead of a cantrip. }} ### Weapon Specialization {{float:right 7TH}} You've learned how to inflict greater injuries with the weapons you know best. You deal 2 additional damage with weapons and unarmed attacks in which you're an expert. This damage increases to 3 if you're a master, and 4 if you're legendary. ### Balanced Will {{float:right 9TH}} Your broad range of disciplines has tempered your mind. Your proficiency rank for Will saves increases to master. When you roll a success at a Will save, you get a critical success instead. ### Expert Spellcaster {{float:right 9TH}} You've incorporated magical techniques even more effectively into your fighting style. Your proficiency rank for scion class DC and spell DC increases to expert. ### Perception Expertise {{float:right 9TH}} You remain alert to threats around you. Your proficiency rank for Perception increases to expert. \page {{wide ##### Scion Spells Per Day | Your Level | Cantrips | 1st | 2nd | 3rd | 4th | 5th | 6th | 7th | 8th | 9th | 10th | |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| | 1 | 5 | 1 | — | — | — | — | — | — | — | — | — | | 2 | 5 | 2 | — | — | — | — | — | — | — | — | — | | 3 | 5 | 2 | 1 | — | — | — | — | — | — | — | — | | 4 | 5 | 2 | 2 | — | — | — | — | — | — | — | — | | 5 | 5 | — | 2 | 2 | — | — | — | — | — | — | — | | 6 | 5 | — | 2 | 2 | — | — | — | — | — | — | — | | 7 | 5 | — | 2* | 2 | 2 | — | — | — | — | — | — | | 8 | 5 | — | 2* | 2 | 2 | — | — | — | — | — | — | | 9 | 5 | — | — | 2* | 2 | 2 | — | — | — | — | — | | 10 | 5 | — | — | 2* | 2 | 2 | — | — | — | — | — | | 11 | 5 | — | — | — | 2* | 2 | 2 | — | — | — | — | | 12 | 5 | — | — | — | 2* | 2 | 2 | — | — | — | — | | 13 | 5 | — | — | — | — | 2* | 2 | 2 | — | — | — | | 14 | 5 | — | — | — | — | 2* | 2 | 2 | — | — | — | | 15 | 5 | — | — | — | — | — | 2* | 2 | 2 | — | — | | 16 | 5 | — | — | — | — | — | 2* | 2 | 2 | — | — | | 17 | 5 | — | — | — | — | — | — | 2* | 2 | 2 | — | | 18 | 5 | — | — | — | — | — | — | 2* | 2 | 2 | — | | 19 | 5 | — | — | — | — | — | — | — | 2 | 2 | 2* | | 20 | 5 | — | — | — | — | — | — | — | 2 | 2 | 2* | | * The fusion spells and perfect fusion class features give you special spell slots that work differently from other spell slots. |||||||||||| }} ### Scion Defensive Expertise {{float:right 11TH}} You've made yourself harder to hit with a combination of evasive techniques and protective magic. Your proficiency rank for unarmored defense, as well as any armor you gain from your martial focus's additional training, increases to expert. ### Master Scion Attacks {{float:right 13TH}} You've mastered the offensive capabilities of your spells and weapons. Your proficiency ranks for simple weapons, unarmed attacks, spell attack modifier, and any other weapons you gain from your scion class features, such as your martial focus's additional training, increases to master. ### Bolster Second Defense {{float:right 15TH}} You've honed your martial focus's defense even further. Your proficiency rank for your martial focus's expert save increases to master. When you roll a success on that saving throw, you get a critical success instead. ### Greater Weapon Specialization {{float:right 15TH}} Your damage from weapon specialization increases to 4 with weapons and unarmed attacks in which you're an expert, 6 if you're a master, and 8 if you're legendary. \column ### Master Spellcaster {{float:right 17TH}} You wield spells masterfully in the heat of battle. Your proficiency rank for scion class DC and spell DC increases to master. ### Scion Defensive Mastery {{float:right 17TH}} Your hybrid defenses are almost impossible to go through. Your proficiency rank for unarmored defense, as well as any armor you gain from your martial focus's additional training, increases to master. ### Perfect Fusion {{float:right 19TH}} You've reached the pinnacle of your hybrid capabilities, and can produce impossibly potent displays of might and magic. You gain two 10th-rank fusion spell slots from fusion spells, instead of the lower-rank fusion spell slots you'd normally gain from the class feature. ## Magical Foci Your magical focus is your way of using magic and incorporating it into your fighting style. It determines your spell list, the tradition of spells you cast, the way in which you retain spells, your spellcasting modifier, and grants you access to a trained skill and additional class features. \page **Tradition**:: You use this magical tradition and spell list. **Spell Retention**:: You use this method of retaining spells, whether as a prepared or spontaneous spellcaster. **Spellcasting Attribute**:: You use this attribute as your spellcasting attribute for scion spells. **Magical Skill**:: You become trained in the listed skill. If the entry lists "Your tradition's skill", the skill is Arcana for the arcane tradition, Nature for primal, Occultism for occult, and Religion for divine. **Magical Arts**:: You gain the listed additional benefits and class features. ### Animist You have the ability to bond with apparitions, channeling divine magic as well as that of your spiritual allies. **Tradition**:: Divine **Spell Retention**:: Prepared **Spellcasting Attribute**:: Wisdom **Magical Skill**:: Religion **Magical Arts**:: You gain the following: * Each day during your daily preparations, you can attune to an apparition. You become trained in the apparition's Lore skills while attuned to it, becoming an expert at 8th level and a master at 16th level, and you can prepare spells from your apparition's repertoire in addition to your own. * Select an animistic practice; you don’t gain any abilities from your choice of practice. ### Bard You derive inspiration from a muse, making magic as you stir hearts and minds with your occult performances. **Tradition**:: Occult **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Charisma **Magical Skill**:: Occultism **Magical Arts**:: Select a muse, add its granted spell to your spell list if it's not an occult spell, and gain the *courageous anthem* composition cantrip. You don't gain any other abilities from your choice of muse. ### Cleric You worship a deity, who grants you divine magic in service of your faith. **Tradition**:: Divine **Spell Retention**:: Prepared **Spellcasting Attribute**:: Wisdom **Magical Skill**:: Religion **Magical Arts**:: You gain the cleric's deity, sanctification, and anathema class features. You don't become trained in your deity's skill. ### Druid You are a steward of the awesome power of nature, and draw your magic from it. **Tradition**:: Primal **Spell Retention**:: Prepared \column **Spellcasting Attribute**:: Wisdom **Magical Skill**:: Nature **Magical Arts**:: Select a druidic order, and gain the druid's anathema, voice of nature, and wildsong class features. You don't gain any abilities from your choice of order. ### Kineticist You've opened a gate of primal magic within you, allowing you to channel the elements. **Tradition**:: Primal **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Constitution **Magical Skill**:: Nature **Magical Arts**:: You gain the following: * You lose the scion spellcasting and spell repertoire class feature, and don't gain the fusion spells or perfect fusion class features. * Select an element, and gain a 1st-level impulse feat with that element's trait. * You gain a kinetic aura, the Channel Elements action, and the Elemental Blast action. You don't get to use an Elemental Blast or stance impulse when you Channel Elements. * Your impulses count as cantrips for the purpose of interacting with your scion class features, such as Spell Combat or the weapon resonance class feature, and you use your spell attack roll modifier and spell DC for your impulse attack rolls and DCs respectively. * You gain the kineticist's gate's threshold class feature at 3rd level and every 4 levels thereafter. ### Mystic {{taglist {{tag,rare rare}} }} You've tapped into the connection between all things, drawing magic from your bonds with allies. More information about the mystic can be found in the *Starfinder Second Edition Playtest Rulebook*. This magical focus becomes common if you're playing a Starfinder adventure. **Tradition**:: Your connection's tradition (see below) **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Wisdom **Magical Skill**:: Your tradition's skill **Magical Arts**:: Select a connection, add its listed spells to your spell list, and gain the mystic's mystic bond class feature. You don't gain any other abilities from your choice of connection. ### Necromancer Your obsession with death has led you to pursue occult magic and create undead. **Tradition**:: Occult **Spell Retention**:: Prepared **Spellcasting Attribute**:: Intelligence **Magical Skill**:: Occultism **Magical Arts**:: You gain the following: * Your spell repertoire is called your dirge. * Select a grim fascination; you don't gain any abilities from your choice of fascination. \page * You gain the *create thrall* grave cantrip. You can create up to two thralls when you gain the expert spellcaster class feature, and up to three when you gain the master spellcaster class feature. If you use *create thrall* as part of Spell Combat, you still create these thralls normally, though one of the thralls created by the cantrip must attack the target of your Strike. ### Oracle A divine mystery grants you incredible powers and a terrible curse. **Tradition**:: Divine **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Charisma **Magical Skill**:: Religion **Magical Arts**:: Select a mystery. You gain your mystery's curse, its 1st-level oracle feat, and add your mystery's listed spells to your spell list. You don't gain any other abilities from your choice of mystery. Even if you lack a focus pool, you can Refocus by reconciling the conflicting nature of your mystery, which also reduces your cursebound value by 1. ### Psychic You've unlocked the potential of your mind, allowing you to cast occult spells. **Tradition**:: Occult **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Your subconscious mind's attribute (see below) **Magical Skill**:: Occultism **Magical Arts**:: Select a conscious mind and a subconscious mind. You add your conscious mind's listed spells to your spell list. Your repertoire must include your conscious mind's standard and surface psi cantrips, and you gain your conscious mind's passive benefits to your standard psi cantrips. You don't gain any other abilities from your conscious mind or subconscious mind. ### Sorcerer The power in your blood has awakened, granting you incredibly potent magic from your bloodline. **Tradition**:: Your bloodline's tradition (see below) **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Charisma **Magical Skill**:: Your tradition's skill **Magical Arts**:: Select a bloodline, add its listed spells to your spell list, and gain its blood magic effect. Spells you cast using your scion spell slots count as sorcerous gift spells for the purpose of benefiting from your blood magic effects, even if they're not listed in your bloodline's sorcerous gifts. You don't gain any other abilities from your choice of bloodline. ### Summoner You've formed a connection with an eidolon, sharing your life force with it and drawing your magic from your bond. \column **Tradition**:: Your eidolon's tradition (see below) **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Charisma **Magical Skill**:: Your tradition's skill **Magical Arts**:: You gain the summoner's eidolon class feature with the following adjustments: * Your eidolon doesn't gain its initial ability, and it shares all of your attributes and proficiencies, adjusting them to match yours. * You can't use tandem actions, preventing you from using Act Together. * When you use Spell Combat, you can have your eidolon Strike instead of you. ### Witch You've formed a covenant with a mysterious patron, who teaches you magic by way of a familiar. **Tradition**:: Your patron's tradition (see below) **Spell Retention**:: Prepared **Spellcasting Attribute**:: Intelligence **Magical Skill**:: Your tradition's skill **Magical Arts**:: Select a patron and gain the witch's familiar feature. You don't gain your patron's initial lesson or an additional spell repository, and you prepare scion spells from your familiar, who holds your spell repertoire. ### Witchwarper {{taglist {{tag,rare rare}} }} Your very existence is a paradox, and you can magically alter reality. More information about the witchwarper can be found in the *Starfinder Second Edition Playtest Rulebook*. This magical focus becomes common if you're playing a Starfinder adventure. **Tradition**:: Your paradox's tradition (see below) **Spell Retention**:: Spontaneous **Spellcasting Attribute**:: Intelligence **Magical Skill**:: Your tradition's skill **Magical Arts**:: Select a paradox, add its listed spells to your spell list, and gain the witchwarper's quantum field class feature, as well as your paradox's unique quantum field effect. You don't gain any other abilities from your choice of paradox. ### Wizard You're a true student of magic, researching arcane spells and selecting the ones best-suited to achieving your current goals. **Tradition**:: Arcane **Spell Retention**:: Prepared **Spellcasting Attribute**:: Intelligence **Magical Skill**:: Arcana **Magical Arts**:: Select an arcane school, and gain the wizard's spell substitution arcane thesis and a spellbook worth 10 sp or less. You prepare scion spells from your spellbook, which holds your spell repertoire, and don't gain any abilities from your choice of school. \page ## Martial Foci Your martial focus is your physical combat style. It determines your key attribute, and grants you a trained skill, additional training in armor and weapons, expert proficiency in a saving throw, and additional class features. **Key Attribute**:: You use this attribute as your key attribute. **Expert Save**:: You become an expert in the listed saving throw. **Martial Skill**:: You become trained in the listed skill. **Additional Training**:: You become trained in the listed armor and weapons. **Martial Techniques**:: You gain the listed additional benefits and class features. ### Alchemist Your scientific pursuit of alchemy lets you concoct strange, potent, and often explosive brews to aid you in combat. **Key Attribute**:: Intelligence **Expert Save**:: Fortitude or Reflex **Martial Skill**:: Crafting **Additional Training**:: Light armor, medium armor, alchemical bombs **Martial Techniques**:: You gain the alchemist's alchemy and research field class features. You don't gain the advanced alchemy ability, and can only have a maximum of 4 versatile vials. ### Barbarian Your strength in battle comes from a deep-seated rage that comes out when you fight. **Key Attribute**:: Strength **Expert Save**:: Fortitude **Martial Skill**:: Athletics **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: Select a barbarian instinct, become bound by its anathema, if any, and gain the barbarian's Rage action. Your scion spells gain the rage trait while you're raging, and add Rage's additional damage to their damage rolls. You don't gain any other abilities from your choice of instinct. ### Champion You've devoted yourself to a deity and a cause, receiving divine power in exchange for your devotion. **Key Attribute**:: Strength or Dexterity **Expert Save**:: Fortitude **Martial Skill**:: Varies (see below) **Additional Training**:: All armor, martial weapons **Martial Techniques**:: Select a cause, and gain the champion's deity feature, adding your cause's edicts and anathema to your deity's. You don't gain any other abilities from your choice of cause, and you can use your magical focus's spellcasting attribute instead of Charisma as the spellcasting attribute for your devotion spells. \column ### Commander You leverage your keen intellect and combat tactics to turn the tide of battle. **Key Attribute**:: Intelligence **Expert Save**:: Reflex **Martial Skill**:: Warfare Lore (you gain the benefit of [Additional Lore](https://2e.aonprd.com/Feats.aspx?ID=5114)) **Additional Training**:: All armor, martial weapons **Martial Techniques**:: You gain the commander's banner and tactics class features. Your folio contains only two tactics, and you can only prepare one tactic at a time, but you can swap out a tactic in your folio for a different tactic each time you gain a level. ### Envoy {{taglist {{tag,rare rare}} }} You're a born leader, using your wits, charm, and natural magnetism to manipulate the battlefield. More information about the operative can be found in the *Starfinder Second Edition Playtest Rulebook*. This martial focus becomes common if you're playing a Starfinder adventure. **Key Attribute**:: Charisma **Expert Save**:: Reflex **Martial Skill**:: Deception, Diplomacy, or Intimidation **Additional Training**:: Light armor, martial weapons **Martial Techniques**:: Select an envoy leadership style, and gain the envoy directive and social mastermind class features. You don't gain any abilities from your choice of leadership style. ### Exemplar {{taglist {{tag,rare rare}} }} A divine spark within you lets you accomplish feats beyond the ability of most mortals. **Key Attribute**:: Strength or Dexterity **Expert Save**:: Fortitude **Martial Skill**:: Any **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: Select two ikons from the ikons list. You gain these ikons, the Shift Immanence action, and the exemplar's spark transcendence class feature. You don't benefit from your ikons' immanence effects, though you still benefit from immanence effects you gain from exemplar class feats. ### Fighter You're a specialist in warfare, training rigorously in all weapons and armor. **Key Attribute**:: Strength or Dexterity **Expert Save**:: Fortitude or Reflex **Martial Skill**:: Acrobatics or Athletics **Additional Training**:: All armor, all weapons **Martial Techniques**:: None \page ### Guardian You've trained to wield armor effectively and draw attention away from your allies. **Key Attribute**:: Strength **Expert Save**:: Fortitude **Martial Skill**:: Athletics **Additional Training**:: All armor, martial weapons **Martial Techniques**:: You gain the Shield Block general feat and the Taunt action. ### Gunslinger {{taglist {{tag,uncommon uncommon}} }} Your fast hand and keen aim make you a skilled shooter. **Key Attribute**:: Dexterity **Expert Save**:: Fortitude or Reflex **Martial Skill**:: Your way's skill (see below) **Additional Training**:: Light armor, medium armor, martial weapons, advanced crossbows and firearms **Martial Techniques**:: You gain the gunslinger's way class feature. ### Inventor {{taglist {{tag,uncommon uncommon}} }} Your boundless creativity allows you to use gadgets and gizmos to assist you in battle. **Key Attribute**:: Intelligence **Expert Save**:: Fortitude **Martial Skill**:: Crafting **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: You gain the inventor's innovation, explode, and peerless inventor class features. ### Investigator Your keen mind and analytical capabilities allow you to outsmart your foes and devise complex stratagems. **Key Attribute**:: Intelligence **Expert Save**:: Reflex **Martial Skill**:: Society **Additional Training**:: Light armor, martial weapons **Martial Techniques**:: Select a methodology, and gain the investigator's on the case and devise a stratagem class features. You don't gain any abilities from your choice of methodology. ### Monk You train rigorously in martial arts, honing your body into a deadly weapon. **Key Attribute**:: Strength or Dexterity **Expert Save**:: Fortitude or Reflex **Martial Skill**:: Any **Additional Training**:: None **Martial Techniques**:: You gain the following: * You gain the monk's powerful fist class feature. * You gain a 1st-level monk feat of your choice. * You can use your magical focus's spellcasting attribute instead of Wisdom as the spellcasting attribute for your qi spells. \column * You become an expert in all saving throws. When you gain the bolster defense class feature, you can choose freely from Fortitude or Reflex, increasing your proficiency rank in that save to master. When you roll a success on that saving throw, you get a critical success instead. When you gain the bolster second defense class feature, you must choose the other saving throw. ### Operative {{taglist {{tag,rare rare}} }} You're a trained professional, taking out targets from afar with well-aimed shots. More information about the operative can be found in the *Starfinder Second Edition Playtest Rulebook*. This martial focus becomes common if you're playing a Starfinder adventure. **Key Attribute**:: Dexterity **Expert Save**:: Reflex **Martial Skill**:: Your specialization's skill (see below) **Additional Training**:: Light armor, all guns **Martial Techniques**:: Select an operative's specialization, and gain the operative's sharpshooter and mobile reload class features, as well as access to guns and their upgrades. You don't gain any other abilities from your choice of specialization. ### Ranger You're a skilled hunter, deploying a varied array of tools to take down your prey. **Key Attribute**:: Strength or Dexterity **Expert Save**:: Fortitude or Reflex **Martial Skill**:: Survival **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: You gain the following: * You become an expert in Perception. When you gain the perception expertise class feature, your proficiency rank in Perception increases to master. * You gain the Hunt Prey action. * You can use your magical focus's spellcasting attribute instead of Wisdom as the spellcasting attribute for your warden spells. ### Rogue You use crafty tricks and exploit your opponents' vulnerabilities to gain an advantage in combat. **Key Attribute**:: Dexterity **Expert Save**:: Reflex **Martial Skill**:: Stealth **Additional Training**:: Light armor, martial weapons **Martial Techniques**:: You gain the following: * You gain the rogue's surprise attack class feature. * You become trained in an additional skill of your choice. * Choose a skill in which you're trained. You gain a skill feat for that skill. At 3rd, 7th, and 15th levels, you gain an additional skill increase you can apply only to the chosen skill, and you gain an additional skill feat for that skill. \page * Select a rogue racket; you don't gain any abilities from your choice of racket. ### Runesmith You supplement your combat abilities with a collection of runes. **Key Attribute**:: Intelligence **Expert Save**:: Fortitude **Martial Skill**:: Crafting **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: You gain the following: * You gain the runesmith's runes and runic repertoire class features. You only have two runes in your runic repertoire, your runic repertoire's size doesn't increase as you increase in level, and you can't etch runes, but you can swap out a rune in your repertoire for a different 1st-level rune each time you gain a level. * When you use Spell Combat, you can Trace or Invoke a Rune instead of making a Strike. If you use the two-action version of Trace Rune, increase the number of actions to use Spell Combat by 1. ### Solarian {{taglist {{tag,rare rare}} }} You wield the cosmic forces of gravity and light, forging weaponry from the stars themselves. More information about the solarian can be found in the *Starfinder Second Edition Playtest Rulebook*. This martial focus becomes common if you're playing a Starfinder adventure. **Key Attribute**:: Strength **Expert Save**:: Reflex **Martial Skill**:: Athletics **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: Select a solarian arrangement, and gain the solarian's stellar attunement and solar manifestation class features, as well as access to solarian weapon crystals. You don't gain any other abilities from your choice of arrangement. ### Soldier {{taglist {{tag,rare rare}} }} Your military training allows you to deal and withstand heavy punishment. More information about the soldier can be found in the *Starfinder Second Edition Playtest Rulebook*. This martial focus becomes common if you're playing a Starfinder adventure. **Key Attribute**:: Constitution **Expert Save**:: Fortitude **Martial Skill**:: Intimidation **Additional Training**:: All armor, martial weapons \column **Martial Techniques**:: Choose a soldier fighting style, and gain the soldier's suppressing fire and walking armory class features, as well as access to weapons with the area or automatic trait and their upgrades. You don't gain any abilities from your choice of fighting style. ### Swashbuckler Your greatest weapons are your flair and elegance, and you pull off impressive stunts and deadly finishers in combat. **Key Attribute**:: Dexterity **Expert Save**:: Reflex **Martial Skill**:: Acrobatics **Additional Training**:: Light armor, martial weapons **Martial Techniques**:: You gain the swashbuckler's style, panache, and confident finisher class features. When you use Spell Combat, you can use a finisher instead of making a Strike. Unlike normally, using a finisher does not prevent you from using a cantrip with the attack trait as part of Spell Combat. Although you don't gain the precise strike class feature, you use precise strike's damage for your level to determine the effect of your finishers, such as Confident Strike's failure effect. ### Thaumaturge You wield the symbolic power of objects, using strange esoterica to reveal your opponents' vulnerabilities. **Key Attribute**:: Charisma **Expert Save**:: Fortitude **Martial Skill**:: Arcana, Nature, Occultism, or Religion **Additional Training**:: Light armor, medium armor, martial weapons **Martial Techniques**:: Choose an implement. You gain the implement's initiate benefit, the thaumaturge's esoteric lore class feature, and the Exploit Vulnerability action. You can't exploit a creature's mortal weakness or personal antithesis, regardless of your degree of success on your check to Exploit Vulnerability. ## Scion Feats At every level that you gain a scion feat, you can select one of the following. You must satisfy any prerequisites before taking the feat. Add the following feats to the listed options: [Preternatural Parry](https://2e.aonprd.com/Feats.aspx?ID=2879), [Spell Parry](https://2e.aonprd.com/Feats.aspx?ID=2851), and [Steady Spellcasting (Magus)](https://2e.aonprd.com/Feats.aspx?ID=2857). ###### 1st Level {{template #### Conceal Self {{pf,one}} {{label Feat 1}} {{taglist {{tag,keyword illusion}} {{tag,keyword manipulate}} {{tag,keyword scion}} }} **Prerequisites**:: Trained in Stealth ___ You can cloak yourself in illusion to make yourself harder to detect, even in plain sight. }} \page {{template You attempt to Hide, even if you don't benefit from concealment or cover. If you succeed and don't benefit from concealment or cover, you become concealed to the creature, rather than hidden. You can't use this concealment to Hide or Sneak, and this concealment ends if you use a hostile action. **Special**:: This feat has the trait corresponding to your magical focus's tradition. }} {{template #### Extended Reach {{label Feat 1}} {{taglist {{tag,keyword scion}} }} You've practiced combat with longer melee weapons and other attacks, extending the range of your spells to match. When you use Spell Combat and Strike with a melee weapon or a melee unarmed attack, the spell you cast as part of the activity can have a range shorter than the weapon or attack's reach, and its range increases to match that reach. }} {{template #### Intimidating Visions {{label Feat 1}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Trained in Intimidation ___ You can project murderous intent directly into a creature's mind. You gain the [Intimidating Glare](https://2e.aonprd.com/Feats.aspx?ID=5162) skill feat. You can Demoralize a creature telepathically; when you do, Demoralize loses the auditory trait, and you don’t take a penalty if the creature doesn’t understand your language. }} {{template #### Magic Athlete {{label Feat 1}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Trained in Athletics ___ You can use magic to reliably enhance your athletic ability. You gain the [Assurance](https://2e.aonprd.com/Feats.aspx?ID=5121) skill feat for Athletics. When you use Assurance on an Athletics check to Climb, Force Open, High Jump, Long Jump, or Swim, you can receive a result of 15 + your proficiency bonus, rather than 10 + your proficiency bonus. }} {{template #### Phase Through {{pf,one}} {{label Feat 1}} {{taglist {{tag,keyword scion}} {{tag,keyword teleportation}} }} **Prerequisites**:: Trained in Acrobatics ___ You use your magic to send out a wispy double of yourself, teleporting to its position as it passes through a foe. Attempt to Tumble Through an enemy's space. Rather than Stride, you make the Acrobatics check immediately. }} \column {{template On a success, you teleport up to your Speed; the enemy's space must be in-between your destination and your initial position. On a failure, you teleport to the nearest unoccupied space adjacent to the enemy. }} {{template #### Scion's Crucible {{pf,one}} {{label Feat 1}} {{taglist {{tag,keyword scion}} }} You apply a rigorous process of analysis to test a foe's defenses. You attempt to Recall Knowledge about an enemy. If you succeeded on the check, the enemy takes a -1 circumstance penalty to its AC against your next Strike until the end of your turn (-2 on a critical success), and if the Strike hits and deals damage, the enemy takes a -1 circumstance penalty to its defenses against your next harmful spell until the end of your turn (-2 on a critical success). Regardless of the results, the enemy is then immune to Scion's Crucible for 1 day. }} {{template #### Spell Aegis {{label Feat 1}} {{taglist {{tag,keyword scion}} }} You've trained to wield shields more effectively, and use your magic to ward yourself from an even greater range of threats. You gain the Shield Block general feat; if you had this feat already, you instead gain another 1st-level general feat of your choice. Damage you take as a result of a magical effect, such as a spell, can trigger your Shield Block reaction even if the damage isn't physical. }} {{template #### Staff Combatant {{label Feat 1}} {{taglist {{tag,keyword scion}} }} You favor the staff, for like you it is effective for both striking and spellcasting. Increase the staff's damage die by one step. Unlike normally, you can etch property runes onto a magic staff, though these runes are only active on a staff you've prepared and are wielding. }} {{template #### Synthesized Alteration {{label Feat 1}} {{taglist {{tag,keyword scion}} }} You've developed a way of integrating additional modifications to your hybrid fighting style. Choose a feat whose prerequisites you meet and that has the spellshape trait, or a similar trait that modifies one of the components of your Spell Combat activity (for instance, the infusion trait if you have a kineticist magical focus). You gain that feat, and replace that trait with the synthesis trait, causing it to modify its component if your next action is to use Spell Combat with that component. }} \page ##### Scion Feats by Name | Feat | Level | |:-----|:-----:| | Arcane Synthesis | 18 | | Blink Striker | 12 | | Catch Spell | 12 | | Combined Attack | 10 | | Conceal Self | 1 | | Destabilizing Feint | 4 | | Dispelling Combat | 16 | | Divine Synthesis | 18 | | Dominate Magic | 16 | | Energy Blast | 12 | | Eternal Aegis | 10 | | Expansive Spell Combat | 2 | | Extended Reach | 1 | | Feed the Ouroboros | 14 | | Hybrid Whirlwind | 16 | | Hybrid Spellcasting | 10 | | Impossible Reach | 10 | | Impossible Sheath | 2 | | Intimidating Visions | 1 | | Magic Athlete | 1 | | Mental Synthesis | 6 | | Occult Synthesis | 18 | | Ouroboros Stance | 8 | | Overwhelming Combat | 16 | Phase Through | 1 | {{template **Special**:: You can select this feat multiple times. Each time, choose a different feat. }} {{template #### Synthesized Technique {{pf,free}} to {{pf,one}} {{label Feat 1}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} You've expanded your combat style to include more complex weapon techniques. When you gain this feat, choose a feat whose prerequisites you meet, that requires 1 or 2 actions, that lacks the flourish or press traits, and that requires you to make a Strike. If your next action is to use Spell Combat, you can use the chosen feat instead of making a Strike. Synthesized Technique is a free action if the feat requires 1 action, and a single action if the feat requires 2 actions. **Special**:: You can select this feat multiple times. Each time, choose a different feat. }} \column ::: ||| |:-----|:-----:| | Physical Synthesis | 6 | | Preternatural Parry | 14 | | Primal Synthesis | 18 | | Scion's Crucible | 1 | | Scion of Magic | 20 | | Scion of Might | 20 | | Scion of Scions | 20 | | Scion of Two Worlds | 20 | | Sparkling Targe | 14 | | Spell Aegis | 1 | | Spell Cleave | 8 | | Spell Maneuver | 4 | | Spell Parry | 2 | | Spiritual Synthesis | 6 | | Staff Combatant | 1 | | Steadfast Fusion | 8 | | Steady Spellcasting | 4 | | Sudden Unsheath | 8 | | Surge Spells | 14 | | Synthesized Alteration | 1 | | Synthesized Technique | 1 | | Telesurgery | 2 | | Truth-Seeing Eyes | 12 | | Unpredictable Technique | 4 | | Vital Synthesis | 6 | ###### 2nd Level {{template #### Expansive Spell Combat {{pf,free}} {{label Feat 2}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} You can expand your hybrid fighting style's spells to affect an area. If your next action is to use Spell Combat, you do not limit the spell's number of targets or area, though the spell must still try to affect the target of your Strike. }} {{template #### Impossible Sheath {{label Feat 2}} {{taglist {{tag,keyword extradimensional}} {{tag,keyword scion}} }} You've created an extradimensional sheath for your weapon that you access through your clothing, typically through a pocket, sleeve, or seam. This sheath is hard to notice, granting a +2 circumstance bonus to your Stealth checks to Conceal an Item within it. The sheath can hold only one weapon at a time, and the weapon must be 3 Bulk or less. }} \page {{template You can Interact to draw or return a weapon in your extradimensional sheath, as can anyone else holding or wearing the clothing that contains the sheath. The weapon is expelled from your sheath if you fall unconscious or if your sheath's magic is dispelled, as with *dispel magic*. The sheath uses your spell DC as the counteract DC, and half your level rounded up as the counteract rank. You gain the Sheath Combat synthesis action. **Sheath Combat**:: {{pf,free}} (synthesis, scion) You draw your sheathed weapon or return it as part of your hybrid combat technique. If your next action is to use Spell Combat, you can either Interact to draw your weapon from the sheath before the action's Strike, or Interact to return your weapon to the sheath after completing the action's Strike or spell. **Special**:: This feat has the trait corresponding to your magical focus's tradition. }} {{template #### Telesurgery {{label Feat 2}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Trained in Medicine ___ With the aid of telekinesis, healing magic, or both, you can perform medical procedures from a distance. You don't need a healer's toolkit to perform Medicine skill activities or activities from Medicine skill feats, such as Battle Medicine, and you can perform these activities from up to 30 feet away. }} ###### 4th Level {{template #### Destabilizing Feint {{label Feat 4}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Expert in Deception ___ Your deceptions expose both your foes' magical and physical defenses up close. Targets that are off-guard as a result of your successful attempts to Feint also take a -2 circumstance penalty to their saves against your harmful spells while within your melee reach. If attempting a melee attack would end Feint's effects, casting a harmful spell against the target ends Feint's effects after the spell's effects are resolved as well. }} \column {{template #### Spell Maneuver {{pf,free}} {{label Feat 4}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} **Prerequisites**:: Expert in Athletics ___ You’ve incorporated your magic into a variety of maneuvers. If your next action is to use Spell Combat, you can replace the Strike with a Grapple, Reposition, Shove, or Trip. }} {{template #### Unpredictable Technique {{pf,one}} {{label Feat 4}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} To the untrained eye, your moves appear erratic and unfocused, but in reality they are precisely aimed to rebound in such a way that they find their mark beyond concealment and cover. If your next action is to use Spell Combat, both the Strike and the spell ignore the target's concealed condition and any any cover it has from you. }} ###### 6th Level {{template #### Mental Synthesis {{label Feat 6}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: magical focus with an arcane or occult tradition ___ Your control over mental energy allows you to mold your own mind more easily. When you make your daily preparations, you become an expert in a skill of your choice until your next daily preparations. At 7th level, you become a master in the chosen skill instead of an expert, and at 15th level you become legendary. As normal with temporary benefits, you can't use your proficiency with this skill to meet any prerequisites for permanent benefits, such as feats. }} {{template #### Physical Synthesis {{label Feat 6}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: magical focus with an arcane or primal tradition ___ Your ability to magically mold matter lets you recondition your body quicker than most others. When you make your daily preparations, choose two of the following feats: [Breath Control](https://2e.aonprd.com/Feats.aspx?ID=5129), [Canny Acumen](https://2e.aonprd.com/Feats.aspx?ID=5130), [Diehard](https://2e.aonprd.com/Feats.aspx?ID=5140), [Fast Recovery](https://2e.aonprd.com/Feats.aspx?ID=5148), [Feather Step](https://2e.aonprd.com/Feats.aspx?ID=5149), [Fleet](https://2e.aonprd.com/Feats.aspx?ID=5150), [Incredible Initiative](https://2e.aonprd.com/Feats.aspx?ID=5160), and [Toughness](https://2e.aonprd.com/Feats.aspx?ID=5227). You gain these feats until your next daily preparations. }} \page {{template As normal with temporary benefits, you can't use these temporary feats to meet any prerequisites for permanent benefits, such as other feats. }} {{template #### Spiritual Synthesis {{label Feat 6}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: magical focus with a divine or occult tradition ___ Your sensitivity to the magic of the soul lets you touch incorporeal creatures. Your Strikes and spells have the effects of a *ghost touch* property rune. You can attempt Strength-based checks normally against both corporeal and incorporeal creatures, as if you were both corporeal. }} {{template #### Vital Synthesis {{label Feat 6}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: magical focus with a divine or primal tradition ___ You channel your own life energy to rapidly heal injuries. You gain fast healing equal to half your level. }} ###### 8th Level {{template #### Ouroboros Stance {{pf,one}} {{label Feat 8}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword stance}} }} **Prerequisites**:: weapon specialization ___ Emulating the eternal cycle of the ouroboros, you circulate a portion of your spells' power into your attacks. While in this stance, weapon specialization's damage increases by 2, or by 4 if you have greater weapon specialization, and its damage becomes force damage. Any Strike that benefits from this damage becomes magical, gaining the trait corresponding to your magical focus's tradition. Each time you Cast a Spell that deals damage while in this stance, change weapon specialization's damage type to one of the spell's damage types. }} {{template #### Spell Cleave {{pf,one}} {{label Feat 8}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} You catch two foes at once with your mixed technique. If your next action is to use Spell Combat, you make two Strikes instead of one. The targets must be adjacent to each other, the second Strike uses the same multiple attack penalty as the first, and it does not increase your multiple attack penalty. }} \column {{template Spell Combat's spell can target both of the Strike's targets, and its area can affect both targets as well. Any ongoing effects of the area can affect both target's spaces. This does not change the spell's area. }} {{template #### Steadfast Fusion {{label Feat 8}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: fusion spells ___ You've altered the way you use your fusion magic, storing less of it at once but recovering it more easily over time. You lose one of your fusion spell slots. If you're a spontaneous spellcaster, you don't lose spells in your repertoire as you normally would. If your remaining fusion spell slot is expended, you can spend 10 minutes performing martial exercises and focus techniques to recover it as an exploration activity. If you have the Refocus activity, you also recover your expended fusion spell slot when you Refocus. }} {{template #### Sudden Unsheath {{pf,one}} {{label Feat 8}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} **Prerequisites**:: Impossible Sheath ___ Starting from the principle that a blade is at its deadliest when first unsheathed, you've developed a technique that lets you move with blinding speed as you draw your weapon from your extradimensional sheath. If you have a melee weapon in your extradimensional sheath and your next action is to use Spell Combat, you Stride up to your Speed towards a creature in a straight line. At any point during your Stride, you Interact to draw the weapon from your sheath, and use it for the activity's Strike against the creature. If your Strike hits, you can continue Striding through the target up to the maximum distance. You can use Sudden Unsheath while Burrowing, Climbing, Flying, or Swimming instead of Striding if you have the corresponding movement type. }} ###### 10th Level {{template #### Combined Attack {{pf,one}} {{label Feat 10}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} Rather than attack and cast your offensive cantrip independently of each other, you take the time to infuse your magic into your melee weapon or body, using your initial attack as the spell's delivery mechanism. }} \page {{template If your next action is to use Spell Combat where you make a melee Strike and cast a spell that requires a spell attack roll, use your Strike's attack roll to determine the effects of both the Strike and the spell. You still increase your multiple attack penalty as if you'd made both attacks, but you don't apply the penalty until after you've completed Spell Combat. The infusion of spell energy makes your Strike magical, granting it the trait corresponding to the cantrip's spell tradition. }} {{template #### Eternal Aegis {{label Feat 10}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Ouroboros Stance; Spell Aegis ___ You've perfected the cycling of magical energy through your shield. While in Ouroboros Stance, your circumstance bonus to AC from Raising a Shield also applies to your saves against spells and other magical effects. When you block damage with Shield Block while in Ouroboros Stance, increase your shield's Hardness by an amount equal to weapon specialization's damage. }} {{template #### Hybrid Spellcasting {{label Feat 10}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: scion spellcasting ___ You've applied your aptitude for hybridization to your method of spell retention, becoming a flexible spellcaster. If you're a prepared spellcaster, you no longer prepare spells into your spell slots. If you're a spontaneous spellcaster, your spell repertoire follows the same rules as a prepared spellcaster's spell repertoire and increases in size accordingly, though you no longer cast spells directly from your repertoire. When you make your daily preparations, you prepare a collection of spells from your repertoire, of the same size as a spell repertoire if you were a spontaneous spellcaster. You can cast any spell in your spell collection by using a spell slot of an appropriate spell rank, and can heighten the spell you cast up to the spell slot's rank. This collection lasts until your next daily preparations. If you have the fusion spells class feature, you also gain Hybrid Spellcasting's benefits for your fusion spells and fusion spell repertoire. You follow the same rules for adjudicating class feats and features, disallowed feats, and restricted spell slots as the [flexible spellcaster](https://2e.aonprd.com/Archetypes.aspx?ID=99) class archetype. }} {{template #### Impossible Reach {{pf,one}} {{label Feat 10}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} Warping reality around your armaments, you make an impossibly far-reaching attack. If your next action is to use Spell Combat and make a melee Strike, increase the Strike's reach by an amount equal to 5 feet x the spell's rank. }} ###### 12th Level {{template #### Blink Striker {{label Feat 12}} {{taglist {{tag,keyword scion}} }} You can slip through space with a mere thought, leaving afterimages that attack enemies in your stead. You gain the Instant Warp action, and if you have the Phase Through or Sudden Unsheath feats, you gain the Deadly Afterimage synthesis free action. Both actions have the trait corresponding to your magical focus's tradition. **Instant Warp**:: {{pf,one}} (concentrate, teleportation) You teleport to an unoccupied space you can see, with a range up to your Speed. **Deadly Afterimage**:: {{pf,free}} (concentrate, synthesis) **Trigger** You use Instant Warp, and an enemy is in-between you and your original location; **Effect** You pause as your afterimage completes your attack against the triggering enemy. If your next action is to use Spell Combat, you use Spell Combat on the triggering enemy as if you were in an unoccupied space of your choice adjacent to them. If you have both the Phase Through and Sudden Unsheath feats, and you have a melee weapon in your extradimensional sheath, you can Interact to draw your weapon without provoking reactions and make an Acrobatics check against the enemy's Reflex DC before using Spell Combat. On a success, the target is off-guard to the activity's Strike, and on a critical success the target also takes a -2 circumstance penalty to its defenses against the activity's spell. }} {{template #### Catch Spell {{pf,reaction}} {{label Feat 12}} {{taglist {{tag,keyword scion}} }} **Trigger**:: You're the target of a ranged spell attack. **Requirements**:: You’re aware of the attack, are not off-guard against it, and have a hand free. ___ You can bat away ranged spell attacks, even catch them for later use. }} \page {{template You gain a +4 circumstance bonus to AC against the triggering attack. If the attack misses, you knocked it out of the air. If the attack critically misses, you can use your free hand to catch the spell, allowing you to Cast the Spell once as a scion spell. You can Release the spell to let it dissipate harmlessly, and you automatically Release the spell at the end of your next turn or if your hand is no longer free. }} {{template #### Energy Blast {{pf,one}} {{label Feat 12}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} You infuse your hybrid attack with an excess of energy that spills out from your opponent. If your next action is to use Spell Combat with a spell that deals energy damage and the Strike doesn't critically miss, the spell's excess magical energy spills out in a 15-foot cone from the target aimed directly away from you, dealing 1d4 damage per spell rank with a basic Reflex save. If the Strike hit, the damage dice increase to d8s. If the spell deals more than one type of energy damage, you choose only one for the cone. **Special**:: This feat has the trait corresponding to your magical focus's tradition. }} {{template #### Truth-Seeing Eyes {{pf,one}} {{label Feat 12}} {{taglist {{tag,keyword scion}} }} Your magically-attuned eyes allow you to see things as they truly are when you focus your attention. You Seek, gaining the benefits of *true seeing* for the action. Any effect you secretly try to counteract with these benefits is immune to further attempts to see through it with Truth-Seeing Eyes for 1 day. **Special**:: This feat has the trait corresponding to your magical focus's tradition. }} ###### 14th Level {{template #### Feed the Ouroboros {{pf,one}} {{label Feat 14}} {{taglist {{tag,keyword aura}} {{tag,keyword concentrate}} {{tag,keyword scion}} }} **Prerequisites**:: Ouroboros Stance ___ Embodying the duality of creation and destruction, your stance creates an aura that grows as you inflict harm. You enter Ouroboros Stance, and grant its benefits to allies in a 15-foot emanation around you, which has the trait corresponding to your magical focus's tradition. Each ally uses their own weapon specialization to determine the benefits, and the benefits last until you leave the stance. }} \column {{template While in Ouroboros Stance, you can use Feed the Ouroboros as a free action triggered when you critically succeed on an attack against an enemy, or when an enemy critically fails a saving throw against you, to increase the emanation's radius by 5 feet, up to a maximum of 30 feet. }} {{template #### Sparkling Targe {{pf,free}} {{label Feat 14}} {{taglist {{tag,keyword light}} {{tag,keyword scion}} {{tag,keyword visual}} }} **Prerequisites**:: Spell Aegis **Trigger**:: You use Shield Block ___ Your shield coruscates with brilliant, dazzling light. Each creature in a 15-foot cone must attempt a Fortitude save. **Critical Success**:: The creature is unaffected. **Success**:: The creature is blinded for 1 round. The creature can spend an Interact action rubbing its eyes to become dazzled instead of blinded. **Failure**:: The creature is blinded for 1 round. **Critical Failure**:: The creature is blinded for 1 minute. }} {{template #### Surge Spells {{label Feat 14}} {{taglist {{tag,keyword scion}} }} You're capable of granting yourself short-lived bursts of beneficial magic at-will. When you gain this feat, choose two spells of a rank you can cast which can affect yourself, take 1 or 2 actions to cast, have a duration of at least one minute, and lack the healing trait. These spells must be common spells or spells to which you have access. These are your surge spells. You gain the Spell Surge action. **Spell Surge**:: {{pf,one}} You cast one of your surge spells without paying its normal cost of a Focus Point or spell slot, heightening it automatically to half your level rounded up. The spell affects only yourself, even if it can normally affect more targets or an area. This surge spell's duration lasts only until the start of your next turn, and using Spell Surge again ends any existing spell effects you gained from Spell Surge. }} ###### 16th Level {{template #### Dispelling Combat {{pf,one}} {{label Feat 16}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} **Prerequisites**:: Legendary in your magical skill ___ Your have such a profound understanding of the magic you wield that you can unweave other magical effects. }} \page {{template If your next action is to use Spell Combat and its Strike hits, attempt a check using your magical skill to counteract a spell active on the target (of your choice that you are aware of), with a counteract rank equal to half your level rounded up. }} {{template #### Dominate Magic {{pf,reaction}} {{label Feat 16}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: Legendary in your martial skill **Trigger**:: You critically succeed at your save against an enemy's harmful spell, or an enemy critically fails a spell attack roll against you from a harmful spell. The spell can't be a cantrip or a focus spell, and must be of a rank you can cast with scion spell slots. ___ Your mastery of physical combat techniques allows you to redirect harmful spells into your body and metabolize them. Attempt a check using your martial skill to counteract the triggering spell, using half your level rounded up as the counteract rank. On a success, you don't counteract the spell, but instead regain an expended scion spell slot of your choice up to the triggering spell's rank. }} {{template #### Hybrid Whirlwind {{pf,one}} {{label Feat 16}} {{taglist {{tag,keyword scion}} {{tag,keyword synthesis}} }} **Prerequisites**:: Spell Cleave ___ You've taken your anti-group combat techniques to a new level, allowing you to catch many enemies at a time in a flurry of physical and magical fury. If your next action is to use Spell Combat, make a Strike against each enemy in your weapon or unarmed attack's reach, or your weapon or unarmed attack's first ranged increment, rather than just one Strike. Each Strike beyond the first uses the same multiple attack penalty as the first Strike, and does not increase your multiple attack penalty. Spell Combat’s spell can target any of the Strike’s targets, and its area can affect any of its targets as well. Any ongoing effects of the area can affect any target’s spaces. This does not change the spell's area. }} {{template #### Overwhelming Combat {{pf,one}} {{label Feat 16}} {{taglist {{tag,keyword concentrate}} {{tag,keyword scion}} {{tag,keyword synthesis}} }} You hone your mixed attacks to pierce through a foe's resistance. If your next action is to use Spell Combat, the activity's Strike and spell ignore an amount of the target's resistance equal to your level. }} \column {{template This applies to all damage the Strike and spell deal, including persistent damage and damage caused by an ongoing effect of the Strike or spell. A creature's immunities are unaffected. }} ###### 18th Level {{template #### Arcane Synthesis {{pf,one}} {{label Feat 18}} {{taglist {{tag,keyword arcane}} {{tag,keyword concentrate}} {{tag,keyword scion}} }} **Prerequisites**:: Mental Synthesis; Physical Synthesis ___ Mind and matter are as malleable to you as clay. You swap any of the choices you made for Mental Synthesis and Physical Synthesis, allowing you to choose a different skill and different feats. }} {{template #### Divine Synthesis {{pf,one}} {{label Feat 18}} {{taglist {{tag,keyword aura}} {{tag,keyword concentrate}} {{tag,keyword divine}} {{tag,keyword scion}} }} **Prerequisites**:: Spiritual Synthesis; Vital Synthesis ___ You exude divine magic, basking others in your spiritual and vital energies in a 30-foot emanation. Allies within this emanation gain the benefits of Spiritual Synthesis and Vital Synthesis. You can Dismiss this aura, and automatically Dismiss it when you fall unconscious. }} {{template #### Occult Synthesis {{pf,one}} {{label Feat 18}} {{taglist {{tag,keyword concentrate}} {{tag,keyword occult}} {{tag,keyword scion}} }} **Prerequisites**:: Mental Synthesis; Spiritual Synthesis ___ You harness your power over thought and spirit and become ghostlike in form. You and your equipment become incorporeal, you gain a fly Speed equal to your Speed, and while incorporeal you gain weakness 10 to force, *ghost touch*, and spirit. You can Dismiss this effect. }} {{template #### Primal Synthesis {{pf,one}} {{label Feat 18}} {{taglist {{tag,keyword concentrate}} {{tag,keyword polymorph}} {{tag,keyword primal}} {{tag,keyword scion}} }} **Prerequisites**:: Physical Synthesis; Vital Synthesis ___ You effortlessly take on the form of another creature. You transform yourself into any form you could choose with a common primal polymorph spell, or a primal polymorph spell you can access, of a rank equal to half your level rounded up or lower. You can Dismiss this form, and can use Primal Synthesis while polymorphed to change to a different form. }} \page ###### 20th Level {{template #### Scion of Magic {{label Feat 20}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: perfect fusion ___ Your magical ability has reached such heights that you can cast the greatest of spells. You gain a single 10th-rank spell slot, which you can use for scion spellcasting. You can’t use 10th-rank slots with abilities that give you more spell slots or that let you cast spells without expending spell slots. }} {{template #### Scion of Might {{label Feat 20}} {{taglist {{tag,keyword scion}} }} Your martial ability is unparalleled, allowing you to act with incredible speed. You're permanently quickened, and can only use the extra action as part of Spell Combat. }} {{template #### Scion of Scions {{label Feat 20}} {{taglist {{tag,keyword scion}} }} As you honed your hybrid magical and martial capabilities, you realized that each half of your hybrid focus was a hybrid of its own! Choose a magical focus and a martial focus other than the ones you have. You become trained in the skills granted by these foci; for each of these skills in which you were already trained, you instead become trained in a skill of your choice. You can use the chosen magical focus's tradition and spell list in addition to your own, can choose which of your two magical foci's spellcasting attributes to use, and gain the chosen magical focus's magical arts effects; if your magical foci have separate spell repositories that you prepare from, you can use both, and they both hold your spell repertoire. You gain the chosen martial focus's additional training and martial techniques. You can select class feats based on all of your chosen foci, and can immediately retrain any of your other class feats, as well as any spells in your spell repertoire and your fusion spell repertoire if you have one. Your additional magical focus does not change your spell retention, and so does not change the size of your spell repertoire. }} \column {{template #### Scion of Two Worlds {{pf,one}} {{label Feat 20}} {{taglist {{tag,keyword scion}} }} **Prerequisites**:: At least two synthesis actions, each of which must be a single action or a free action. ___ You have mastered magic and physical combat in equal measure, allowing you to alter your techniques in impossible ways. Choose two synthesis actions, each of which must be a single action or a free action. If your next action is to use Spell Combat, apply the effects of both synthesis actions at once. Your use of Spell Combat must abide by the restrictions of both spellshape actions, and you must pay any cost incurred by those actions, or else the synthesis benefits are wasted. }} ## Multiclass Scion Characters You've chosen a hybrid approach to combat, mixing physical fighting techniques with spellcasting. {{template #### Scion Dedication {{taglist {{tag,keyword archetype}} {{tag,keyword dedication}} {{tag,keyword multiclass}} }} **Prerequisites**:: +2 in your magical focus's spellcasting attribute (see below); +2 in your martial focus's key attribute (see below) ___ Choose a magical focus and a martial focus. You become trained in the magical skill and martial skill of your chosen foci; for each of these skills in which you were already trained, you instead become trained in a skill of your choice. Make all choices relating to your foci, becoming bound by all of their anathema, if any. You cast spells like a scion and gain the Cast a Spell activity, as well as a spell repertoire with two cantrips. You choose these from the list of common cantrips of your magical focus’s tradition or from other cantrips of that tradition to which you have access. Your magical focus determines whether you're a prepared or spontaneous spellcaster: if you're prepared, your repertoire increases to four cantrips, and you prepare two cantrips from your repertoire each day. If you're spontaneous, you cast spells directly from your repertoire. You’re trained in the scion class DC, spell attack modifier, and spell DC statistics. Your attribute for your scion class DC is you martial focus's key attribute, your spellcasting attribute for scion archetype spells is your magical focus's spellcasting attribute, and they are scion spells of your magical focus's tradition. }} \page {{template #### Basic Fusion {{label Feat 4}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Scion Dedication ___ You gain a 1st- or 2nd-level scion feat of your choice. }} {{template #### Spell Combatant {{label Feat 4}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Scion Dedication ___ You gain the scion's Spell Combat activity. To you, the activity has a frequency of once per minute. }} {{template #### Advanced Fusion {{label Feat 6}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Basic Fusion ___ You gain one scion feat. For the purpose of meeting its prerequisites, your scion level is equal to half your character level. **Special**:: You can select this feat more than once. Each time you select it, you gain another scion feat. }} {{template #### Basic Scion Spellcasting {{label Feat 6}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Scion Dedication ___ You gain the basic bounded spellcasting benefits. If you have a prepared magical focus, you add a spell to your repertoire each time you gain a spell slot of a new rank from this feat, Expert Scion Spellcasting, or Master Scion Spellcasting, which must be of the spell slot's rank or lower. }} {{template #### Expert Scion Spellcasting {{label Feat 12}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Basic Scion Spellcasting; master in your magical focus's skill ___ You gain the expert bounded spellcasting benefits. }} {{template #### Master Scion Spellcasting {{label Feat 18}} {{taglist {{tag,keyword archetype}} }} **Prerequisites**:: Expert Scion Spellcasting; legendary in your magical focus's skill ___ You gain the master bounded spellcasting benefits. }} \column ## Resources Saving this space for the following resources: * Foundry VTT module * Pathbuilder custom pack ## 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 * [*RELLANA*](https://www.artstation.com/artwork/lGr3Ee), by [Lewcatt](https://www.artstation.com/lewcatt) (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/licenses/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: *The Scion*, Designed by /u/Teridax68.